gobject-introspection r760 - trunk/giscanner



Author: walters
Date: Mon Oct 20 19:42:12 2008
New Revision: 760
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=760&view=rev

Log:
We are handling those return types, silly


Modified:
   trunk/giscanner/transformer.py

Modified: trunk/giscanner/transformer.py
==============================================================================
--- trunk/giscanner/transformer.py	(original)
+++ trunk/giscanner/transformer.py	Mon Oct 20 19:42:12 2008
@@ -458,7 +458,7 @@
         return_ = Return(rtype)
         self._handle_generic_param_options(return_, options_map)
         for option, data in options_map.iteritems():
-            if option == 'transfer':
+            if option in ('transfer', 'element-type', 'out'):
                 pass
             else:
                 print 'Unhandled return type annotation option: %r' % (



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]