Fix a wrong reference in the docs, reported by Takeshi Aihana.

* glib/goption.c: Fix a wrong reference in the docs, reported by
        Takeshi Aihana.


svn path=/trunk/; revision=7758
This commit is contained in:
Matthias Clasen 2009-01-02 02:49:06 +00:00
parent 1643b117b9
commit 736bea99fe
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,11 @@
2008-12-30 Matthias Clasen <mclasen@redhat.com>
Bug 565905 There is no named g_context_group_set_translation_domain()
in GOption command line parser
* glib/goption.c: Fix a wrong reference in the docs, reported by
Takeshi Aihana.
2008-12-30 Matthias Clasen <mclasen@redhat.com>
* glib/gspawn.c:

View File

@ -2101,7 +2101,7 @@ g_option_group_set_translation_domain (GOptionGroup *group,
* (see g_option_context_set_description()).
*
* If you are using gettext(), you only need to set the translation
* domain, see g_context_group_set_translation_domain().
* domain, see g_option_context_set_translation_domain().
*
* Since: 2.12
**/
@ -2154,7 +2154,8 @@ g_option_context_set_translation_domain (GOptionContext *context,
* program functionality.
*
* Note that the summary is translated (see
* g_option_context_set_translate_func(), g_option_context_set_translation_domain()).
* g_option_context_set_translate_func() and
* g_option_context_set_translation_domain()).
*
* Since: 2.12
*/