Allow G_OPTION_ARG_CALLBACK for G_OPTION_REMAINING. (#437297, Dave Benson)
authorMatthias Clasen <mclasen@redhat.com>
Fri, 11 May 2007 18:53:57 +0000 (18:53 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 11 May 2007 18:53:57 +0000 (18:53 +0000)
commit8f88ba6ffa6de84c835aee701a454b5c0488532d
tree53c1ed6c63f77348f587e9a27c63a7c279845804
parentec11b71411abf0cca229e9fbc4b32724a09b0642
Allow G_OPTION_ARG_CALLBACK for G_OPTION_REMAINING. (#437297, Dave Benson)

2007-05-11  Matthias Clasen  <mclasen@redhat.com>

        * glib/goption.c: Allow G_OPTION_ARG_CALLBACK for
        G_OPTION_REMAINING.  (#437297, Dave Benson)

        * tests/option-test.c: Add a test for this.

svn path=/trunk/; revision=5487
ChangeLog
docs/reference/ChangeLog
docs/reference/glib/tmpl/option.sgml
glib/goption.c
tests/option-test.c