summaryrefslogtreecommitdiffstats
path: root/bindings/perl/glist_handling.c
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-02-22 15:18:29 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-02-22 15:18:29 +0000
commit4c72a3662e56777bc416e7886f8ed95996b2b53e (patch)
tree6b89b1f3c5b0758f6eed1528f7ddfdceb179fa4f /bindings/perl/glist_handling.c
parenta45c5844ddbcf87cbf65d0cf2fa61b22c2cb8ac5 (diff)
downloadlasso-4c72a3662e56777bc416e7886f8ed95996b2b53e.tar.gz
lasso-4c72a3662e56777bc416e7886f8ed95996b2b53e.tar.xz
lasso-4c72a3662e56777bc416e7886f8ed95996b2b53e.zip
Binding perl: add support for out parameters
* bindings/perl/lang.py: support GObject out parameters.
Diffstat (limited to 'bindings/perl/glist_handling.c')
-rw-r--r--bindings/perl/glist_handling.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/perl/glist_handling.c b/bindings/perl/glist_handling.c
index 88eba152..d36c59b0 100644
--- a/bindings/perl/glist_handling.c
+++ b/bindings/perl/glist_handling.c
@@ -94,7 +94,7 @@ pv_to_xmlnode(SV *value) {
*
* Return value: a newly create #GList
*/
-static GList*
+G_GNUC_UNUSED static GList*
array_to_glist_string(AV *array)
{
I32 len, i;