Re: Gtk+: multi-threaded or not ?

2010-02-02 Thread David Nečas
On Tue, Feb 02, 2010 at 06:14:18PM +0530, Siddu wrote: > On Tue, Feb 2, 2010 at 5:56 PM, Pierre Wieser wrote: > > > Reading this list, I see some questions which talk about "threads": main > > thread, event thread, and so on. > > > > I was not conscious Gtk+ was multithreaded. I'm conscious of as

Re: Gtk+: multi-threaded or not ?

2010-02-02 Thread Siddu
On Tue, Feb 2, 2010 at 5:56 PM, Pierre Wieser wrote: > Hi all, > > Reading this list, I see some questions which talk about "threads": main > thread, event thread, and so on. > > I was not conscious Gtk+ was multithreaded. I'm conscious of asynchronous > code with the mail loop and idle function

Gtk+: multi-threaded or not ?

2010-02-02 Thread Pierre Wieser
Hi all, Reading this list, I see some questions which talk about "threads": main thread, event thread, and so on. I was not conscious Gtk+ was multithreaded. I'm conscious of asynchronous code with the mail loop and idle function (which are rather in Glib, I believe ?), but really not of multi