Method
WebKit2WebExtensionDOMDocumentcreate_processing_instruction
Declaration [src]
WebKitDOMProcessingInstruction*
webkit_dom_document_create_processing_instruction (
  WebKitDOMDocument* self,
  const gchar* target,
  const gchar* data,
  GError** error
)
Parameters
| target | const gchar* | 
| A #gchar. | |
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | |
| data | 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: | WebKitDOMProcessingInstruction | 
| A  | |
| The data is owned by the instance. |