Method
WebKit2WebExtensionDOMDocumentcreate_text_node
Declaration [src]
WebKitDOMText*
webkit_dom_document_create_text_node (
WebKitDOMDocument* self,
const gchar* data
)
Parameters
data |
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: | WebKitDOMText |
A |
|
The data is owned by the instance. |