Method
WebKit2WebExtensionDOMDocumentcreate_entity_reference
Declaration [src]
WebKitDOMEntityReference*
webkit_dom_document_create_entity_reference (
WebKitDOMDocument* self,
const gchar* name,
GError** error
)
Parameters
name |
const gchar* |
A #gchar. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | WebKitDOMEntityReference |
A |
|
The data is owned by the instance. |