Re: [java-gnome-hackers] GApplication and GtkApplication coverage
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2011-12-06 00:24:25
|
On Tue, 2011-12-06 at 00:08 +0100, Guillaume Mazoyer wrote: > If anyone wants to give me a hand (by making some code, giving me more > details about how G[tk]Application works, etc..) I will thank you :) You might want to look through https://bugzilla.gnome.org/show_bug.cgi?id=658805 it talks extensively about how to terminate a GTK program when using GtkApplication. Apparently gtk_main_quit() is *not* what you use. Which is unexpected. We'll have to cater for the fact that all our users think Gtk.mainQuit() is how you tell GTK to stop & exit the main loop. AfC Sydney |