| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.WebKit2WebExtension.Objects.DOMObject
Description
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.
Constructors
| DOMObject (ManagedPtr DOMObject) |
Instances
| Eq DOMObject Source # | |
| IsGValue DOMObject Source # | Convert |
| GObject DOMObject Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMObject Methods 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 #
Methods
Overloaded methods
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.