gi-webkit2webextension-4.0.25: 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.DOMProcessingInstruction

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMProcessingInstruction Source #

Memory-managed wrapper type.

class (GObject o, IsDescendantOf DOMProcessingInstruction o) => IsDOMProcessingInstruction o Source #

Type class for types which can be safely cast to DOMProcessingInstruction, for instance with toDOMProcessingInstruction.

Instances

Instances details
(GObject o, IsDescendantOf DOMProcessingInstruction o) => IsDOMProcessingInstruction o 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

Overloaded methods

getSheet

dOMProcessingInstructionGetSheet Source #

Arguments

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

self: A DOMProcessingInstruction

-> m DOMStyleSheet

Returns: A DOMStyleSheet

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