gi-webkit-3.0.14: WebKit bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit.Objects.DOMDOMApplicationCache

Contents

Description

 

Synopsis

Exported types

Methods

abort

dOMDOMApplicationCacheAbort Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMDOMApplicationCache a) 
=> a

self: A DOMDOMApplicationCache

-> m () 

No description available in the introspection data.

dispatchEvent

dOMDOMApplicationCacheDispatchEvent Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMDOMApplicationCache a, IsDOMEvent b) 
=> a

self: A DOMDOMApplicationCache

-> b

evt: A DOMEvent

-> m ()

(Can throw GError)

Deprecated: (Since version 2.4)Use dOMEventTargetDispatchEvent instead.

No description available in the introspection data.

getStatus

dOMDOMApplicationCacheGetStatus Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMDOMApplicationCache a) 
=> a

self: A DOMDOMApplicationCache

-> m Word16

Returns: A gushort

No description available in the introspection data.

swapCache

dOMDOMApplicationCacheSwapCache Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMDOMApplicationCache a) 
=> a

self: A DOMDOMApplicationCache

-> m ()

(Can throw GError)

No description available in the introspection data.

update

dOMDOMApplicationCacheUpdate Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMDOMApplicationCache a) 
=> a

self: A DOMDOMApplicationCache

-> m ()

(Can throw GError)

No description available in the introspection data.

Properties

status