diff options
Diffstat (limited to 'e-util/e-request.c')
-rw-r--r-- | e-util/e-request.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/e-util/e-request.c b/e-util/e-request.c index 22ba53f21b..a54b46bf9d 100644 --- a/e-util/e-request.c +++ b/e-util/e-request.c @@ -36,15 +36,15 @@ /** * e_request_string: - * @parent: - * @title: - * @prompt: - * @default: + * @parent: parent window, or %NULL + * @title: the dialog title (in the locale character set) + * @prompt: the prompt (in the locale character set) + * @default: default value (in UTF8) * - * Requst a string to the user. + * Request a string from the user. * - * Return value: NULL if the user cancelled the dialog, the inserted string - * otherwise. The string must be freed by the caller. + * Return value: %NULL if the user cancelled the dialog, the inserted + * string (in UTF8) otherwise. The string must be freed by the caller. **/ char * e_request_string (GtkWindow *parent, |