Method
WebKit2WebExtensionDOMDOMImplementationcreate_html_document
Declaration [src]
WebKitDOMHTMLDocument*
webkit_dom_dom_implementation_create_html_document (
  WebKitDOMDOMImplementation* self,
  const gchar* title
)
Parameters
| title | const gchar* | 
| A #gchar. | |
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | 
Return value
| Returns: | WebKitDOMHTMLDocument | 
| A  | |
| The data is owned by the instance. |