projects
/
platform
/
upstream
/
gobject-introspection.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0745eb0
)
Tweak error message
author
Colin Walters
<walters@src.gnome.org>
Sun, 31 Aug 2008 16:16:42 +0000
(16:16 +0000)
committer
Colin Walters
<walters@src.gnome.org>
Sun, 31 Aug 2008 16:16:42 +0000
(16:16 +0000)
svn path=/trunk/; revision=554
giscanner/glibtransformer.py
patch
|
blob
|
history
diff --git
a/giscanner/glibtransformer.py
b/giscanner/glibtransformer.py
index b01505d66bfdface32a767c0a7042af41f8ebf62..1f31631961ed9cd7ea717f449cd29931d2c2617f 100644
(file)
--- a/
giscanner/glibtransformer.py
+++ b/
giscanner/glibtransformer.py
@@
-359,7
+359,7
@@
class GLibTransformer(object):
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