summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--glib/goption.c5
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ec0527460..38b67c1f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
**/