From 4255a75940a1a87db3145cd3d50d33b779c82049 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 2 Sep 2011 15:49:05 +0100 Subject: [PATCH] docs: Fix the ClutterTimeline:auto-reverse link --- clutter/clutter-timeline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/clutter-timeline.c b/clutter/clutter-timeline.c index 1647503b2..2f6e51135 100644 --- a/clutter/clutter-timeline.c +++ b/clutter/clutter-timeline.c @@ -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: