| 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.DOMObject
Description
- newtype DOMObject = DOMObject (ForeignPtr DOMObject)
- class GObject o => DOMObjectK o
- toDOMObject :: DOMObjectK o => o -> IO DOMObject
- noDOMObject :: Maybe DOMObject
- data DOMObjectCoreObjectPropertyInfo
- constructDOMObjectCoreObject :: Ptr () -> IO ([Char], GValue)
- dOMObjectCoreObject :: AttrLabelProxy "coreObject"
Exported types
Constructors
| DOMObject (ForeignPtr DOMObject) |
Instances
| GObject DOMObject | |
| ((~) * info (ResolveDOMObjectMethod t DOMObject), MethodInfo * info DOMObject p) => IsLabelProxy t (DOMObject -> p) | |
| type ParentTypes DOMObject | |
| type AttributeList DOMObject | |
| type SignalList DOMObject |
class GObject o => DOMObjectK o Source
Instances
| (GObject o, IsDescendantOf DOMObject o) => DOMObjectK o |
toDOMObject :: DOMObjectK o => o -> IO DOMObject Source
Properties
CoreObject
data DOMObjectCoreObjectPropertyInfo Source
Instances
| AttrInfo DOMObjectCoreObjectPropertyInfo | |
| type AttrLabel DOMObjectCoreObjectPropertyInfo = "core-object" | |
| type AttrGetType DOMObjectCoreObjectPropertyInfo = () | |
| type AttrBaseTypeConstraint DOMObjectCoreObjectPropertyInfo = DOMObjectK | |
| type AttrSetTypeConstraint DOMObjectCoreObjectPropertyInfo = * ~ Ptr () | |
| type AttrAllowedOps DOMObjectCoreObjectPropertyInfo = (:) AttrOpTag AttrConstruct ([] AttrOpTag) |
dOMObjectCoreObject :: AttrLabelProxy "coreObject" Source