summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2009-01-11 22:53:35 +0000
committerJohan Dahlin <johan@src.gnome.org>2009-01-11 22:53:35 +0000
commitdb29f9897a6a4fbea8b07b7d0fc7cf90f275c618 (patch)
tree07e42b06e688d0738d6853efe0290bd86b50809c
parent8ec1e3a52040a226110c04c3bf17ec190812e95b (diff)
downloadgobject-introspection-db29f9897a6a4fbea8b07b7d0fc7cf90f275c618.tar.gz
Force transfer of scoped callback parameters to none
svn path=/branches/annotation/; revision=1009
-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)