| 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
No description available in the introspection data.
Synopsis
- newtype DOMObject = DOMObject (ManagedPtr DOMObject)
- class GObject 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
| GObject DOMObject Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMObject Methods gobjectType :: DOMObject -> IO GType # | |
| IsObject DOMObject Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMObject | |
| IsDOMObject DOMObject Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMObject | |
class GObject o => IsDOMObject o Source #
Type class for types which can be safely cast to DOMObject, for instance with toDOMObject.
Instances
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.