From fcd8739f49ce231f002604d31068087daa6e2fb7 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 4 Jan 2010 09:16:00 +0000 Subject: Bindings: simplify GList handling --- bindings/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bindings/utils.py') diff --git a/bindings/utils.py b/bindings/utils.py index 68ce2392..86594cd3 100644 --- a/bindings/utils.py +++ b/bindings/utils.py @@ -23,7 +23,7 @@ import re import string _mapping_convert_type_from_gobject_annotation = { - 'utf8': 'char8' + 'utf8': 'char*' } def convert_type_from_gobject_annotation(type): -- cgit