gi-webkit-3.0.14: WebKit 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.WebKit.Objects.DOMPropertyNodeList

Contents

Description

 

Synopsis

Exported types

Methods

getLength

dOMPropertyNodeListGetLength Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> Ptr ()

self: A WebKitDOMPropertyNodeList

-> m CULong

Returns: A gulong

Deprecated: (Since version 2.2)

The PropertyNodeList object has been removed from WebKit, this function does nothing.

item

dOMPropertyNodeListItem Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> Ptr ()

self: A WebKitDOMPropertyNodeList

-> CULong

index: A gulong

-> m DOMNode

Returns: a DOMNode

Deprecated: (Since version 2.2)

The PropertyNodeList object has been removed from WebKit, this function does nothing.

Properties

length