On Thu, 21 May 2009 22:43:10 +0100 Chris Vine <[email protected]> wrote: > On the > other hand you don't have to worry about the validity of a > Glib::Dispatcher object, which must exist when a slot is executed via > a dispatcher (the main loop tries to look up the dispatcher object on > slot execution for obvious reasons).
What I meant is that you don't need to worry about it if using g_idle_add() (there isn't a Dispatcher object). You DO need to take it into account if using Glib::Dispatcher. Chris _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
