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

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

toDOMHTMLQuoteElement :: (MonadIO m, IsDOMHTMLQuoteElement o) => o -> m DOMHTMLQuoteElement Source #

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

Methods

getCite

dOMHTMLQuoteElementGetCite Source #

Arguments

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

self: A DOMHTMLQuoteElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setCite

dOMHTMLQuoteElementSetCite Source #

Arguments

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

self: A DOMHTMLQuoteElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

cite

No description available in the introspection data.

constructDOMHTMLQuoteElementCite :: IsDOMHTMLQuoteElement o => Text -> IO (GValueConstruct o) Source #

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

getDOMHTMLQuoteElementCite :: (MonadIO m, IsDOMHTMLQuoteElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLQuoteElement #cite

setDOMHTMLQuoteElementCite :: (MonadIO m, IsDOMHTMLQuoteElement o) => o -> Text -> m () Source #

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

set dOMHTMLQuoteElement [ #cite := value ]