Re: wayland tablet support redux

2016-03-31 Thread Peter Hutterer
On Wed, Mar 30, 2016 at 04:46:43PM +0200, Carlos Garnacho wrote: > Hey all, > > Now that 3.22 is open, and that the v1 of the wayland tablet protocol > is formalized, I'll be attempting to merge wip/wayland-tablet again. > Some random concepts: > > =What's new in the branch= > The main new API

GsourceFuncs.finalize

2016-03-31 Thread Krzysztof
When the /finalize/ member function is called? I can't get it to. -- Regards Krzysztof J. ___ gtk-list mailing list gtk-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-list

Eliminating the risk of dangling pointers in GTK+

2016-03-31 Thread Karsten Pedersen
Hi, I have developed a technology (called libstent) that prevents the risk of dangling pointers in the C language. Due to the functionality of g_object_weak_ref provided by GTK+ (well, GLIB), it has been easy to integrate the two projects together. If any of you have time, you might find it