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:
Dan Winship
2002-03-22 15:46:20 +00:00
parent 209b7548bc
commit 3e6b83577e
2 changed files with 13 additions and 7 deletions

View File

@ -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.

View File

@ -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,