Method
WebKit2WebExtensionDOMCharacterDatareplace_data
[−]
Declaration [src]
void
webkit_dom_character_data_replace_data (
WebKitDOMCharacterData* self,
gulong offset,
gulong length,
const gchar* data,
GError** error
)
[−]
Parameters
offset |
gulong |
A #gulong. |
|
length |
gulong |
A #gulong. |
|
data |
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 . |