* clutter/clutter-timeline.c: (clutter_timeline_rewind): updated

documentation to take direction into account.
This commit is contained in:
Øyvind Kolås 2008-02-04 14:35:47 +00:00
parent 545e323ec1
commit 5eb9bbc1f3
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-02-04 Øyvind Kolås <pippin@o-hand.com>
* clutter/clutter-timeline.c: (clutter_timeline_rewind): updated
documentation to take direction into account.
2008-02-04 Øyvind Kolås <pippin@o-hand.com> 2008-02-04 Øyvind Kolås <pippin@o-hand.com>
* tests/test-fbo.c: (make_shader): * tests/test-fbo.c: (make_shader):

View File

@ -745,7 +745,9 @@ clutter_timeline_get_loop (ClutterTimeline *timeline)
* clutter_timeline_rewind: * clutter_timeline_rewind:
* @timeline: A #ClutterTimeline * @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 void
clutter_timeline_rewind (ClutterTimeline *timeline) clutter_timeline_rewind (ClutterTimeline *timeline)