mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 18:26:19 +01:00
Fix a doc typo. (#439232, Vincent Untz)
2007-05-17 Matthias Clasen <mclasen@redhat.com> * glib/goption.c (g_option_context_set_translate_func): Fix a doc typo. (#439232, Vincent Untz) svn path=/trunk/; revision=5500
This commit is contained in:
parent
d21e54e61e
commit
d5b622fcc4
@ -1,3 +1,8 @@
|
|||||||
|
2007-05-17 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/goption.c (g_option_context_set_translate_func): Fix
|
||||||
|
a doc typo. (#439232, Vincent Untz)
|
||||||
|
|
||||||
2007-05-17 Matthias Clasen <mclasen@redhat.com>
|
2007-05-17 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* configure.in: Move the compiler-dependency in the G_GNUC_INTERNAL
|
* configure.in: Move the compiler-dependency in the G_GNUC_INTERNAL
|
||||||
|
@ -2042,7 +2042,7 @@ g_option_group_set_translation_domain (GOptionGroup *group,
|
|||||||
* If @func is %NULL, strings are not translated.
|
* If @func is %NULL, strings are not translated.
|
||||||
*
|
*
|
||||||
* Note that option groups have their own translation functions,
|
* Note that option groups have their own translation functions,
|
||||||
* this function only affects the @parameter_string (see g_option_context_nex()),
|
* this function only affects the @parameter_string (see g_option_context_new()),
|
||||||
* the summary (see g_option_context_set_summary()) and the description
|
* the summary (see g_option_context_set_summary()) and the description
|
||||||
* (see g_option_context_set_description()).
|
* (see g_option_context_set_description()).
|
||||||
*
|
*
|
||||||
@ -2100,7 +2100,7 @@ g_option_context_set_translation_domain (GOptionContext *context,
|
|||||||
* program functionality.
|
* program functionality.
|
||||||
*
|
*
|
||||||
* Note that the summary is translated (see
|
* Note that the summary is translated (see
|
||||||
* g_option_context_set_translate_func()).
|
* g_option_context_set_translate_func(), g_option_context_set_translation_domain()).
|
||||||
*
|
*
|
||||||
* Since: 2.12
|
* Since: 2.12
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user