Method

WebKit2WebExtensionDOMXPathResultsnapshot_item

Declaration [src]

WebKitDOMNode*
webkit_dom_xpath_result_snapshot_item (
  WebKitDOMXPathResult* self,
  gulong index,
  GError** error
)

Description

No description available.
Deprecated since:2.22

Use JavaScriptCore API instead.

Parameters

index gulong
 

A #gulong.

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

Return value

Returns: WebKitDOMNode
 

A WebKitDOMNode.

 The data is owned by the instance.