gi-webkit-3.0.14: WebKit bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit.Objects.DOMProcessingInstruction

Contents

Description

 

Synopsis

Exported types

Methods

getData

dOMProcessingInstructionGetData Source #

Arguments

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

self: A DOMProcessingInstruction

-> m Text

Returns: a gchar

Deprecated: (Since version 2.4)

This functionality has been removed from WebKit, this function does nothing.

getSheet

dOMProcessingInstructionGetSheet Source #

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

No description available in the introspection data.

setData

dOMProcessingInstructionSetData Source #

Arguments

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

self: A DOMProcessingInstruction

-> Text

value: A gchar

-> m ()

(Can throw GError)

Deprecated: (Since version 2.4)

This functionality has been removed from WebKit, this function does nothing.

Properties

sheet

target