summaryrefslogtreecommitdiff
path: root/clutter/clutter-timeline.h
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2009-05-01 15:05:51 +0100
committerEmmanuele Bassi <ebassi@linux.intel.com>2009-05-01 15:05:51 +0100
commit5be29cf9bc6ee5789f4f8473aee8ec72a77034c9 (patch)
treefba516b56cb7a8f3eeaedac13a8484347bc28c61 /clutter/clutter-timeline.h
parentd7a1a168ba1039cd4711bda60015667dbf1fcb27 (diff)
downloadclutter-5be29cf9bc6ee5789f4f8473aee8ec72a77034c9.tar.gz
[timeline] Expose the msec advancement
The method of ClutterTimeline that advances the timeline by a delta (in millisecond) is going to be useful for testing the timeline's behaviour -- and unbreak the timeline test suite that was broken by the MasterClock merge.
Diffstat (limited to 'clutter/clutter-timeline.h')
-rw-r--r--clutter/clutter-timeline.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/clutter/clutter-timeline.h b/clutter/clutter-timeline.h
index bd8a90151..7d829ebaa 100644
--- a/clutter/clutter-timeline.h
+++ b/clutter/clutter-timeline.h
@@ -166,6 +166,10 @@ gboolean clutter_timeline_has_marker (ClutterTimeline *timeli
void clutter_timeline_advance_to_marker (ClutterTimeline *timeline,
const gchar *marker_name);
+/*< private >*/
+void clutter_timeline_advance_delta (ClutterTimeline *timeline,
+ guint msecs);
+
G_END_DECLS
#endif /* _CLUTTER_TIMELINE_H__ */