projects
/
profile
/
ivi
/
clutter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bca93c1
)
docs: Specify scroll_to_point() coordinate space
author
Emmanuele Bassi
<ebassi@linux.intel.com>
Wed, 25 Apr 2012 16:22:10 +0000
(17:22 +0100)
committer
Emmanuele Bassi
<ebassi@linux.intel.com>
Fri, 27 Apr 2012 11:30:50 +0000
(12:30 +0100)
clutter/clutter-scroll-actor.c
patch
|
blob
|
history
diff --git
a/clutter/clutter-scroll-actor.c
b/clutter/clutter-scroll-actor.c
index
4d78da1
..
2cb71b1
100644
(file)
--- 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.
*