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.DOMProcessingInstruction

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMProcessingInstruction Source #

Memory-managed wrapper type.

Instances

Instances details
Eq DOMProcessingInstruction Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMProcessingInstruction

GObject DOMProcessingInstruction Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMProcessingInstruction

ManagedPtrNewtype DOMProcessingInstruction Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMProcessingInstruction

TypedObject DOMProcessingInstruction Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMProcessingInstruction

Methods

glibType :: IO GType #

HasParentTypes DOMProcessingInstruction Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMProcessingInstruction

IsGValue (Maybe DOMProcessingInstruction) Source #

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

Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMProcessingInstruction

type ParentTypes DOMProcessingInstruction Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMProcessingInstruction

toDOMProcessingInstruction :: (MonadIO m, IsDOMProcessingInstruction o) => o -> m DOMProcessingInstruction Source #

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

Methods

getSheet

dOMProcessingInstructionGetSheet Source #

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getTarget

dOMProcessingInstructionGetTarget Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMProcessingInstruction a) 
=> a

self: A DOMProcessingInstruction

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

sheet

No description available in the introspection data.

getDOMProcessingInstructionSheet :: (MonadIO m, IsDOMProcessingInstruction o) => o -> m (Maybe DOMStyleSheet) Source #

Get the value of the “sheet” property. When overloading is enabled, this is equivalent to

get dOMProcessingInstruction #sheet

target

No description available in the introspection data.

getDOMProcessingInstructionTarget :: (MonadIO m, IsDOMProcessingInstruction o) => o -> m (Maybe Text) Source #

Get the value of the “target” property. When overloading is enabled, this is equivalent to

get dOMProcessingInstruction #target