mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 05:43:28 +02:00
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
This commit is contained in:
committed by
Matthias Clasen
parent
ec11b71411
commit
8f88ba6ffa
@@ -378,7 +378,8 @@ Flags which modify individual options.
|
||||
If a long option in the main group has this name, it is not treated as a
|
||||
regular option. Instead it collects all non-option arguments which would
|
||||
otherwise be left in <literal>argv</literal>. The option must be of type
|
||||
%G_OPTION_ARG_STRING_ARRAY or %G_OPTION_ARG_FILENAME_ARRAY.
|
||||
%G_OPTION_ARG_CALLBACK, %G_OPTION_ARG_STRING_ARRAY
|
||||
or %G_OPTION_ARG_FILENAME_ARRAY.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Reference in New Issue
Block a user