timeline: Add an internal function for advancing a timeline
authorEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 21 Mar 2012 16:07:29 +0000 (16:07 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 27 Apr 2012 11:30:48 +0000 (12:30 +0100)
commitedfe61817448a5abf96d22fbd2f9924531b586a5
tree893f9c1c42c390c5216330cd1ca24fc6fe7cdfd5
parent270894342e6847fbec2397b6e5709bd2cc2027a2
timeline: Add an internal function for advancing a timeline

There are cases when we want to advance a timeline from another time
source. We cannot use _clutter_timeline_do_tick() directly, as that
assumes that the timeline is already playing, so we'll need to create a
wrapper that toggles the playing flag around it.
clutter/clutter-master-clock.h
clutter/clutter-timeline.c