Search code examples
pythonclutter

Python Clutter: Know when a timeline is done?


Is there any way to know when a timeline has finished in Python-Clutter, so that I can do something and then run another timeline? Can I use .join() on it like timers in PyGTK?


Solution

  • Turns out there's a signal - "completed".