glib r7678 - in branches/glib-2-18: . glib



Author: chpe
Date: Sun Nov 23 21:17:35 2008
New Revision: 7678
URL: http://svn.gnome.org/viewvc/glib?rev=7678&view=rev

Log:
Bug 559413 â g_option_group_set_error_hook docs buglet

Modified:
   branches/glib-2-18/ChangeLog
   branches/glib-2-18/glib/goption.c

Modified: branches/glib-2-18/glib/goption.c
==============================================================================
--- branches/glib-2-18/glib/goption.c	(original)
+++ branches/glib-2-18/glib/goption.c	Sun Nov 23 21:17:35 2008
@@ -2005,9 +2005,8 @@
  * 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
  **/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]