Improve the docs. (#436293, Vincent Untz)
authorMatthias Clasen <mclasen@redhat.com>
Fri, 9 Nov 2007 02:50:44 +0000 (02:50 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 9 Nov 2007 02:50:44 +0000 (02:50 +0000)
2007-11-08  Matthias Clasen <mclasen@redhat.com>

        * glib/goption.c (g_option_context_new): Improve the docs.
        (#436293, Vincent Untz)

svn path=/trunk/; revision=5834

ChangeLog
glib/goption.c

index 64cb886..71e31e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2007-11-08  Matthias Clasen <mclasen@redhat.com>
 
+       * glib/goption.c (g_option_context_new): Improve the docs.
+       (#436293, Vincent Untz)
+
+2007-11-08  Matthias Clasen <mclasen@redhat.com>
+
        * glib/gmain.c (g_main_loop_quit): Expand the docs 
        a bit.  (#317775, Søren Sandmann)
 
index c385140..c1e6068 100644 (file)
@@ -205,8 +205,9 @@ g_option_error_quark (void)
  * program functionality that should be displayed as a paragraph
  * below the usage line, use g_option_context_set_summary().
  *
- * Note that the @parameter_string is translated (see
- * g_option_context_set_translate_func()). 
+ * Note that the @parameter_string is translated using the
+ * function set with g_option_context_set_translate_func(), so
+ * it should normally be passed untranslated.
  *
  * Returns: a newly created #GOptionContext, which must be
  *    freed with g_option_context_free() after use.