From 70091245e8069edc3820cd596e2e95903e575d6d Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 25 Apr 2012 17:22:10 +0100 Subject: [PATCH] docs: Specify scroll_to_point() coordinate space --- clutter/clutter-scroll-actor.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clutter/clutter-scroll-actor.c b/clutter/clutter-scroll-actor.c index 4d78da1..2cb71b1 100644 --- a/clutter/clutter-scroll-actor.c +++ b/clutter/clutter-scroll-actor.c @@ -366,6 +366,8 @@ on_transition_completed (ClutterTimeline *timeline, * Scrolls the contents of @actor so that @point is the new origin * of the visible area. * + * The coordinates of @point must be relative to the @actor. + * * This function will use the currently set easing state of the @actor * to transition from the current scroll origin to the new one. * -- 2.7.4