gi-webkit2webextension-4.0.23: 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.DOMNodeList

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf DOMNodeList o) => IsDOMNodeList o Source #

Type class for types which can be safely cast to DOMNodeList, for instance with toDOMNodeList.

toDOMNodeList :: (MonadIO m, IsDOMNodeList o) => o -> m DOMNodeList Source #

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

Methods

getLength

dOMNodeListGetLength Source #

Arguments

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

self: A DOMNodeList

-> m CULong

Returns: A gulong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

item

dOMNodeListItem Source #

Arguments

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

self: A DOMNodeList

-> CULong

index: A gulong

-> m (Maybe 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.

getDOMNodeListLength :: (MonadIO m, IsDOMNodeList o) => o -> m CULong Source #

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

get dOMNodeList #length