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 */