Re: Problems with un-owned objects passed to closures in pygobject (gtk_cell_renderer_text_start_editing)



This is basically how PyGObject works now. There are no problems with this during casual usage when Python is always in the position of the "caller". The problem is this scheme does not work with the marshaling of floating widgets passed into Python vfuncs/closures as arguments or intended as return values from them. I just added a bunch of commentary to the following bug about why it is failing:
https://bugzilla.gnome.org/show_bug.cgi?id=657202#c21




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]