summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2018-06-18 22:55:01 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2018-06-18 22:55:01 +0200
commit9c5bb685b6fc30e9487d0595b72e9a7172106def (patch)
treeef3ef40a2ce7a90e0f7ec1b2e0cfeac2eb5ecf5c
parent322b6af0af223894195a96d829b05d47767a8084 (diff)
downloadatk-9c5bb685b6fc30e9487d0595b72e9a7172106def.tar.gz
atkcomponent: Fix some g-i annotation warnings
-rw-r--r--atk/atkcomponent.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/atk/atkcomponent.c b/atk/atkcomponent.c
index dd3895d..c69124b 100644
--- a/atk/atkcomponent.c
+++ b/atk/atkcomponent.c
@@ -560,7 +560,7 @@ atk_component_set_size (AtkComponent *component,
}
/**
- * atk_component_scroll_to (AtkComponent *accessible, AtkScrollType type)
+ * atk_component_scroll_to:
* @component: an #AtkComponent
* @type: specify where the object should be made visible.
*
@@ -589,7 +589,8 @@ atk_component_scroll_to (AtkComponent *component, AtkScrollType type)
}
/**
- * atk_component_scroll_to_point (AtkComponent *accessible, AtkScrollType type, gint x, gint y)
+ * atk_component_scroll_to_point:
+ * @component: an #AtkComponent
* @coords: specify whether coordinates are relative to the screen or to the
* parent object.
* @x: x-position where to scroll to