Top |
WebKitDOMNode * webkit_dom_html_properties_collection_item (void *self
,gulong index
);
webkit_dom_html_properties_collection_item
has been deprecated since version 2.2 and should not be used in newly-written code.
The PropertiesCollection object has been removed from WebKit, this function does nothing.
void * webkit_dom_html_properties_collection_named_item (void *self
,const gchar *name
);
webkit_dom_html_properties_collection_named_item
has been deprecated since version 2.2 and should not be used in newly-written code.
The PropertiesCollection object has been removed from WebKit, this function does nothing.
gulong
webkit_dom_html_properties_collection_get_length
(void *self
);
webkit_dom_html_properties_collection_get_length
has been deprecated since version 2.2 and should not be used in newly-written code.
The PropertiesCollection object has been removed from WebKit, this function does nothing.
WebKitDOMDOMStringList *
webkit_dom_html_properties_collection_get_names
(void *self
);
webkit_dom_html_properties_collection_get_names
has been deprecated since version 2.2 and should not be used in newly-written code.
The PropertiesCollection object has been removed from WebKit, this function does nothing.