Method
WebKit2WebExtensionDOMDocumentcreate_expression
Declaration [src]
WebKitDOMXPathExpression*
webkit_dom_document_create_expression (
  WebKitDOMDocument* self,
  const gchar* expression,
  WebKitDOMXPathNSResolver* resolver,
  GError** error
)
Parameters
| expression | const gchar* | 
| A #gchar. | |
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | |
| resolver | WebKitDOMXPathNSResolver | 
| A  | |
| The data is owned by the caller of the function. | |
| error | GError ** | 
| The return location for a GError*, orNULL. | 
Return value
| Returns: | WebKitDOMXPathExpression | 
| A  | |
| The caller of the method takes ownership of the data, and is responsible for freeing it. |