WebKitDOMHTMLCollection

WebKitDOMHTMLCollection

Functions

Properties

gulong length Read

Types and Values

Object Hierarchy

    GObject
    ╰── WebKitDOMObject
        ╰── WebKitDOMHTMLCollection
            ╰── WebKitDOMHTMLOptionsCollection

Description

Functions

webkit_dom_html_collection_item ()

WebKitDOMNode *
webkit_dom_html_collection_item (WebKitDOMHTMLCollection *self,
                                 gulong index);

webkit_dom_html_collection_item has been deprecated since version 2.22 and should not be used in newly-written code.

Use JavaScriptCore API instead

Parameters

self

A WebKitDOMHTMLCollection

 

index

A gulong

 

Returns

A WebKitDOMNode.

[transfer none]


webkit_dom_html_collection_named_item ()

WebKitDOMNode *
webkit_dom_html_collection_named_item (WebKitDOMHTMLCollection *self,
                                       const gchar *name);

webkit_dom_html_collection_named_item has been deprecated since version 2.22 and should not be used in newly-written code.

Use JavaScriptCore API instead

Parameters

self

A WebKitDOMHTMLCollection

 

name

A gchar

 

Returns

A WebKitDOMNode.

[transfer none]