Method
WebKit2WebExtensionDOMNodeinsert_before
Declaration [src]
WebKitDOMNode*
webkit_dom_node_insert_before (
WebKitDOMNode* self,
WebKitDOMNode* newChild,
WebKitDOMNode* refChild,
GError** error
)
Parameters
newChild |
WebKitDOMNode |
A |
|
The data is owned by the caller of the function. | |
refChild |
WebKitDOMNode |
A |
|
The argument can be NULL . | |
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. |