summaryrefslogtreecommitdiff
path: root/glib/goption.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-12-27 23:08:52 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-12-27 23:08:52 +0000
commit700b6c4b875c6095660c052913bbdcb40f58ce10 (patch)
treed54a07c6958d06e0728d6a7308d7e1f025c6e33f /glib/goption.c
parent90d70c596701c902d4388fce02d9f53080084f45 (diff)
downloadglib-700b6c4b875c6095660c052913bbdcb40f58ce10.tar.gz
forgotten file
Diffstat (limited to 'glib/goption.c')
-rw-r--r--glib/goption.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/glib/goption.c b/glib/goption.c
index 18614e967..8b5139ad0 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 <literal>exit (0)</literal>.
+ *
+ * Note that function depends on the
+ * <link linkend="setlocale">current locale</link> for
+ * automatic character set conversion of string and filename
+ * arguments.
*
* Return value: %TRUE if the parsing was successful,
* %FALSE if an error occurred