How can remove property

2011-10-05 Thread prilukov
I install object's property with g_object_class_install_property(). How can I remove this property? Thank you ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: How can remove property

2011-10-05 Thread Emmanuele Bassi
On 2011-10-05 at 15:37, prilukov wrote: I install object's property with g_object_class_install_property(). How can I remove this property? you can't. ciao, Emmanuele. -- W: http://www.emmanuelebassi.name B: http://blogs.gnome.org/ebassi ___

Re: Forcing a G Timeout to be handled by a specific thread

2011-10-05 Thread Chris Vine
On Wed, 05 Oct 2011 14:00:40 +0100 Andrew Wood a@me.com wrote: Is there a way to ensure a timeout callback set with g_timeout_add is always executed by a specific pthread? Timeouts started with g_timeout_add() or g_timeout_add_full() execute in the default main context, which is normally