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

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMNodeList Source #

Memory-managed wrapper type.

Constructors

DOMNodeList (ManagedPtr DOMNodeList) 

Instances

Instances details
Eq DOMNodeList Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMNodeList

Methods

(==) :: DOMNodeList -> DOMNodeList -> Bool

(/=) :: DOMNodeList -> DOMNodeList -> Bool

GObject DOMNodeList Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMNodeList

ManagedPtrNewtype DOMNodeList Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMNodeList

Methods

toManagedPtr :: DOMNodeList -> ManagedPtr DOMNodeList

TypedObject DOMNodeList Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMNodeList

Methods

glibType :: IO GType

IsGValue DOMNodeList Source #

Convert DOMNodeList to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMNodeList

Methods

toGValue :: DOMNodeList -> IO GValue

fromGValue :: GValue -> IO DOMNodeList

HasParentTypes DOMNodeList Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMNodeList

type ParentTypes DOMNodeList Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMNodeList

type ParentTypes DOMNodeList = '[DOMObject, Object]

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

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

Instances

Instances details
(GObject o, IsDescendantOf DOMNodeList o) => IsDOMNodeList o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMNodeList

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

Overloaded 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