Matthias Clasen a9fa61a13e Add tests for the handling of non-option arguments, "--" and
2004-10-29  Matthias Clasen  <mclasen@redhat.com>

	* tests/option-test.c: Add tests for the handling of
	non-option arguments, "--" and G_OPTION_REMAINING.

	* glib/goption.[hc]: #define G_OPTION_REMAINING, which is
	a special long option name, which can be used for an option
	in the main group which collects the non-option arguments.
	It must be of type G_OPTION_ARG_STRING_ARRAY or
	G_OPTION_ARG_FILENAME_ARRAY. If the main group doesn't contain
	an option whose name is G_OPTION_REMAINING, the non-option
	arguments are left behind in argv as before.
2004-10-29 20:19:06 +00:00
..
2004-08-02 21:40:40 +00:00
2002-10-15 22:16:57 +00:00
2002-10-15 22:16:57 +00:00
2004-08-02 21:40:40 +00:00
2001-11-26 19:08:46 +00:00
2004-04-15 13:58:29 +00:00
2004-10-26 04:16:02 +00:00
2002-10-15 22:16:57 +00:00
2002-10-15 22:16:57 +00:00
2004-10-22 19:51:29 +00:00