diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-06-18 04:55:26 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-06-18 04:55:26 +0000 |
commit | 3a7a09668253973235e7e48fcaf9b06051c8c3b2 (patch) | |
tree | 43399650a47e07f7d108cf986efc1c8025acc7bf /docs/reference/ChangeLog | |
parent | 2e5ed68b653c67b25e859cc77a4282d8b9d724c0 (diff) |
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
Diffstat (limited to 'docs/reference/ChangeLog')
-rw-r--r-- | docs/reference/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 9e7d06d1d..9b13ec6bf 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2005-06-18 Matthias Clasen <mclasen@redhat.com> + + * glib/tmpl/option.sgml (GOptionFlags): document + G_OPTION_FLAG_NO_ARG and G_OPTION_FLAG_FILENAME (Dan Winship) + 2005-06-16 Mathieu Lacage <mathieu@gnome.org> * gobject/tut_gtype.xml: fix typo reported by Hong Gang XU. |