gi-webkit2webextension-4.0.24: 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.DOMHTMLParamElement

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf DOMHTMLParamElement o) => IsDOMHTMLParamElement o Source #

Type class for types which can be safely cast to DOMHTMLParamElement, for instance with toDOMHTMLParamElement.

toDOMHTMLParamElement :: (MonadIO m, IsDOMHTMLParamElement o) => o -> m DOMHTMLParamElement Source #

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

Methods

Overloaded methods

getName

dOMHTMLParamElementGetName Source #

Arguments

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

self: A DOMHTMLParamElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getTypeAttr

dOMHTMLParamElementGetTypeAttr Source #

Arguments

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

self: A DOMHTMLParamElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getValue

dOMHTMLParamElementGetValue Source #

Arguments

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

self: A DOMHTMLParamElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getValueType

dOMHTMLParamElementGetValueType Source #

Arguments

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

self: A DOMHTMLParamElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setName

dOMHTMLParamElementSetName Source #

Arguments

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

self: A DOMHTMLParamElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setTypeAttr

dOMHTMLParamElementSetTypeAttr Source #

Arguments

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

self: A DOMHTMLParamElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setValue

dOMHTMLParamElementSetValue Source #

Arguments

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

self: A DOMHTMLParamElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setValueType

dOMHTMLParamElementSetValueType Source #

Arguments

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

self: A DOMHTMLParamElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

name

No description available in the introspection data.

constructDOMHTMLParamElementName :: IsDOMHTMLParamElement o => Text -> IO (GValueConstruct o) Source #

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

getDOMHTMLParamElementName :: (MonadIO m, IsDOMHTMLParamElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLParamElement #name

setDOMHTMLParamElementName :: (MonadIO m, IsDOMHTMLParamElement o) => o -> Text -> m () Source #

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

set dOMHTMLParamElement [ #name := value ]

type

No description available in the introspection data.

clearDOMHTMLParamElementType :: (MonadIO m, IsDOMHTMLParamElement o) => o -> m () Source #

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

clear #type

constructDOMHTMLParamElementType :: IsDOMHTMLParamElement 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.

getDOMHTMLParamElementType :: (MonadIO m, IsDOMHTMLParamElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLParamElement #type

setDOMHTMLParamElementType :: (MonadIO m, IsDOMHTMLParamElement o) => o -> Text -> m () Source #

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

set dOMHTMLParamElement [ #type := value ]

value

No description available in the introspection data.

constructDOMHTMLParamElementValue :: IsDOMHTMLParamElement o => Text -> 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.

getDOMHTMLParamElementValue :: (MonadIO m, IsDOMHTMLParamElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLParamElement #value

setDOMHTMLParamElementValue :: (MonadIO m, IsDOMHTMLParamElement o) => o -> Text -> m () Source #

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

set dOMHTMLParamElement [ #value := value ]

valueType

No description available in the introspection data.

constructDOMHTMLParamElementValueType :: IsDOMHTMLParamElement o => Text -> IO (GValueConstruct o) Source #

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

getDOMHTMLParamElementValueType :: (MonadIO m, IsDOMHTMLParamElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLParamElement #valueType

setDOMHTMLParamElementValueType :: (MonadIO m, IsDOMHTMLParamElement o) => o -> Text -> m () Source #

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

set dOMHTMLParamElement [ #valueType := value ]