1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-04-03 14:23:07 +02:00

Bug 559413 – g_option_group_set_error_hook docs buglet

svn path=/trunk/; revision=7675
This commit is contained in:
Christian Persch 2008-11-23 21:16:06 +00:00
parent da8591c7a8
commit ec59607150
2 changed files with 8 additions and 3 deletions

@ -1,3 +1,9 @@
2008-11-23 Christian Persch <chpe@gnome.org>
Bug 559413 g_option_group_set_error_hook docs buglet
* glib/goption.c: Doc fix.
2008-11-23 Christian Persch <chpe@gnome.org> 2008-11-23 Christian Persch <chpe@gnome.org>
Bug 560568 gkeyfile docs buglet Bug 560568 gkeyfile docs buglet

@ -2005,9 +2005,8 @@ g_option_group_set_parse_hooks (GOptionGroup *group,
* Associates a function with @group which will be called * Associates a function with @group which will be called
* from g_option_context_parse() when an error occurs. * from g_option_context_parse() when an error occurs.
* *
* Note that the user data to be passed to @pre_parse_func and * Note that the user data to be passed to @error_func can be
* @post_parse_func can be specified when constructing the group * specified when constructing the group with g_option_group_new().
* with g_option_group_new().
* *
* Since: 2.6 * Since: 2.6
**/ **/