Method

WebKit2WebExtensionDOMNodeinsert_before

Declaration [src]

WebKitDOMNode*
webkit_dom_node_insert_before (
  WebKitDOMNode* self,
  WebKitDOMNode* newChild,
  WebKitDOMNode* refChild,
  GError** error
)

Description

No description available.
Deprecated since:2.22

Use JavaScriptCore API instead.

Parameters

newChild WebKitDOMNode
 

A WebKitDOMNode.

 The data is owned by the caller of the function.
refChild WebKitDOMNode
 

A WebKitDOMNode.

 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 WebKitDOMNode.

 The data is owned by the instance.