gobject-introspection r554 - trunk/giscanner
- From: walters svn gnome org
- To: svn-commits-list gnome org
- Subject: gobject-introspection r554 - trunk/giscanner
- Date: Sun, 31 Aug 2008 16:16:42 +0000 (UTC)
Author: walters
Date: Sun Aug 31 16:16:42 2008
New Revision: 554
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=554&view=rev
Log:
Tweak error message
Modified:
trunk/giscanner/glibtransformer.py
Modified: trunk/giscanner/glibtransformer.py
==============================================================================
--- trunk/giscanner/glibtransformer.py (original)
+++ trunk/giscanner/glibtransformer.py Sun Aug 31 16:16:42 2008
@@ -359,7 +359,7 @@
if not is_method:
# Interfaces can't have constructors, punt to global scope
if isinstance(klass, GLibInterface):
- print "NOTE: Rejecting method or constructor for"+\
+ print "NOTE: Rejecting constructor for"+\
" interface type: %r" % (func.symbol, )
return None
# TODO - check that the return type is a subclass of the
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]