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:33:26 +0100
commita2bff76d7829c4d565490f1664b48dbea8b43401 (patch)
treecb4cd72ea7ecc4bc206658370fb4a8f5d45db5ee
parent1513d3602d9169ee5c525057a396dc981ff3fbdf (diff)
downloadatk-a2bff76d7829c4d565490f1664b48dbea8b43401.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 a974cd5..e0b89fa 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.