On Mon, 9 Jul 2012 07:47:52 -0400 Paul Davis <[email protected]> wrote: > ah, OK. this helps explain why i continue to use g_idle_add() for this > purpose, then :) > > actually, to be fair, i don't use g_idle_add() a lot, but rather my > own implementation of the same concept that Glib::Dispatcher > represents.
Ditto me. I have something similar to Glib::Dispatcher, but which is entirely thread-safe so any thread can access all of its methods and avoids the sigc::trackable problem, and also my own entirely thread-safe wrapper for idle sources. Chris _______________________________________________ gtkmm-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gtkmm-list
