summaryrefslogtreecommitdiff
path: root/giscanner/annotationparser.py
diff options
context:
space:
mode:
Diffstat (limited to 'giscanner/annotationparser.py')
-rw-r--r--giscanner/annotationparser.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/giscanner/annotationparser.py b/giscanner/annotationparser.py
index f3fcd2c3..10ebe64b 100644
--- a/giscanner/annotationparser.py
+++ b/giscanner/annotationparser.py
@@ -318,6 +318,7 @@ class AnnotationApplier(object):
scope = options.get('scope')
if scope:
param.scope = scope.one()
+ param.transfer = PARAM_TRANSFER_NONE
def _parse_param_ret_common(self, parent, node, options):
node.direction = self._extract_direction(node, options)