summaryrefslogtreecommitdiff
path: root/glib/src/optionentry.hg
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@src.gnome.org>2005-07-31 13:11:05 +0000
committerMurray Cumming <murrayc@src.gnome.org>2005-07-31 13:11:05 +0000
commit882095551bb8269a9459b5b7e6ecd17f259fd50f (patch)
tree31d846c5c99a1317001fc09c9675739b59d7b2ff /glib/src/optionentry.hg
parent48b1a7a48d36016bb25453bef10de23b7d7815a0 (diff)
downloadglibmm-882095551bb8269a9459b5b7e6ecd17f259fd50f.tar.gz
Stuff I forgot to commit.
Diffstat (limited to 'glib/src/optionentry.hg')
-rw-r--r--glib/src/optionentry.hg6
1 files changed, 5 insertions, 1 deletions
diff --git a/glib/src/optionentry.hg b/glib/src/optionentry.hg
index 96d798a2..8a34ea18 100644
--- a/glib/src/optionentry.hg
+++ b/glib/src/optionentry.hg
@@ -52,7 +52,11 @@ public:
{
FLAG_HIDDEN = 1 << 0,
FLAG_IN_MAIN = 1 << 1,
- FLAG_REVERSE = 1 << 2
+ FLAG_REVERSE = 1 << 2,
+ FLAG_NO_ARG = 1 << 3,
+ FLAG_FILENAME = 1 << 4,
+ FLAG_OPTIONAL_ARG = 1 << 5,
+ FLAG_NOALIAS = 1 << 6
} GOptionFlags;
OptionEntry();