summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2014-05-08 17:23:16 -0400
committerRyan Lortie <desrt@desrt.ca>2014-05-08 17:25:49 -0400
commitc3c8c7cf17ae0df21f90d3766fd0b4f744b1927e (patch)
treeb45d258e62d21cc0ffbb35c0c2f7f5e14e20400c
parent6a193f27d7c4537c2bbad9a5541c4120f5e4d1a6 (diff)
downloadgobject-introspection-c3c8c7cf17ae0df21f90d3766fd0b4f744b1927e.tar.gz
annotationparser: more nullable fixes
Add ANN_NULLABLE and ANN_OPTIONAL in the one (and only) other place that ANN_ALLOW_NONE is mentioned...
-rw-r--r--giscanner/annotationparser.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/giscanner/annotationparser.py b/giscanner/annotationparser.py
index 20861dc3..afeca9ce 100644
--- a/giscanner/annotationparser.py
+++ b/giscanner/annotationparser.py
@@ -216,6 +216,8 @@ ANN_VFUNC = 'virtual'
ANN_VALUE = 'value'
GI_ANNS = [ANN_ALLOW_NONE,
+ ANN_NULLABLE,
+ ANN_OPTIONAL,
ANN_ARRAY,
ANN_ATTRIBUTES,
ANN_CLOSURE,