gi-webkit2webextension-4.0.16: WebKit2-WebExtension bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMNodeList

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

class GObject 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

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 DOMNode

Returns: A DOMNode

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