Add and implement a new flag to turn off the automatic <groupname>-
authorMatthias Clasen <mclasen@redhat.com>
Tue, 12 Jul 2005 18:56:25 +0000 (18:56 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 12 Jul 2005 18:56:25 +0000 (18:56 +0000)
commit58dd4814b26199aad33afbba7abac2bb6b462682
treed19b706c9e08a193ae20300907f7be1612966dd6
parent392980c78340fb81da20a91510af8cb9f7629090
Add and implement a new flag to turn off the automatic <groupname>-

2005-07-12  Matthias Clasen  <mclasen@redhat.com>

* glib/goption.h (G_OPTION_FLAG_NOALIAS):
* glib/goption.c: Add and implement a new flag
to turn off the automatic <groupname>- prefixing
for conflict resolution of long option names. (#171840,
Adam McLaurin)

All optional callback arguments  (#308886, Pawel
Sliwowski)

* glib/goption.h (G_OPTION_FLAG_OPTIONAL_ARG):
* glib/goption.c: Add and implement a new flag
to indicate that a callback *optionally* takes another
argument.

* tests/option-test.c: Add tests for optional arguments.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-8
docs/reference/glib/tmpl/option.sgml
glib/goption.c
glib/goption.h
tests/option-test.c