Re: [clutter] Clutter & threads question

2007-09-10 Thread Emmanuele Bassi
On Mon, 2007-09-10 at 21:47 +0200, Luca D wrote: > Hello, > > I have one question regarding the use of clutter in a multi-threaded > application. Reading the documentation I do not understand if > clutter_threads_enter() and clutter_threads_leave() are needed: > a) to protect every call to clutter

[clutter] Clutter & threads question

2007-09-10 Thread Luca D
Hello, I have one question regarding the use of clutter in a multi-threaded application. Reading the documentation I do not understand if clutter_threads_enter() and clutter_threads_leave() are needed: a) to protect every call to clutter functions, or b) only to protect accessing the same actor fr