| Top |  |  |  |  | 
    GObject
    ╰── WebKitDOMObject
        ╰── WebKitDOMHTMLCollection
            ╰── WebKitDOMHTMLOptionsCollection
WebKitDOMNode * webkit_dom_html_options_collection_named_item (WebKitDOMHTMLOptionsCollection *self,const gchar *name);
webkit_dom_html_options_collection_named_item has been deprecated since version 2.22 and should not be used in newly-written code.
Use JavaScriptCore API instead
glong
webkit_dom_html_options_collection_get_selected_index
                               (WebKitDOMHTMLOptionsCollection *self);
webkit_dom_html_options_collection_get_selected_index has been deprecated since version 2.22 and should not be used in newly-written code.
Use JavaScriptCore API instead
void webkit_dom_html_options_collection_set_selected_index (WebKitDOMHTMLOptionsCollection *self,glong value);
webkit_dom_html_options_collection_set_selected_index has been deprecated since version 2.22 and should not be used in newly-written code.
Use JavaScriptCore API instead
gulong
webkit_dom_html_options_collection_get_length
                               (WebKitDOMHTMLOptionsCollection *self);
webkit_dom_html_options_collection_get_length has been deprecated since version 2.22 and should not be used in newly-written code.
Use JavaScriptCore API instead