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

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf DOMHTMLLIElement o) => IsDOMHTMLLIElement o Source #

Type class for types which can be safely cast to DOMHTMLLIElement, for instance with toDOMHTMLLIElement.

toDOMHTMLLIElement :: (MonadIO m, IsDOMHTMLLIElement o) => o -> m DOMHTMLLIElement Source #

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

Methods

getTypeAttr

dOMHTMLLIElementGetTypeAttr Source #

Arguments

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

self: A DOMHTMLLIElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getValue

dOMHTMLLIElementGetValue Source #

Arguments

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

self: A DOMHTMLLIElement

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setTypeAttr

dOMHTMLLIElementSetTypeAttr Source #

Arguments

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

self: A DOMHTMLLIElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setValue

dOMHTMLLIElementSetValue Source #

Arguments

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

self: A DOMHTMLLIElement

-> CLong

value: A glong

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

type

No description available in the introspection data.

clearDOMHTMLLIElementType :: (MonadIO m, IsDOMHTMLLIElement o) => o -> m () Source #

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

clear #type

constructDOMHTMLLIElementType :: IsDOMHTMLLIElement o => Text -> IO (GValueConstruct o) Source #

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

getDOMHTMLLIElementType :: (MonadIO m, IsDOMHTMLLIElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLLIElement #type

setDOMHTMLLIElementType :: (MonadIO m, IsDOMHTMLLIElement o) => o -> Text -> m () Source #

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

set dOMHTMLLIElement [ #type := value ]

value

No description available in the introspection data.

constructDOMHTMLLIElementValue :: IsDOMHTMLLIElement o => CLong -> IO (GValueConstruct o) Source #

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

getDOMHTMLLIElementValue :: (MonadIO m, IsDOMHTMLLIElement o) => o -> m CLong Source #

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

get dOMHTMLLIElement #value

setDOMHTMLLIElementValue :: (MonadIO m, IsDOMHTMLLIElement o) => o -> CLong -> m () Source #

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

set dOMHTMLLIElement [ #value := value ]