Method
WebKit2WebExtensionDOMRangecreate_contextual_fragment
Declaration [src]
WebKitDOMDocumentFragment*
webkit_dom_range_create_contextual_fragment (
  WebKitDOMRange* self,
  const gchar* html,
  GError** error
)
Parameters
| html | 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*, orNULL. | 
Return value
| Returns: | WebKitDOMDocumentFragment | 
| A  | |
| The data is owned by the instance. |