gi-webkit-3.0.7: 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

data DOMDOMApplicationCacheAbortMethodInfo Source #

Instances

((~) * signature (m ()), MonadIO m, IsDOMDOMApplicationCache a) => MethodInfo * DOMDOMApplicationCacheAbortMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMDOMApplicationCacheAbortMethodInfo a -> signature -> s

dispatchEvent

dOMDOMApplicationCacheDispatchEvent :: (MonadIO m, IsDOMDOMApplicationCache a, IsDOMEvent b) => a -> b -> m () Source #

Deprecated: (Since version 2.4)Use webkit_dom_event_target_dispatch_event() instead.

getStatus

swapCache

update

data DOMDOMApplicationCacheUpdateMethodInfo Source #

Instances

((~) * signature (m ()), MonadIO m, IsDOMDOMApplicationCache a) => MethodInfo * DOMDOMApplicationCacheUpdateMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMDOMApplicationCacheUpdateMethodInfo a -> signature -> s

Properties

status

data DOMDOMApplicationCacheStatusPropertyInfo Source #

Instances

AttrInfo DOMDOMApplicationCacheStatusPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMApplicationCacheStatusPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMApplicationCacheStatusPropertyInfo = * ~ ()
type AttrOrigin DOMDOMApplicationCacheStatusPropertyInfo Source # 
type AttrLabel DOMDOMApplicationCacheStatusPropertyInfo Source # 
type AttrGetType DOMDOMApplicationCacheStatusPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMApplicationCacheStatusPropertyInfo Source # 
type AttrAllowedOps DOMDOMApplicationCacheStatusPropertyInfo Source # 
type AttrAllowedOps DOMDOMApplicationCacheStatusPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMDOMApplicationCacheStatus :: AttrLabelProxy "status" Source #