Top |
GObject ╰── WebKitDOMObject ╰── WebKitDOMHTMLCollection ╰── WebKitDOMHTMLOptionsCollection
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
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
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
“length”
property“length” gulong
read-only gulong HTMLCollection:length.
Owner: WebKitDOMHTMLCollection
Flags: Read