diff options
author | Tor Lillqvist <tml@iki.fi> | 2004-11-04 00:40:06 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2004-11-04 00:40:06 +0000 |
commit | 5ddd4874a6bf6599a194bbc29b4f2b637e069ebb (patch) | |
tree | 53e6d48bc045e85a3eb9dc8e027b82bf7f0a9ae3 /ChangeLog.pre-2-6 | |
parent | 912ba0d43cf76ab76f338fb5beab98102da4d868 (diff) | |
download | glib-5ddd4874a6bf6599a194bbc29b4f2b637e069ebb.tar.gz |
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.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index ef5c40e2d..e000728e7 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -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. |