gobject-introspection r1009 - branches/annotation/giscanner
- From: johan svn gnome org
- To: svn-commits-list gnome org
- Subject: gobject-introspection r1009 - branches/annotation/giscanner
- Date: Sun, 11 Jan 2009 22:53:35 +0000 (UTC)
Author: johan
Date: Sun Jan 11 22:53:35 2009
New Revision: 1009
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=1009&view=rev
Log:
Force transfer of scoped callback parameters to none
Modified:
branches/annotation/giscanner/annotationparser.py
Modified: branches/annotation/giscanner/annotationparser.py
==============================================================================
--- branches/annotation/giscanner/annotationparser.py (original)
+++ branches/annotation/giscanner/annotationparser.py Sun Jan 11 22:53:35 2009
@@ -318,6 +318,7 @@
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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]