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

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMHTMLMapElement Source #

Memory-managed wrapper type.

Constructors

DOMHTMLMapElement (ManagedPtr DOMHTMLMapElement) 

Instances

Instances details
Eq DOMHTMLMapElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLMapElement

GObject DOMHTMLMapElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLMapElement

ManagedPtrNewtype DOMHTMLMapElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLMapElement

TypedObject DOMHTMLMapElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLMapElement

Methods

glibType :: IO GType

IsGValue DOMHTMLMapElement Source #

Convert DOMHTMLMapElement to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLMapElement

Methods

toGValue :: DOMHTMLMapElement -> IO GValue

fromGValue :: GValue -> IO DOMHTMLMapElement

HasParentTypes DOMHTMLMapElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLMapElement

type ParentTypes DOMHTMLMapElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLMapElement

class (GObject o, IsDescendantOf DOMHTMLMapElement o) => IsDOMHTMLMapElement o Source #

Type class for types which can be safely cast to DOMHTMLMapElement, for instance with toDOMHTMLMapElement.

Instances

Instances details
(GObject o, IsDescendantOf DOMHTMLMapElement o) => IsDOMHTMLMapElement o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLMapElement

toDOMHTMLMapElement :: (MonadIO m, IsDOMHTMLMapElement o) => o -> m DOMHTMLMapElement Source #

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

Methods

Overloaded methods

getAreas

dOMHTMLMapElementGetAreas Source #

Arguments

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

self: A DOMHTMLMapElement

-> m DOMHTMLCollection

Returns: A DOMHTMLCollection

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getName

dOMHTMLMapElementGetName Source #

Arguments

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

self: A DOMHTMLMapElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setName

dOMHTMLMapElementSetName Source #

Arguments

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

self: A DOMHTMLMapElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

areas

No description available in the introspection data.

getDOMHTMLMapElementAreas :: (MonadIO m, IsDOMHTMLMapElement o) => o -> m (Maybe DOMHTMLCollection) Source #

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

get dOMHTMLMapElement #areas

name

No description available in the introspection data.

constructDOMHTMLMapElementName :: (IsDOMHTMLMapElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLMapElementName :: (MonadIO m, IsDOMHTMLMapElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLMapElement #name

setDOMHTMLMapElementName :: (MonadIO m, IsDOMHTMLMapElement o) => o -> Text -> m () Source #

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

set dOMHTMLMapElement [ #name := value ]