gi-webkit2webextension-4.0.23: 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.DOMHTMLTitleElement

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

toDOMHTMLTitleElement :: (MonadIO m, IsDOMHTMLTitleElement o) => o -> m DOMHTMLTitleElement Source #

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

Methods

getText

dOMHTMLTitleElementGetText Source #

Arguments

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

self: A DOMHTMLTitleElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setText

dOMHTMLTitleElementSetText Source #

Arguments

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

self: A DOMHTMLTitleElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

text

No description available in the introspection data.

constructDOMHTMLTitleElementText :: IsDOMHTMLTitleElement 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.

getDOMHTMLTitleElementText :: (MonadIO m, IsDOMHTMLTitleElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTitleElement #text

setDOMHTMLTitleElementText :: (MonadIO m, IsDOMHTMLTitleElement o) => o -> Text -> m () Source #

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

set dOMHTMLTitleElement [ #text := value ]