summaryrefslogtreecommitdiff
path: root/gir
diff options
context:
space:
mode:
authorAndreas Rottmann <a.rottmann@gmx.at>2009-03-04 15:59:28 +0100
committerAndreas Rottmann <a.rottmann@gmx.at>2009-03-04 15:59:28 +0100
commitb8e3172424ba956a0d18eae8deb305310b2cab74 (patch)
tree50bf11870760c23d6734bc7fa65e10d30da10ef6 /gir
parent5b4df314f3c59530a930ab3b09cd44212603a771 (diff)
downloadgobject-introspection-b8e3172424ba956a0d18eae8deb305310b2cab74.tar.gz
Bug 573332 - Allow annotation of enums as bitfields
Add support for a `(type bitfield)' annotation for enums. Signed-off-by: Andreas Rottmann <a.rottmann@gmx.at>
Diffstat (limited to 'gir')
-rw-r--r--gir/glib-2.0.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c
index ec98c4d5..0fb1c68b 100644
--- a/gir/glib-2.0.c
+++ b/gir/glib-2.0.c
@@ -19,4 +19,6 @@
* @context: (allow-none):
*/
-
+/**
+ * GIOCondition: (type bitfield)
+ **/