Method

WebKit2ScriptDialogget_message

Declaration [src]

const gchar*
webkit_script_dialog_get_message (
  WebKitScriptDialog* dialog
)

Description [src]

Get the message of a WebKitScriptDialog.

Return value

Type: const gchar*

The message of dialog.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.