Hello, I've a little application using libchamplain and clutter and I want to modify dynamically some properties of actors (like the size or the position).
I want to use threads in this application. What's the easiest solution for that in Clutter ? Pierlux told me about threads_add_idle_full but I'm not sure it is available in the python bindings and I don't find any documentation about it. How do you use threads in pyclutter apps ? Thank in advance, Lionel
