gi-webkit2webextension-4.0.24: 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.DOMHTMLScriptElement

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf DOMHTMLScriptElement o) => IsDOMHTMLScriptElement o Source #

Type class for types which can be safely cast to DOMHTMLScriptElement, for instance with toDOMHTMLScriptElement.

toDOMHTMLScriptElement :: (MonadIO m, IsDOMHTMLScriptElement o) => o -> m DOMHTMLScriptElement Source #

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

Methods

Overloaded methods

getCharset

dOMHTMLScriptElementGetCharset Source #

Arguments

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

self: A DOMHTMLScriptElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getDefer

dOMHTMLScriptElementGetDefer Source #

Arguments

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

self: A DOMHTMLScriptElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getEvent

dOMHTMLScriptElementGetEvent Source #

Arguments

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

self: A DOMHTMLScriptElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getHtmlFor

dOMHTMLScriptElementGetHtmlFor Source #

Arguments

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

self: A DOMHTMLScriptElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getSrc

dOMHTMLScriptElementGetSrc Source #

Arguments

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

self: A DOMHTMLScriptElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getText

dOMHTMLScriptElementGetText Source #

Arguments

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

self: A DOMHTMLScriptElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getTypeAttr

dOMHTMLScriptElementGetTypeAttr Source #

Arguments

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

self: A DOMHTMLScriptElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setCharset

dOMHTMLScriptElementSetCharset Source #

Arguments

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

self: A DOMHTMLScriptElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Since: 2.16

setDefer

dOMHTMLScriptElementSetDefer Source #

Arguments

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

self: A DOMHTMLScriptElement

-> Bool

value: A Bool

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setEvent

dOMHTMLScriptElementSetEvent Source #

Arguments

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

self: A DOMHTMLScriptElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setHtmlFor

dOMHTMLScriptElementSetHtmlFor Source #

Arguments

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

self: A DOMHTMLScriptElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setSrc

dOMHTMLScriptElementSetSrc Source #

Arguments

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

self: A DOMHTMLScriptElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setText

dOMHTMLScriptElementSetText Source #

Arguments

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

self: A DOMHTMLScriptElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setTypeAttr

dOMHTMLScriptElementSetTypeAttr Source #

Arguments

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

self: A DOMHTMLScriptElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

charset

No description available in the introspection data.

constructDOMHTMLScriptElementCharset :: IsDOMHTMLScriptElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “charset” property. This is rarely needed directly, but it is used by new.

getDOMHTMLScriptElementCharset :: (MonadIO m, IsDOMHTMLScriptElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLScriptElement #charset

setDOMHTMLScriptElementCharset :: (MonadIO m, IsDOMHTMLScriptElement o) => o -> Text -> m () Source #

Set the value of the “charset” property. When overloading is enabled, this is equivalent to

set dOMHTMLScriptElement [ #charset := value ]

defer

No description available in the introspection data.

constructDOMHTMLScriptElementDefer :: IsDOMHTMLScriptElement o => Bool -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “defer” property. This is rarely needed directly, but it is used by new.

getDOMHTMLScriptElementDefer :: (MonadIO m, IsDOMHTMLScriptElement o) => o -> m Bool Source #

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

get dOMHTMLScriptElement #defer

setDOMHTMLScriptElementDefer :: (MonadIO m, IsDOMHTMLScriptElement o) => o -> Bool -> m () Source #

Set the value of the “defer” property. When overloading is enabled, this is equivalent to

set dOMHTMLScriptElement [ #defer := value ]

event

No description available in the introspection data.

constructDOMHTMLScriptElementEvent :: IsDOMHTMLScriptElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “event” property. This is rarely needed directly, but it is used by new.

getDOMHTMLScriptElementEvent :: (MonadIO m, IsDOMHTMLScriptElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLScriptElement #event

setDOMHTMLScriptElementEvent :: (MonadIO m, IsDOMHTMLScriptElement o) => o -> Text -> m () Source #

Set the value of the “event” property. When overloading is enabled, this is equivalent to

set dOMHTMLScriptElement [ #event := value ]

htmlFor

No description available in the introspection data.

constructDOMHTMLScriptElementHtmlFor :: IsDOMHTMLScriptElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “html-for” property. This is rarely needed directly, but it is used by new.

getDOMHTMLScriptElementHtmlFor :: (MonadIO m, IsDOMHTMLScriptElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLScriptElement #htmlFor

setDOMHTMLScriptElementHtmlFor :: (MonadIO m, IsDOMHTMLScriptElement o) => o -> Text -> m () Source #

Set the value of the “html-for” property. When overloading is enabled, this is equivalent to

set dOMHTMLScriptElement [ #htmlFor := value ]

src

No description available in the introspection data.

constructDOMHTMLScriptElementSrc :: IsDOMHTMLScriptElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “src” property. This is rarely needed directly, but it is used by new.

getDOMHTMLScriptElementSrc :: (MonadIO m, IsDOMHTMLScriptElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLScriptElement #src

setDOMHTMLScriptElementSrc :: (MonadIO m, IsDOMHTMLScriptElement o) => o -> Text -> m () Source #

Set the value of the “src” property. When overloading is enabled, this is equivalent to

set dOMHTMLScriptElement [ #src := value ]

text

No description available in the introspection data.

constructDOMHTMLScriptElementText :: IsDOMHTMLScriptElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “text” property. This is rarely needed directly, but it is used by new.

getDOMHTMLScriptElementText :: (MonadIO m, IsDOMHTMLScriptElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLScriptElement #text

setDOMHTMLScriptElementText :: (MonadIO m, IsDOMHTMLScriptElement o) => o -> Text -> m () Source #

Set the value of the “text” property. When overloading is enabled, this is equivalent to

set dOMHTMLScriptElement [ #text := value ]

type

No description available in the introspection data.

clearDOMHTMLScriptElementType :: (MonadIO m, IsDOMHTMLScriptElement o) => o -> m () Source #

Set the value of the “type” property to Nothing. When overloading is enabled, this is equivalent to

clear #type

constructDOMHTMLScriptElementType :: IsDOMHTMLScriptElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “type” property. This is rarely needed directly, but it is used by new.

getDOMHTMLScriptElementType :: (MonadIO m, IsDOMHTMLScriptElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLScriptElement #type

setDOMHTMLScriptElementType :: (MonadIO m, IsDOMHTMLScriptElement o) => o -> Text -> m () Source #

Set the value of the “type” property. When overloading is enabled, this is equivalent to

set dOMHTMLScriptElement [ #type := value ]