On Wed, Dec 2, 2009 at 10:24 AM,  <[email protected]> wrote:
> Hi Vish,
>
> 2009/12/2 Vishwanath Venkatesan <[email protected]>:
>> I am trying to understand the  internals of threading in GTK+-2.0. From my
>> understanding there are threads generated with GTK+ functions (ex. Opening a
>> file-dialog) even without explicit  threading.
>
> That's not correct. Gtk+ is a single-threaded system with an event loop.

That's not true for things that involve GFS. The file dialog does
indeed create its own threads, mostly because of the implementation of
GFS.

Other than that, what John said is true.
_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to