mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-12 04:04:04 +02:00
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.
This commit is contained in:
committed by
Matthias Clasen
parent
392980c783
commit
58dd4814b2
@@ -1,3 +1,21 @@
|
||||
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.
|
||||
|
||||
2005-07-12 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gthread.c (g_static_rec_mutex_lock_full): Don't lock
|
||||
|
Reference in New Issue
Block a user