summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2019-03-09 15:22:13 +0100
committerAlejandro Piñeiro <apinheiro@igalia.com>2019-03-09 15:24:41 +0100
commitb3c7405812698680b7ce120117237b3b858e2951 (patch)
treef22978e23575dec728a01ff3f044e26766379ab1
parent7da9ccbf140f7f412225579b36f461ae1bae27bd (diff)
downloadatk-b3c7405812698680b7ce120117237b3b858e2951.tar.gz
introspection: fix last AtkText methods doc
Fix documentation entry for atk_text_scroll_substring_to_point and atk_text_scroll_substring_to so gobject-introspection doesn't fail with those methods.
-rw-r--r--atk/atktext.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/atk/atktext.c b/atk/atktext.c
index f10885d..f347137 100644
--- a/atk/atktext.c
+++ b/atk/atktext.c
@@ -1359,7 +1359,7 @@ atk_text_rectangle_contain (AtkTextRectangle *clip,
}
/**
- * atk_text_scroll_substring_to (AtkText *accessible, AtkScrollType type)
+ * atk_text_scroll_substring_to:
* @text: an #AtkText
* @start_offset: start position
* @end_offset: end position, or -1 for the end of the string.
@@ -1393,7 +1393,7 @@ atk_text_scroll_substring_to (AtkText *text,
}
/**
- * atk_text_scroll_substring_to_point (AtkText *accessible, AtkScrollType type, gint x, gint y)
+ * atk_text_scroll_substring_to_point:
* @text: an #AtkText
* @start_offset: start position
* @end_offset: end position, or -1 for the end of the string.