diff options
author | Christian Persch <chpe@src.gnome.org> | 2008-11-23 21:17:35 +0000 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2008-11-23 21:17:35 +0000 |
commit | e6564be249ad5a6c2f2209f1622c68c179a2a3db (patch) | |
tree | c3e2d3da95c4640c82eded38100a530a62d89f85 | |
parent | 962ed4f90c3346b7091dee039223b7d2e238a9a1 (diff) |
Bug 559413 – g_option_group_set_error_hook docs buglet
svn path=/branches/glib-2-18/; revision=7678
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | glib/goption.c | 5 |
2 files changed, 8 insertions, 3 deletions
@@ -1,5 +1,11 @@ 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 * glib/gkeyfile.c: Clarify the docs. diff --git a/glib/goption.c b/glib/goption.c index bf0e41c6f..b45e5f4ae 100644 --- a/glib/goption.c +++ b/glib/goption.c @@ -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 **/ |