summaryrefslogtreecommitdiffstats
path: root/bindings/utils.py
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-04 09:16:00 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-04 09:16:00 +0000
commitfcd8739f49ce231f002604d31068087daa6e2fb7 (patch)
treeb5503fe3e7ebe5e336be5553b187e4bceade2902 /bindings/utils.py
parent914a176d99e7686cb3d0207a4d1429bf6c944cc5 (diff)
downloadlasso-fcd8739f49ce231f002604d31068087daa6e2fb7.tar.gz
lasso-fcd8739f49ce231f002604d31068087daa6e2fb7.tar.xz
lasso-fcd8739f49ce231f002604d31068087daa6e2fb7.zip
Bindings: simplify GList handling
Diffstat (limited to 'bindings/utils.py')
-rw-r--r--bindings/utils.py2
1 files changed, 1 insertions, 1 deletions
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):