diff options
-rw-r--r-- | bindings/python/gpod.i | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bindings/python/gpod.i b/bindings/python/gpod.i index a295240..4cf224a 100644 --- a/bindings/python/gpod.i +++ b/bindings/python/gpod.i @@ -68,7 +68,11 @@ PyObject* sw_get_playlists(Itdb_iTunesDB *itdb) { } %} +# be nicer to decode these utf8 strings into Unicode objects in the C +# layer. Here we are leaving it to the Python side, and just giving +# them utf8 encoded Strings. typedef char gchar; + typedef int gboolean; typedef int gint32; typedef unsigned int guint32; |