Method

WebKit2WebExtensionDOMDOMImplementationcreate_document

Declaration [src]

WebKitDOMDocument*
webkit_dom_dom_implementation_create_document (
  WebKitDOMDOMImplementation* self,
  const gchar* namespaceURI,
  const gchar* qualifiedName,
  WebKitDOMDocumentType* doctype,
  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.
doctype WebKitDOMDocumentType
 

A WebKitDOMDocumentType.

 The argument can be NULL.
 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: WebKitDOMDocument
 

A WebKitDOMDocument.

 The data is owned by the instance.