Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (inaki@blueleaf.cc) |
Safe Haskell | None |
Language | Haskell2010 |
No description available in the introspection data.
Synopsis
- newtype DOMObject = DOMObject (ManagedPtr DOMObject)
- class (GObject o, IsDescendantOf DOMObject o) => IsDOMObject o
- toDOMObject :: (MonadIO m, IsDOMObject o) => o -> m DOMObject
- noDOMObject :: Maybe DOMObject
- constructDOMObjectCoreObject :: IsDOMObject o => Ptr () -> IO (GValueConstruct o)
Exported types
Memory-managed wrapper type.
Instances
GObject DOMObject Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMObject gobjectType :: IO GType # | |
HasParentTypes DOMObject Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMObject | |
type ParentTypes DOMObject Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMObject |
class (GObject o, IsDescendantOf DOMObject o) => IsDOMObject o Source #
Type class for types which can be safely cast to DOMObject
, for instance with toDOMObject
.
Instances
(GObject o, IsDescendantOf DOMObject o) => IsDOMObject o Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMObject |
toDOMObject :: (MonadIO m, IsDOMObject o) => o -> m DOMObject Source #
Properties
coreObject
No description available in the introspection data.
constructDOMObjectCoreObject :: IsDOMObject o => Ptr () -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “core-object
” property. This is rarely needed directly, but it is used by new
.