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

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

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