From 5eb9bbc1f32040dc9094d84c48d8f69035af8080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Mon, 4 Feb 2008 14:35:47 +0000 Subject: [PATCH] * clutter/clutter-timeline.c: (clutter_timeline_rewind): updated documentation to take direction into account. --- ChangeLog | 5 +++++ clutter/clutter-timeline.c | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 83b14e351..b2d69057f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-02-04 Øyvind Kolås + + * clutter/clutter-timeline.c: (clutter_timeline_rewind): updated + documentation to take direction into account. + 2008-02-04 Øyvind Kolås * tests/test-fbo.c: (make_shader): diff --git a/clutter/clutter-timeline.c b/clutter/clutter-timeline.c index ad24a5a31..24090338e 100644 --- a/clutter/clutter-timeline.c +++ b/clutter/clutter-timeline.c @@ -745,7 +745,9 @@ clutter_timeline_get_loop (ClutterTimeline *timeline) * clutter_timeline_rewind: * @timeline: A #ClutterTimeline * - * Rewinds #ClutterTimeline to frame 0. + * Rewinds #ClutterTimeline to the first frame if its direction is + * CLUTTER_TIMELINE_FORWARD and the last frame if it is + * CLUTTER_TIMELINE_BACKWARD. **/ void clutter_timeline_rewind (ClutterTimeline *timeline)