Method

WebKit2WebExtensionDOMDocumentcreate_comment

Declaration [src]

WebKitDOMComment*
webkit_dom_document_create_comment (
  WebKitDOMDocument* self,
  const gchar* data
)

Description

No description available.
Deprecated since:2.22

Use JavaScriptCore API instead.

Parameters

data 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: WebKitDOMComment
 

A WebKitDOMComment.

 The data is owned by the instance.