Improve the docs. (#436293, Vincent Untz)

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
This commit is contained in:
Matthias Clasen 2007-11-09 02:50:44 +00:00 committed by Matthias Clasen
parent ed7e9b2459
commit 62ba4fa91a
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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

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