Document the fact that this takes two locale charset strings and one UTF8
* e-request.c (e_request_string): Document the fact that this takes two locale charset strings and one UTF8 string and returns a UTF8 string. (Huh.) svn path=/trunk/; revision=16226
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2002-03-22 Dan Winship <danw@ximian.com>
|
||||
|
||||
* e-request.c (e_request_string): Document the fact that this
|
||||
takes two locale charset strings and one UTF8 string and returns a
|
||||
UTF8 string. (Huh.)
|
||||
|
||||
2002-03-04 Jeffrey Stedfast <fejj@ximian.com>
|
||||
|
||||
* e-mktemp.c: #include <string.h> for strcmp.
|
||||
|
||||
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user