Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Bug 559413 – g_option_group_set_error_hook docs buglet
Browse files Browse the repository at this point in the history
svn path=/trunk/; revision=7675
  • Loading branch information
Christian Persch committed Nov 23, 2008
1 parent da8591c commit ec59607
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -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>

Bug 560568 – gkeyfile docs buglet
Expand Down
5 changes: 2 additions & 3 deletions glib/goption.c
Expand Up @@ -2005,9 +2005,8 @@ g_option_group_set_parse_hooks (GOptionGroup *group,
* Associates a function with @group which will be called
* from g_option_context_parse() when an error occurs.
*
* Note that the user data to be passed to @pre_parse_func and
* @post_parse_func can be specified when constructing the group
* with g_option_group_new().
* Note that the user data to be passed to @error_func can be
* specified when constructing the group with g_option_group_new().
*
* Since: 2.6
**/
Expand Down

0 comments on commit ec59607

Please sign in to comment.