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

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf DOMHTMLHtmlElement o) => IsDOMHTMLHtmlElement o Source #

Type class for types which can be safely cast to DOMHTMLHtmlElement, for instance with toDOMHTMLHtmlElement.

toDOMHTMLHtmlElement :: (MonadIO m, IsDOMHTMLHtmlElement o) => o -> m DOMHTMLHtmlElement Source #

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

Methods

Overloaded methods

getVersion

dOMHTMLHtmlElementGetVersion Source #

Arguments

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

self: A DOMHTMLHtmlElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setVersion

dOMHTMLHtmlElementSetVersion Source #

Arguments

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

self: A DOMHTMLHtmlElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

version

No description available in the introspection data.

constructDOMHTMLHtmlElementVersion :: IsDOMHTMLHtmlElement o => Text -> IO (GValueConstruct o) Source #

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

getDOMHTMLHtmlElementVersion :: (MonadIO m, IsDOMHTMLHtmlElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLHtmlElement #version

setDOMHTMLHtmlElementVersion :: (MonadIO m, IsDOMHTMLHtmlElement o) => o -> Text -> m () Source #

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

set dOMHTMLHtmlElement [ #version := value ]