Method
WebKit2WebExtensionDOMNodeappend_child
Declaration [src]
WebKitDOMNode*
webkit_dom_node_append_child (
WebKitDOMNode* self,
WebKitDOMNode* newChild,
GError** error
)
Parameters
newChild |
WebKitDOMNode |
A |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | WebKitDOMNode |
A |
|
The data is owned by the instance. |