Method

WPEWebKitScriptDialogget_message

Declaration [src]

const gchar*
webkit_script_dialog_get_message (
  WebKitScriptDialog* dialog
)

Description [src]

Get the message of a WebKitScriptDialog.

Return value

Returns: const gchar*
 

The message of dialog.

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