From 700b6c4b875c6095660c052913bbdcb40f58ce10 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 27 Dec 2006 23:08:52 +0000 Subject: [PATCH] forgotten file --- glib/goption.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/glib/goption.c b/glib/goption.c index 18614e96..8b5139ad 100644 --- a/glib/goption.c +++ b/glib/goption.c @@ -1341,8 +1341,8 @@ free_pending_nulls (GOptionContext *context, /** * g_option_context_parse: * @context: a #GOptionContext - * @argc: a pointer to the number of command line arguments. - * @argv: a pointer to the array of command line arguments. + * @argc: a pointer to the number of command line arguments + * @argv: a pointer to the array of command line arguments * @error: a return location for errors * * Parses the command line arguments, recognizing options @@ -1362,6 +1362,11 @@ free_pending_nulls (GOptionContext *context, * @argv array contains one of the recognized help options, * this function will produce help output to stdout and * call exit (0). + * + * Note that function depends on the + * current locale for + * automatic character set conversion of string and filename + * arguments. * * Return value: %TRUE if the parsing was successful, * %FALSE if an error occurred -- 2.34.1