| 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
Contents
Description
- newtype DOMFile = DOMFile (ForeignPtr DOMFile)
- class GObject o => DOMFileK o
- toDOMFile :: DOMFileK o => o -> IO DOMFile
- noDOMFile :: Maybe DOMFile
- dOMFileGetName :: (MonadIO m, DOMFileK a) => a -> m Text
- dOMFileGetWebkitRelativePath :: (MonadIO m, DOMFileK a) => a -> m Text
- data DOMFileNamePropertyInfo
- getDOMFileName :: (MonadIO m, DOMFileK o) => o -> m Text
- data DOMFileWebkitRelativePathPropertyInfo
- getDOMFileWebkitRelativePath :: (MonadIO m, DOMFileK o) => o -> m Text
Exported types
Constructors
| DOMFile (ForeignPtr DOMFile) |
Instances
| GObject DOMFile | |
| type ParentTypes DOMFile | |
| type AttributeList DOMFile | |
| type SignalList DOMFile |
Methods
dOMFileGetName
dOMFileGetName :: (MonadIO m, DOMFileK a) => a -> m Text Source
dOMFileGetWebkitRelativePath
dOMFileGetWebkitRelativePath :: (MonadIO m, DOMFileK a) => a -> m Text Source
Properties
Name
data DOMFileNamePropertyInfo Source
Instances
| AttrInfo DOMFileNamePropertyInfo | |
| type AttrLabel DOMFileNamePropertyInfo = "DOMFile::name" | |
| type AttrGetType DOMFileNamePropertyInfo = Text | |
| type AttrBaseTypeConstraint DOMFileNamePropertyInfo = DOMFileK | |
| type AttrSetTypeConstraint DOMFileNamePropertyInfo = * ~ () | |
| type AttrAllowedOps DOMFileNamePropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getDOMFileName :: (MonadIO m, DOMFileK o) => o -> m Text Source
WebkitRelativePath
data DOMFileWebkitRelativePathPropertyInfo Source
Instances
| AttrInfo DOMFileWebkitRelativePathPropertyInfo | |
| type AttrLabel DOMFileWebkitRelativePathPropertyInfo = "DOMFile::webkit-relative-path" | |
| type AttrGetType DOMFileWebkitRelativePathPropertyInfo = Text | |
| type AttrBaseTypeConstraint DOMFileWebkitRelativePathPropertyInfo = DOMFileK | |
| type AttrSetTypeConstraint DOMFileWebkitRelativePathPropertyInfo = * ~ () | |
| type AttrAllowedOps DOMFileWebkitRelativePathPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getDOMFileWebkitRelativePath :: (MonadIO m, DOMFileK o) => o -> m Text Source