Method

WebKit2WebExtensionDOMDocumentimport_node

Declaration [src]

WebKitDOMNode*
webkit_dom_document_import_node (
  WebKitDOMDocument* self,
  WebKitDOMNode* importedNode,
  gboolean deep,
  GError** error
)

Description

No description available.
Deprecated since:2.22

Use JavaScriptCore API instead.

Parameters

importedNode WebKitDOMNode
 

A WebKitDOMNode.

 The data is owned by the caller of the function.
deep gboolean
 

A #gboolean.

error GError **
  The return location for a GError*, or NULL.

Return value

Returns: WebKitDOMNode
 

A WebKitDOMNode.

 The data is owned by the instance.