| 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)
Exported types
Constructors
| DOMObject (ForeignPtr DOMObject) |
Instances
| GObject DOMObject Source | |
| ((~) * info (ResolveDOMObjectMethod t DOMObject), MethodInfo * info DOMObject p) => IsLabel t (DOMObject -> p) Source | |
| ((~) * info (ResolveDOMObjectMethod t DOMObject), MethodInfo * info DOMObject p) => IsLabelProxy t (DOMObject -> p) Source | |
| type ParentTypes DOMObject Source | |
| type AttributeList DOMObject Source | |
| type SignalList DOMObject Source | |
class GObject o => DOMObjectK o Source
Instances
| (GObject o, IsDescendantOf DOMObject o) => DOMObjectK o Source | |
toDOMObject :: DOMObjectK o => o -> IO DOMObject Source
Properties
CoreObject
data DOMObjectCoreObjectPropertyInfo Source
Instances