gi-webkit2webextension-4.0.25: 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.DOMHTMLBaseElement

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMHTMLBaseElement Source #

Memory-managed wrapper type.

Constructors

DOMHTMLBaseElement (ManagedPtr DOMHTMLBaseElement) 

class (GObject o, IsDescendantOf DOMHTMLBaseElement o) => IsDOMHTMLBaseElement o Source #

Type class for types which can be safely cast to DOMHTMLBaseElement, for instance with toDOMHTMLBaseElement.

Instances

Instances details
(GObject o, IsDescendantOf DOMHTMLBaseElement o) => IsDOMHTMLBaseElement o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLBaseElement

toDOMHTMLBaseElement :: (MonadIO m, IsDOMHTMLBaseElement o) => o -> m DOMHTMLBaseElement Source #

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

Methods

Overloaded methods

getHref

dOMHTMLBaseElementGetHref Source #

Arguments

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

self: A DOMHTMLBaseElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getTarget

dOMHTMLBaseElementGetTarget Source #

Arguments

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

self: A DOMHTMLBaseElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setHref

dOMHTMLBaseElementSetHref Source #

Arguments

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

self: A DOMHTMLBaseElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setTarget

dOMHTMLBaseElementSetTarget Source #

Arguments

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

self: A DOMHTMLBaseElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

href

No description available in the introspection data.

constructDOMHTMLBaseElementHref :: (IsDOMHTMLBaseElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLBaseElementHref :: (MonadIO m, IsDOMHTMLBaseElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLBaseElement #href

setDOMHTMLBaseElementHref :: (MonadIO m, IsDOMHTMLBaseElement o) => o -> Text -> m () Source #

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

set dOMHTMLBaseElement [ #href := value ]

target

No description available in the introspection data.

constructDOMHTMLBaseElementTarget :: (IsDOMHTMLBaseElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLBaseElementTarget :: (MonadIO m, IsDOMHTMLBaseElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLBaseElement #target

setDOMHTMLBaseElementTarget :: (MonadIO m, IsDOMHTMLBaseElement o) => o -> Text -> m () Source #

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

set dOMHTMLBaseElement [ #target := value ]