gi-webkit2webextension-4.0.24: WebKit2-WebExtension bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMObject

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMObject Source #

Memory-managed wrapper type.

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

Instances details
(GObject o, IsDescendantOf DOMObject o) => IsDOMObject o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMObject

toDOMObject :: (MonadIO m, IsDOMObject o) => o -> m DOMObject Source #

Cast to DOMObject, for types for which this is known to be safe. For general casts, use castTo.

noDOMObject :: Maybe DOMObject Source #

A convenience alias for Nothing :: Maybe DOMObject.

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.