From 65bedbe42cfd63d569fee372e2f0c10b2d8a615f Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 24 Sep 2012 17:20:25 +0100 Subject: [PATCH] docs: Fix typo in closing tag --- clutter/clutter-gesture-action.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clutter/clutter-gesture-action.c b/clutter/clutter-gesture-action.c index 1781bb469..d18e19f31 100644 --- a/clutter/clutter-gesture-action.c +++ b/clutter/clutter-gesture-action.c @@ -59,6 +59,7 @@ Prepare -> Begin -> Progress -> Cancel Prepare -> Begin -> Progress -> End * ]]> + * * Each #ClutterGestureAction starts in the "prepare" state, and calls * the #ClutterGestureActionClass.gesture_prepare() virtual function; this * state can be used to reset the internal state of a #ClutterGestureAction @@ -77,7 +78,7 @@ * gesture, in which case the "end" state will be reached, or until the * gesture is cancelled, in which case the "cancel" gesture will be used * instead. - * + * * * Since: 1.8 */