mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02:00
Fix an issue with callbacks that return FALSE.
svn path=/trunk/; revision=7684
This commit is contained in:
11
ChangeLog
11
ChangeLog
@@ -1,3 +1,14 @@
|
||||
2008-11-28 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Bug 562378 – callback return value not respected for callback option
|
||||
with no arg
|
||||
|
||||
* glib/goption.c (parse_long_option): Return the parse_arg return
|
||||
value even for no-arg callbacks. Patch by Christian Persch
|
||||
|
||||
* glib/tests/option-context.c: Add a test for a callback which
|
||||
returns FALSE.
|
||||
|
||||
2008-11-23 Christian Persch <chpe@gnome.org>
|
||||
|
||||
Bug 559413 – g_option_group_set_error_hook docs buglet
|
||||
|
Reference in New Issue
Block a user