On Wed, 2005-02-09 at 22:46, Tom Copeland wrote: > I've got a small C socket client that's reading data (some URLs and > whatnot) from a GIOChannel and opening new GtkWindows, each containing > a GtkMozEmbed object.
Now that I've searched the archives more thoroughly, I see there's a post from Mauro Borghi about a year ago where he's doing pretty much the same thing: http://www.mail-archive.com/[email protected]/msg03932.html It looks like both Reinhard and Christopher are suggesting using gtk_idle_add() to communicate with the main GTK event loop rather than munging around with the thread locking calls. I'll try gtk_idle_add() unless someone else has other suggestions... Thanks, Tom _______________________________________________ mozilla-embedding mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-embedding
