On 12/04/2011 02:41 AM, Kaj-Michael Lang wrote:
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.
I'm not using glib 2.32 on any desktop m
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 a
On 11/25/2011 01:50 AM, 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
link against gthread-2.0. On desktop distros gthread is included in the
CFLAG