| 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.DOMFile
Description
- newtype DOMFile = DOMFile (ManagedPtr DOMFile)
- class GObject o => IsDOMFile o
- toDOMFile :: (MonadIO m, IsDOMFile o) => o -> m DOMFile
- noDOMFile :: Maybe DOMFile
- dOMFileGetName :: (HasCallStack, MonadIO m, IsDOMFile a) => a -> m Text
- dOMFileGetWebkitRelativePath :: (HasCallStack, MonadIO m, IsDOMFile a) => a -> m Text
- getDOMFileName :: (MonadIO m, IsDOMFile o) => o -> m (Maybe Text)
- getDOMFileWebkitRelativePath :: (MonadIO m, IsDOMFile o) => o -> m (Maybe Text)
Exported types
Constructors
| DOMFile (ManagedPtr DOMFile) |
Methods
getName
Arguments
| :: (HasCallStack, MonadIO m, IsDOMFile a) | |
| => a |
|
| -> m Text | Returns: A |
No description available in the introspection data.
getWebkitRelativePath
dOMFileGetWebkitRelativePath Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMFile a) | |
| => a |
|
| -> m Text | Returns: A |
No description available in the introspection data.