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]


webkit_dom_html_collection_get_length ()

gulong
webkit_dom_html_collection_get_length (WebKitDOMHTMLCollection *self);

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

Use JavaScriptCore API instead

Parameters

Returns

A gulong

Types and Values

struct WebKitDOMHTMLCollection

struct WebKitDOMHTMLCollection;

Property Details

The “length” property

  “length”                   gulong

read-only gulong HTMLCollection:length.

Owner: WebKitDOMHTMLCollection

Flags: Read