Workaround for missing PyGObject support for GStrv
authorAlberto Mardegan <mardy@users.sourceforge.net>
Wed, 21 Dec 2011 07:46:11 +0000 (09:46 +0200)
committerAlberto Mardegan <alberto.mardegan@canonical.com>
Mon, 13 Aug 2012 08:01:33 +0000 (11:01 +0300)
commitc6067649b43bd330ffd585dc03629dfe267ec262
tree81e5cff02a29a970f9215bb3979705a2f9375329
parent0a5098f952c21d0d9a49eda24d090786abc544ec
Workaround for missing PyGObject support for GStrv

Currently PyGObject doesn't support marshalling of string lists (see
https://bugzilla.gnome.org/show_bug.cgi?id=666636 ), so we need to
workaround this limitation somehow.
This code uses pygobject "hidden" support for GStrv to convert Python
lists to GStrv on the fly.
Makefile.am
autogen.sh
configure.ac
pygobject/Makefile.am [new file with mode: 0644]
pygobject/Signon.py [new file with mode: 0644]