From ec59607150d1ed16361efefd25c8aedc722036a5 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 23 Nov 2008 21:16:06 +0000 Subject: [PATCH] =?utf8?q?Bug=20559413=20=E2=80=93=20g=5Foption=5Fgroup=5F?= =?utf8?q?set=5Ferror=5Fhook=20docs=20buglet?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit svn path=/trunk/; revision=7675 --- ChangeLog | 6 ++++++ glib/goption.c | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index a3df2ae0..eb8c726b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-11-23 Christian Persch + + Bug 559413 – g_option_group_set_error_hook docs buglet + + * glib/goption.c: Doc fix. + 2008-11-23 Christian Persch Bug 560568 – gkeyfile docs buglet diff --git a/glib/goption.c b/glib/goption.c index bf0e41c6..b45e5f4a 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 **/ -- 2.34.1