| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.WebKit.Objects.DOMDOMApplicationCache
Description
- newtype DOMDOMApplicationCache = DOMDOMApplicationCache (ManagedPtr DOMDOMApplicationCache)
- class GObject o => IsDOMDOMApplicationCache o
- toDOMDOMApplicationCache :: IsDOMDOMApplicationCache o => o -> IO DOMDOMApplicationCache
- noDOMDOMApplicationCache :: Maybe DOMDOMApplicationCache
- data DOMDOMApplicationCacheAbortMethodInfo
- dOMDOMApplicationCacheAbort :: (HasCallStack, MonadIO m, IsDOMDOMApplicationCache a) => a -> m ()
- data DOMDOMApplicationCacheDispatchEventMethodInfo
- dOMDOMApplicationCacheDispatchEvent :: (HasCallStack, MonadIO m, IsDOMDOMApplicationCache a, IsDOMEvent b) => a -> b -> m ()
- data DOMDOMApplicationCacheGetStatusMethodInfo
- dOMDOMApplicationCacheGetStatus :: (HasCallStack, MonadIO m, IsDOMDOMApplicationCache a) => a -> m Word16
- data DOMDOMApplicationCacheSwapCacheMethodInfo
- dOMDOMApplicationCacheSwapCache :: (HasCallStack, MonadIO m, IsDOMDOMApplicationCache a) => a -> m ()
- data DOMDOMApplicationCacheUpdateMethodInfo
- dOMDOMApplicationCacheUpdate :: (HasCallStack, MonadIO m, IsDOMDOMApplicationCache a) => a -> m ()
- data DOMDOMApplicationCacheStatusPropertyInfo
- dOMDOMApplicationCacheStatus :: AttrLabelProxy "status"
- getDOMDOMApplicationCacheStatus :: (MonadIO m, IsDOMDOMApplicationCache o) => o -> m Word32
Exported types
newtype DOMDOMApplicationCache Source #
Constructors
| DOMDOMApplicationCache (ManagedPtr DOMDOMApplicationCache) |
Instances
| GObject DOMDOMApplicationCache Source # | |
| IsObject DOMDOMApplicationCache Source # | |
| IsDOMObject DOMDOMApplicationCache Source # | |
| IsDOMDOMApplicationCache DOMDOMApplicationCache Source # | |
| IsDOMEventTarget DOMDOMApplicationCache Source # | |
| ((~) * info (ResolveDOMDOMApplicationCacheMethod t DOMDOMApplicationCache), MethodInfo * info DOMDOMApplicationCache p) => IsLabel t (DOMDOMApplicationCache -> p) Source # | |
| ((~) * info (ResolveDOMDOMApplicationCacheMethod t DOMDOMApplicationCache), MethodInfo * info DOMDOMApplicationCache p) => IsLabelProxy t (DOMDOMApplicationCache -> p) Source # | |
| HasAttributeList * DOMDOMApplicationCache Source # | |
| type AttributeList DOMDOMApplicationCache Source # | |
| type SignalList DOMDOMApplicationCache Source # | |
class GObject o => IsDOMDOMApplicationCache o Source #
Methods
abort
data DOMDOMApplicationCacheAbortMethodInfo Source #
Instances
| ((~) * signature (m ()), MonadIO m, IsDOMDOMApplicationCache a) => MethodInfo * DOMDOMApplicationCacheAbortMethodInfo a signature Source # | |
dOMDOMApplicationCacheAbort Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMDOMApplicationCache a) | |
| => a |
|
| -> m () |
No description available in the introspection data.
dispatchEvent
data DOMDOMApplicationCacheDispatchEventMethodInfo Source #
Instances
| ((~) * signature (b -> m ()), MonadIO m, IsDOMDOMApplicationCache a, IsDOMEvent b) => MethodInfo * DOMDOMApplicationCacheDispatchEventMethodInfo a signature Source # | |
dOMDOMApplicationCacheDispatchEvent Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMDOMApplicationCache a, IsDOMEvent b) | |
| => a |
|
| -> b |
|
| -> m () | (Can throw |
Deprecated: (Since version 2.4)Use dOMEventTargetDispatchEvent instead.
No description available in the introspection data.
getStatus
data DOMDOMApplicationCacheGetStatusMethodInfo Source #
Instances
| ((~) * signature (m Word16), MonadIO m, IsDOMDOMApplicationCache a) => MethodInfo * DOMDOMApplicationCacheGetStatusMethodInfo a signature Source # | |
dOMDOMApplicationCacheGetStatus Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMDOMApplicationCache a) | |
| => a |
|
| -> m Word16 | Returns: A |
No description available in the introspection data.
swapCache
data DOMDOMApplicationCacheSwapCacheMethodInfo Source #
Instances
| ((~) * signature (m ()), MonadIO m, IsDOMDOMApplicationCache a) => MethodInfo * DOMDOMApplicationCacheSwapCacheMethodInfo a signature Source # | |
dOMDOMApplicationCacheSwapCache Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMDOMApplicationCache a) | |
| => a |
|
| -> m () | (Can throw |
No description available in the introspection data.
update
data DOMDOMApplicationCacheUpdateMethodInfo Source #
Instances
| ((~) * signature (m ()), MonadIO m, IsDOMDOMApplicationCache a) => MethodInfo * DOMDOMApplicationCacheUpdateMethodInfo a signature Source # | |
dOMDOMApplicationCacheUpdate Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMDOMApplicationCache a) | |
| => a |
|
| -> m () | (Can throw |
No description available in the introspection data.
Properties
status
data DOMDOMApplicationCacheStatusPropertyInfo Source #
Instances
dOMDOMApplicationCacheStatus :: AttrLabelProxy "status" Source #
getDOMDOMApplicationCacheStatus :: (MonadIO m, IsDOMDOMApplicationCache o) => o -> m Word32 Source #