Re: [Telepathy] testing telepathy-glib gi bindings

2016-07-03 Thread Diane Trout
> > import gi > > gi.extend_path('/telepathy-glib/telepathy-glib/', > > 'TelepathyGLib-0.12') > > gi.require_version('TelepathyGLib', '0.12') > > > > To try and grab the recently built typelib instead of any one > > potentially already installed. > > Did you try it? Did it work? Not yet. (at

Re: [Telepathy] testing telepathy-glib gi bindings

2016-07-01 Thread George Kiagiadakis
On 01.07.2016 08:49, Diane Trout wrote: Hi, A long time ago I had briefly tried to use telepathy-glib from python and gave up because it kept segfaulting. I've been wondering how hard it would be to add tests to telepathy-glib to verify that the gobject introspection bindings are working