summaryrefslogtreecommitdiff
path: root/atk/atkcomponent.c
diff options
context:
space:
mode:
Diffstat (limited to 'atk/atkcomponent.c')
-rw-r--r--atk/atkcomponent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/atk/atkcomponent.c b/atk/atkcomponent.c
index 080d521..3949116 100644
--- a/atk/atkcomponent.c
+++ b/atk/atkcomponent.c
@@ -623,8 +623,8 @@ atk_component_scroll_to (AtkComponent *component,
* @x: x-position where to scroll to
* @y: y-position where to scroll to
*
- * Makes an object visible on the screen at a given position by scrolling all
- * necessary parents.
+ * Move the top-left of @component to a given position of the screen by
+ * scrolling all necessary parents.
*
* Returns: whether scrolling was successful.
*