Add G_OPTION_FLAG_NO_ARG and G_OPTION_FLAG_FILENAME to allow greater
authorMatthias Clasen <mclasen@redhat.com>
Sat, 18 Jun 2005 04:55:26 +0000 (04:55 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 18 Jun 2005 04:55:26 +0000 (04:55 +0000)
commit3a7a09668253973235e7e48fcaf9b06051c8c3b2
tree43399650a47e07f7d108cf986efc1c8025acc7bf
parent2e5ed68b653c67b25e859cc77a4282d8b9d724c0
Add G_OPTION_FLAG_NO_ARG and G_OPTION_FLAG_FILENAME to allow greater

2005-06-18  Matthias Clasen  <mclasen@redhat.com>

* glib/goption.h:
* glib/goption.c: Add G_OPTION_FLAG_NO_ARG and
G_OPTION_FLAG_FILENAME to allow greater control of
G_OPTION_ARG_CALLBACK options. (#302632, Dan Winship)

* tests/option-test.c: test callback args
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-8
docs/reference/ChangeLog
docs/reference/glib/tmpl/option.sgml
glib/goption.c
glib/goption.h
tests/option-test.c