On Thu, 2009-11-26 at 14:35 +0100, Alexander Larsson wrote:

> Starting with next glib release: 
> * libgobject links to libgthread
> * g_type_init() starts with:
> 
> #ifdef G_THREADS_ENABLED
>  if ([!]g_thread_supported())
>    g_thread_init (NULL);
> #endif
> 
> This means that everything above gobject can rely on thread primitives
> being availible, and that global stuff in glib (mainloop, gslice,
> globals, etc) are threadsafe.

Yes, please!

 Cheers
  -Tim


_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Reply via email to