mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
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:
parent
ed7e9b2459
commit
62ba4fa91a
@ -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>
|
2007-11-08 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gmain.c (g_main_loop_quit): Expand the docs
|
* glib/gmain.c (g_main_loop_quit): Expand the docs
|
||||||
|
@ -205,8 +205,9 @@ g_option_error_quark (void)
|
|||||||
* program functionality that should be displayed as a paragraph
|
* program functionality that should be displayed as a paragraph
|
||||||
* below the usage line, use g_option_context_set_summary().
|
* below the usage line, use g_option_context_set_summary().
|
||||||
*
|
*
|
||||||
* Note that the @parameter_string is translated (see
|
* Note that the @parameter_string is translated using the
|
||||||
* g_option_context_set_translate_func()).
|
* function set with g_option_context_set_translate_func(), so
|
||||||
|
* it should normally be passed untranslated.
|
||||||
*
|
*
|
||||||
* Returns: a newly created #GOptionContext, which must be
|
* Returns: a newly created #GOptionContext, which must be
|
||||||
* freed with g_option_context_free() after use.
|
* freed with g_option_context_free() after use.
|
||||||
|
Loading…
Reference in New Issue
Block a user