From f61c178bec7d4f298c73b33372fbb0370c282e55 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 4 Jan 2010 09:13:43 +0000 Subject: 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 --- bindings/php5/wrapper_source.py | 1 - 1 file changed, 1 deletion(-) (limited to 'bindings/php5/wrapper_source.py') 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*': -- cgit