On Sat, 2011-12-03 at 14:14 -0600, Michael Cronenworth wrote:
> > Is there something Maemo-specific that I need to do to allow async 
> > queues? 
> 
> Apparently, yes.
> 
> In order to use GAsyncQueue objects you must call g_threads_init()
> and 

A recent glib (2.32) release changed how threads are handled, there is
no need to initialize threads anymore. But if you are using an old glib
then threads needs to still be initialized. Not maemo specific.

See 
http://developer.gnome.org/glib/2.31/glib-Deprecated-Thread-APIs.html#g-thread-init
https://bugzilla.gnome.org/show_bug.cgi?id=660744

-- 
Kaj-Michael Lang <mil...@tal.org>

_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to