Function

WebKit2WebExtensionDOMNodefor_js_value

Declaration [src]

WebKitDOMNode*
webkit_dom_node_for_js_value (
  JSCValue* value
)

Description [src]

Get the WebKitDOMNode for the DOM node referenced by value.

Available since:2.22
Deprecated since:2.40

Please do not use it in newly written code.

Parameters

value JSCValue
 

A JSCValue.

 The data is owned by the caller of the function.

Return value

Returns: WebKitDOMNode
 

A WebKitDOMNode, or NULL if value doesn’t reference a DOM node.

 The data is owned by the called function.