Bug 559413 – g_option_group_set_error_hook docs buglet
authorChristian Persch <chpe@src.gnome.org>
Sun, 23 Nov 2008 21:16:06 +0000 (21:16 +0000)
committerChristian Persch <chpe@src.gnome.org>
Sun, 23 Nov 2008 21:16:06 +0000 (21:16 +0000)
svn path=/trunk/; revision=7675

ChangeLog
glib/goption.c

index a3df2ae08ee8e93c2dd966296cdf7669a680f9f4..eb8c726b51a81bfb5e0b5baf6bbcf440b011b60d 100644 (file)
--- a/ChangeLog
+++ b/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
index bf0e41c6fedcafd66f6e18e362c88a4626909305..b45e5f4aeb794ec0499f337d62a85479ff61d8b6 100644 (file)
@@ -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
  **/