summaryrefslogtreecommitdiffstats
path: root/bindings/php5
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-04 09:13:43 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-04 09:13:43 +0000
commitf61c178bec7d4f298c73b33372fbb0370c282e55 (patch)
treeeee521b42e47d192a95266019bbfcbfd9129e4d4 /bindings/php5
parent003b2511ab0430d43aa0bc8007b7994e5932feb2 (diff)
downloadlasso-f61c178bec7d4f298c73b33372fbb0370c282e55.tar.gz
lasso-f61c178bec7d4f298c73b33372fbb0370c282e55.tar.xz
lasso-f61c178bec7d4f298c73b33372fbb0370c282e55.zip
Bindings: in bindings.py, parse '(in)' gobject-introspection annotation, in utils.py, use it to reverse default annotation for pointer of pointers
Bindings: in bindings.py, improve regular expression for declarations Bindings: parse gobject-introspection annotation in return value documentation, add cast to C calls when parameter type is const in java binding, problem arise with const char ** arrays
Diffstat (limited to 'bindings/php5')
-rw-r--r--bindings/php5/wrapper_source.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bindings/php5/wrapper_source.py b/bindings/php5/wrapper_source.py
index 5775b7be..0045cf6e 100644
--- a/bindings/php5/wrapper_source.py
+++ b/bindings/php5/wrapper_source.py
@@ -343,7 +343,6 @@ PHP_MSHUTDOWN_FUNCTION(lasso)
if is_out(arg):
# export the returned variable
free = is_transfer_full(unref_type(arg))
- print m
self.set_zval('php_out_%s' % argname, argname, unref_type(arg), free = free)
pass
elif argtype == 'xmlNode*':