gi-webkit2webextension-4.0.23: WebKit2-WebExtension bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMObject

Contents

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.

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.

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.