On Thu, Aug 28, 2008 at 9:23 PM, <[EMAIL PROTECTED]> wrote: > 2008/8/28 Tor Lillqvist <[EMAIL PROTECTED]>: >> Have the idle callback function return FALSE... Schedule it again with >> g_idle_add() whenever you have something new that needs to be done in >> the GUI thread.
I were stuck in forever loop concept ... "Have the idle callback function return FALSE" ... why I did not think about this !!! That's a great point !! Thanks > > I wrote a tiny bit of sample code in an old mail: > > http://lists-archives.org/gtk/08308-gtk-and-threads.html It's very helpful. Thanks again. KC > > maybe that helps a bit. > > John > _______________________________________________ gtk-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-list
