[clutter] docs: Fix GestureAction.get_velocity()
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter] docs: Fix GestureAction.get_velocity()
- Date: Mon, 3 Sep 2012 20:57:20 +0000 (UTC)
commit df0ab34499b45515a91fa9822588b81460299079
Author: Emmanuele Bassi <ebassi gnome org>
Date: Mon Sep 3 21:56:39 2012 +0100
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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clutter/clutter-gesture-action.c b/clutter/clutter-gesture-action.c
index 9125a5f..585c622 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]