* clutter/clutter-timeline.c: (clutter_timeline_rewind): updated
documentation to take direction into account.
This commit is contained in:
parent
545e323ec1
commit
5eb9bbc1f3
@ -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>
|
||||
|
||||
* tests/test-fbo.c: (make_shader):
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user