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