gi-webkit2webextension-4.0.30: WebKit2-WebExtension bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMHTMLCollection

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMHTMLCollection Source #

Memory-managed wrapper type.

Constructors

DOMHTMLCollection (ManagedPtr DOMHTMLCollection) 

class (GObject o, IsDescendantOf DOMHTMLCollection o) => IsDOMHTMLCollection o Source #

Type class for types which can be safely cast to DOMHTMLCollection, for instance with toDOMHTMLCollection.

Instances

Instances details
(GObject o, IsDescendantOf DOMHTMLCollection o) => IsDOMHTMLCollection o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLCollection

toDOMHTMLCollection :: (MonadIO m, IsDOMHTMLCollection o) => o -> m DOMHTMLCollection Source #

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

Methods

getLength

dOMHTMLCollectionGetLength Source #

Arguments

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

self: A DOMHTMLCollection

-> m CULong

Returns: A gulong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

item

dOMHTMLCollectionItem Source #

Arguments

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

self: A DOMHTMLCollection

-> CULong

index: A gulong

-> m DOMNode

Returns: A DOMNode

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

namedItem

dOMHTMLCollectionNamedItem Source #

Arguments

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

self: A DOMHTMLCollection

-> Text

name: A gchar

-> m DOMNode

Returns: A DOMNode

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

length

No description available in the introspection data.

getDOMHTMLCollectionLength :: (MonadIO m, IsDOMHTMLCollection o) => o -> m CULong Source #

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

get dOMHTMLCollection #length