gobject-introspection r812 - trunk/giscanner
- From: johan svn gnome org
- To: svn-commits-list gnome org
- Subject: gobject-introspection r812 - trunk/giscanner
- Date: Fri, 24 Oct 2008 11:40:43 +0000 (UTC)
Author: johan
Date: Fri Oct 24 11:40:43 2008
New Revision: 812
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=812&view=rev
Log:
Be less verbose about source types, we handle most of them now anyway
Modified:
trunk/giscanner/transformer.py
Modified: trunk/giscanner/transformer.py
==============================================================================
--- trunk/giscanner/transformer.py (original)
+++ trunk/giscanner/transformer.py Fri Oct 24 11:40:43 2008
@@ -281,8 +281,6 @@
elif source_type.type == CTYPE_POINTER:
value = self._create_source_type(source_type.base_type) + '*'
else:
- print 'TRANSFORMER: Unhandled source type %r' % (
- source_type, )
value = 'any'
return value
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]