gi-webkit2webextension-4.0.27: WebKit2-WebExtension bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMObject

Description

No description available in the introspection data.

Synopsis

Exported types

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.

Methods

Properties

coreObject

No description available in the introspection data.

constructDOMObjectCoreObject :: (IsDOMObject o, MonadIO m) => Ptr () -> m (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.