mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 08:28:43 +02:00
Add G_OPTION_FLAG_REVERSE, to reverse the sense of a G_OPTION_ARG_NONE
2004-11-04 Tor Lillqvist <tml@iki.fi> * glib/goption.h (enum GOptionFlags): Add G_OPTION_FLAG_REVERSE, to reverse the sense of a G_OPTION_ARG_NONE (boolean) option. * glib/goption.c (parse_arg): Obey the above flag.
This commit is contained in:
committed by
Tor Lillqvist
parent
912ba0d43c
commit
5ddd4874a6
@@ -1,5 +1,10 @@
|
||||
2004-11-04 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib/goption.h (enum GOptionFlags): Add G_OPTION_FLAG_REVERSE,
|
||||
to reverse the sense of a G_OPTION_ARG_NONE (boolean) option.
|
||||
|
||||
* glib/goption.c (parse_arg): Obey the above flag.
|
||||
|
||||
* glib/gconvert.c (g_filename_display_name): Document that the
|
||||
result is guaranteed to be non-NULL.
|
||||
|
||||
|
Reference in New Issue
Block a user