Method
WebKit2ScriptDialogprompt_get_default_text
Declaration [src]
const gchar*
webkit_script_dialog_prompt_get_default_text (
WebKitScriptDialog* dialog
)
Description [src]
Get the default text of a WebKitScriptDialog
of type WEBKIT_SCRIPT_DIALOG_PROMPT
.
It’s an error to use this method with a WebKitScriptDialog
that is not of type
WEBKIT_SCRIPT_DIALOG_PROMPT
.