Le Fri, 6 Mar 2009 17:01:17 +0100,
Lionel Dricot <[email protected]> a écrit :

> The sources of the bindings shows " threads_add_idle_full" but it
> also seems to be in a ignore list and clutter.threads_add_idle_full
> doesn't work.
> 
> Damien > What do you use in candies ?

I don't actually use add_idle in Candies but I do in some projects using
Candies...

For instance, I needed to run an external command and trigger a
callback function when that command terminates. As that command takes a
long time to be executed, I needed to use a thread or the GUI
would freeze.

To trigger my callback function, I used gobject.idle_add(myfunc) and
I've never had any problem with that... But perhaps did you experience
bad issues using idle_add ?

I would be interested in having more information on this topic !

Damien.
--
To unsubscribe send a mail to [email protected]

Reply via email to