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

Contents

Description

 

Synopsis

Exported types

Methods

getLength

dOMHTMLPropertiesCollectionGetLength Source #

Arguments

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

self: A WebKitDOMHTMLPropertiesCollection

-> m CULong

Returns: A gulong

Deprecated: (Since version 2.2)

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

getNames

dOMHTMLPropertiesCollectionGetNames Source #

Arguments

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

self: A WebKitDOMHTMLPropertiesCollection

-> m DOMDOMStringList

Returns: a DOMDOMStringList

Deprecated: (Since version 2.2)

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

item

dOMHTMLPropertiesCollectionItem Source #

Arguments

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

self: A WebKitDOMHTMLPropertiesCollection

-> CULong

index: A gulong

-> m DOMNode

Returns: a DOMNode

Deprecated: (Since version 2.2)

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

namedItem

dOMHTMLPropertiesCollectionNamedItem Source #

Arguments

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

self: A WebKitDOMHTMLPropertiesCollection

-> Text

name: A gchar

-> m (Ptr ()) 

Deprecated: (Since version 2.2)

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

Properties

length

names