| 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 :: (MonadIO m, IsDOMDOMApplicationCache o) => o -> m DOMDOMApplicationCache
- noDOMDOMApplicationCache :: Maybe DOMDOMApplicationCache
- dOMDOMApplicationCacheAbort :: (HasCallStack, MonadIO m, IsDOMDOMApplicationCache a) => a -> m ()
- dOMDOMApplicationCacheDispatchEvent :: (HasCallStack, MonadIO m, IsDOMDOMApplicationCache a, IsDOMEvent b) => a -> b -> m ()
- dOMDOMApplicationCacheGetStatus :: (HasCallStack, MonadIO m, IsDOMDOMApplicationCache a) => a -> m Word16
- dOMDOMApplicationCacheSwapCache :: (HasCallStack, MonadIO m, IsDOMDOMApplicationCache a) => a -> m ()
- dOMDOMApplicationCacheUpdate :: (HasCallStack, MonadIO m, IsDOMDOMApplicationCache a) => a -> m ()
- getDOMDOMApplicationCacheStatus :: (MonadIO m, IsDOMDOMApplicationCache o) => o -> m Word32
Exported types
newtype DOMDOMApplicationCache Source #
Constructors
| DOMDOMApplicationCache (ManagedPtr DOMDOMApplicationCache) |
class GObject o => IsDOMDOMApplicationCache o Source #
toDOMDOMApplicationCache :: (MonadIO m, IsDOMDOMApplicationCache o) => o -> m DOMDOMApplicationCache Source #
Methods
abort
dOMDOMApplicationCacheAbort Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMDOMApplicationCache a) | |
| => a |
|
| -> m () |
No description available in the introspection data.
dispatchEvent
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
dOMDOMApplicationCacheGetStatus Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMDOMApplicationCache a) | |
| => a |
|
| -> m Word16 | Returns: A |
No description available in the introspection data.
swapCache
dOMDOMApplicationCacheSwapCache Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMDOMApplicationCache a) | |
| => a |
|
| -> m () | (Can throw |
No description available in the introspection data.
update
dOMDOMApplicationCacheUpdate Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMDOMApplicationCache a) | |
| => a |
|
| -> m () | (Can throw |
No description available in the introspection data.
Properties
status
getDOMDOMApplicationCacheStatus :: (MonadIO m, IsDOMDOMApplicationCache o) => o -> m Word32 Source #