mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 11:32:04 +00:00
* 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>
|
2008-02-04 Øyvind Kolås <pippin@o-hand.com>
|
||||||
|
|
||||||
* tests/test-fbo.c: (make_shader):
|
* tests/test-fbo.c: (make_shader):
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user