From 1bdd0369e4685a8eee34b85762069b564684abd5 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 18 Dec 2012 00:16:28 +0000 Subject: [PATCH] docs: Specify that RotateAction uses two touch points Even if it's obvious, it's better to be explicit. --- clutter/clutter-rotate-action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/clutter-rotate-action.c b/clutter/clutter-rotate-action.c index e355d3a0b..567d73fc1 100644 --- a/clutter/clutter-rotate-action.c +++ b/clutter/clutter-rotate-action.c @@ -28,7 +28,7 @@ * @Short_Description: Action to rotate an actor * * #ClutterRotateAction is a sub-class of #ClutterGestureAction that implements - * the logic for recognizing rotate gestures. + * the logic for recognizing rotate gestures using two touch points. * * Since: 1.12 */