Method
WebKit2WebExtensionDOMDocumentget_elements_by_class_name_as_html_collection
Declaration [src]
WebKitDOMHTMLCollection*
webkit_dom_document_get_elements_by_class_name_as_html_collection (
WebKitDOMDocument* self,
const gchar* classNames
)
Description
No description available.
Available since: | 2.12 |
Deprecated since: | 2.22 |
Use JavaScriptCore API instead. |
Parameters
classNames |
const gchar* |
A #gchar. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |
Return value
Returns: | WebKitDOMHTMLCollection |
A |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |