Hi Tomeu,
On 12 January 2012 11:02, Tomeu Vizoso wrote:
> Looks like a bug in pygobject, could you file a bug with a backtrace?
>
> It may be worth trying out with the latest release to scope better the
> problem.
I've tried with git master gobject-introspection and 3.0.3 pygobject
and the cras
On Wed, Jan 11, 2012 at 14:47, wrote:
> Hi all,
>
> I'm adding gobject-introspection support to my library. It's working
> well for the GObject classes, but I just can't get it to work for
> GBoxed objects. I'm sure I'm missing something obvious. Do I need to
> write an override to make a class f
Hi all,
I'm adding gobject-introspection support to my library. It's working
well for the GObject classes, but I just can't get it to work for
GBoxed objects. I'm sure I'm missing something obvious. Do I need to
write an override to make a class for the type myself?
I've spent some time googling