| 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.WebKit2WebExtension.Objects.DOMFile
Description
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
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