public uint add_full (int priority, uint interval, owned SourceFunc func)
Sets a function to be called at regular intervals holding the Clutter threads lock, with the given
priority. The function is called repeatedly until it returns false, at which point the timeout is automatically removed
and the function will not be called again. The notify function is called when the timeout is removed.