gobject-introspection r554 - trunk/giscanner



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]