2007/9/11, Emmanuele Bassi <[EMAIL PROTECTED]>:
>
>
> you misunderstood me.
>
> you should install a idle handler just to manipulate the Clutter API
> when done computing stuff inside the thread, so you don't need to
> acquire the main Clutter lock - because the API does it for you.
>
> the tests/test-threads.c test case shows you how to use the API and
> threads with Clutter.


Ok, now I think I understand. I can do that.

every signal inside Clutter and every
> idle/timeout callback installed _using the clutter_threads_add_* API_ is
> emitted under the main Clutter lock.


Ok, this is what I needed.

Thank you,
     Luca

Reply via email to