From df0ab34499b45515a91fa9822588b81460299079 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 3 Sep 2012 21:56:39 +0100 Subject: [PATCH] docs: Fix GestureAction.get_velocity() The velocity is in pixels per milliseconds, not microseconds. https://bugzilla.gnome.org/show_bug.cgi?id=683113 --- clutter/clutter-gesture-action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/clutter-gesture-action.c b/clutter/clutter-gesture-action.c index 9125a5f2b..585c62290 100644 --- a/clutter/clutter-gesture-action.c +++ b/clutter/clutter-gesture-action.c @@ -688,7 +688,7 @@ clutter_gesture_action_get_release_coords (ClutterGestureAction *action, * @velocity_y: (out) (allow-none): return location for the latest motion * event's Y velocity * - * Retrieves the velocity, in stage pixels per microseconds, of the + * Retrieves the velocity, in stage pixels per milliseconds, of the * latest motion event during the dragging * * Since: 1.12