gi-webkit2webextension-4.0.21: 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.DOMHTMLBRElement

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf DOMHTMLBRElement o) => IsDOMHTMLBRElement o Source #

Type class for types which can be safely cast to DOMHTMLBRElement, for instance with toDOMHTMLBRElement.

toDOMHTMLBRElement :: (MonadIO m, IsDOMHTMLBRElement o) => o -> m DOMHTMLBRElement Source #

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

Methods

getClear

dOMHTMLBRElementGetClear Source #

Arguments

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

self: A DOMHTMLBRElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setClear

dOMHTMLBRElementSetClear Source #

Arguments

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

self: A DOMHTMLBRElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

clear

No description available in the introspection data.

constructDOMHTMLBRElementClear :: IsDOMHTMLBRElement o => Text -> IO (GValueConstruct o) Source #

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

getDOMHTMLBRElementClear :: (MonadIO m, IsDOMHTMLBRElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLBRElement #clear

setDOMHTMLBRElementClear :: (MonadIO m, IsDOMHTMLBRElement o) => o -> Text -> m () Source #

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

set dOMHTMLBRElement [ #clear := value ]