| 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.DOMHistory
Description
- newtype DOMHistory = DOMHistory (ManagedPtr DOMHistory)
- class GObject o => IsDOMHistory o
- toDOMHistory :: (MonadIO m, IsDOMHistory o) => o -> m DOMHistory
- noDOMHistory :: Maybe DOMHistory
- dOMHistoryBack :: (HasCallStack, MonadIO m, IsDOMHistory a) => a -> m ()
- dOMHistoryForward :: (HasCallStack, MonadIO m, IsDOMHistory a) => a -> m ()
- dOMHistoryGetLength :: (HasCallStack, MonadIO m, IsDOMHistory a) => a -> m CULong
- dOMHistoryGo :: (HasCallStack, MonadIO m, IsDOMHistory a) => a -> CLong -> m ()
- getDOMHistoryLength :: (MonadIO m, IsDOMHistory o) => o -> m CULong
Exported types
newtype DOMHistory Source #
Constructors
| DOMHistory (ManagedPtr DOMHistory) |
class GObject o => IsDOMHistory o Source #
Instances
toDOMHistory :: (MonadIO m, IsDOMHistory o) => o -> m DOMHistory Source #
Methods
back
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHistory a) | |
| => a |
|
| -> m () |
No description available in the introspection data.
forward
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHistory a) | |
| => a |
|
| -> m () |
No description available in the introspection data.
getLength
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHistory a) | |
| => a |
|
| -> m CULong | Returns: A |
No description available in the introspection data.
go
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHistory a) | |
| => a |
|
| -> CLong |
|
| -> m () |
No description available in the introspection data.
Properties
length
getDOMHistoryLength :: (MonadIO m, IsDOMHistory o) => o -> m CULong Source #