gi-webkit2webextension-4.0.30: 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.DOMCDATASection

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMCDATASection Source #

Memory-managed wrapper type.

Constructors

DOMCDATASection (ManagedPtr DOMCDATASection) 

Instances

Instances details
Eq DOMCDATASection Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMCDATASection

GObject DOMCDATASection Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMCDATASection

ManagedPtrNewtype DOMCDATASection Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMCDATASection

TypedObject DOMCDATASection Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMCDATASection

Methods

glibType :: IO GType

HasParentTypes DOMCDATASection Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMCDATASection

IsGValue (Maybe DOMCDATASection) Source #

Convert DOMCDATASection to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMCDATASection

Methods

gvalueGType_ :: IO GType

gvalueSet_ :: Ptr GValue -> Maybe DOMCDATASection -> IO ()

gvalueGet_ :: Ptr GValue -> IO (Maybe DOMCDATASection)

type ParentTypes DOMCDATASection Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMCDATASection

class (GObject o, IsDescendantOf DOMCDATASection o) => IsDOMCDATASection o Source #

Type class for types which can be safely cast to DOMCDATASection, for instance with toDOMCDATASection.

Instances

Instances details
(GObject o, IsDescendantOf DOMCDATASection o) => IsDOMCDATASection o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMCDATASection

toDOMCDATASection :: (MonadIO m, IsDOMCDATASection o) => o -> m DOMCDATASection Source #

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

Methods