Class

WebKit2WebExtensionDOMHTMLOptionsCollection

unstable since: 4.1

Description

class WebKit2WebExtension.DOMHTMLOptionsCollection : WebKit2WebExtension.DOMHTMLCollection
{
  /* No available fields */
}
No description available.

Available since: 4.1

Hierarchy

hierarchy this WebKitDOMHTMLOptionsCollection ancestor_0 WebKitDOMHTMLCollection ancestor_0--this ancestor_1 WebKitDOMObject ancestor_1--ancestor_0 ancestor_2 GObject ancestor_2--ancestor_1

Instance methods

webkit_dom_html_options_collection_get_length
No description available.

unstable deprecated: 2.22 since: 4.1

webkit_dom_html_options_collection_get_selected_index
No description available.

unstable deprecated: 2.22 since: 4.1

webkit_dom_html_options_collection_named_item
No description available.

unstable deprecated: 2.22 since: 4.1

webkit_dom_html_options_collection_set_selected_index
No description available.

unstable deprecated: 2.22 since: 4.1

Methods inherited from WebKitDOMHTMLCollection (3)
webkit_dom_html_collection_get_length
No description available.

unstable deprecated: 2.22 since: 4.1

webkit_dom_html_collection_item
No description available.

unstable deprecated: 2.22 since: 4.1

webkit_dom_html_collection_named_item
No description available.

unstable deprecated: 2.22 since: 4.1

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

WebKit2WebExtension.DOMHTMLOptionsCollection:length
No description available.

unstable since: 4.1

WebKit2WebExtension.DOMHTMLOptionsCollection:selected-index
No description available.

unstable since: 4.1

Properties inherited from WebKitDOMHTMLCollection (1)
WebKit2WebExtension.DOMHTMLCollection:length
No description available.

unstable since: 4.1

Properties inherited from WebKitDOMObject (1)
WebKit2WebExtension.DOMObject:core-object
No description available.

unstable since: 4.1

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

since: 2.0

Class structure

struct WebKit2WebExtensionDOMHTMLOptionsCollectionClass {
  WebKitDOMHTMLCollectionClass parent_class;
  
}
No description available.
Class members
parent_class: WebKitDOMHTMLCollectionClass
No description available.