Method
WebKit2WebExtensionDOMDocumentexec_command
[−]
Declaration [src]
gboolean
webkit_dom_document_exec_command (
WebKitDOMDocument* self,
const gchar* command,
gboolean userInterface,
const gchar* value
)
[−]
Parameters
command |
const gchar* |
A #gchar. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
userInterface |
gboolean |
A #gboolean. |
|
value |
const gchar* |
A #gchar. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |