Method
WebKit2WebExtensionDOMElementset_inner_html
[−]
Declaration [src]
void
webkit_dom_element_set_inner_html (
WebKitDOMElement* self,
const gchar* value,
GError** error
)
[−]
Description
No description available.
Available since: | 2.8 |
Deprecated since: | 2.22 |
Use JavaScriptCore API instead. |
Sets property | WebKit2WebExtension.DOMElement:inner-html |
[−]
Parameters
value |
const gchar* |
A #gchar. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
error |
GError ** |
The return location for a GError* , or NULL . |