On Fri, 2009-03-06 at 17:01 +0100, Lionel Dricot wrote: > 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.
the clutter_threads_add_idle_* and clutter_threads_add_timeout_* family of functions are not directly bindable in Python because the handler must also release the python interpreter lock before acquiring the Clutter main lock. in short, they require to be reimplemented in C/Python. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to [email protected]
