1
0
Fork 0

docs: Fix the ClutterTimeline:auto-reverse link

This commit is contained in:
Emmanuele Bassi 2011-09-02 15:49:05 +01:00
parent 79e152b7a0
commit 4255a75940

View file

@ -1555,7 +1555,7 @@ clutter_timeline_has_marker (ClutterTimeline *timeline,
* Sets whether @timeline should reverse the direction after the
* emission of the #ClutterTimeline::completed signal.
*
* Setting the #ClutterTimeline:reverse property to %TRUE is the
* Setting the #ClutterTimeline:auto-reverse property to %TRUE is the
* equivalent of connecting a callback to the #ClutterTimeline::completed
* signal and changing the direction of the timeline from that callback;
* for instance, this code: