docs: Specify scroll_to_point() coordinate space

This commit is contained in:
Emmanuele Bassi 2012-04-25 17:22:10 +01:00
parent bca93c1a75
commit 70091245e8

View File

@ -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.
*