Method

WebKit2WebExtensionDOMDocumentcreate_element_ns

Declaration [src]

WebKitDOMElement*
webkit_dom_document_create_element_ns (
  WebKitDOMDocument* self,
  const gchar* namespaceURI,
  const gchar* qualifiedName,
  GError** error
)

Description

No description available.
Deprecated since:2.22

Use JavaScriptCore API instead.

Parameters

namespaceURI const gchar*
 

A #gchar.

 The argument can be NULL.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
qualifiedName const gchar*
 

A #gchar.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: WebKitDOMElement
 

A WebKitDOMElement.

 The data is owned by the instance.