summaryrefslogtreecommitdiff
path: root/atk/atktext.c
diff options
context:
space:
mode:
Diffstat (limited to 'atk/atktext.c')
-rwxr-xr-xatk/atktext.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/atk/atktext.c b/atk/atktext.c
index efa989e..19712dd 100755
--- a/atk/atktext.c
+++ b/atk/atktext.c
@@ -903,6 +903,8 @@ atk_text_set_caret_offset (AtkText *text,
* @rect: A pointer to a AtkTextRectangle which is filled in by this function.
*
* Get the bounding box for text within the specified range.
+ *
+ * Since: ATK 1.3
**/
void
atk_text_get_range_extents (AtkText *text,
@@ -935,6 +937,8 @@ atk_text_get_range_extents (AtkText *text,
*
* Get the ranges of text in the specified bounding box.
*
+ * Since: ATK 1.3
+ *
* Returns: Array of AtkTextRange. The last element of the array returned
* by this function will be NULL.
**/
@@ -1310,6 +1314,8 @@ atk_text_real_get_bounded_ranges (AtkText *text,
* Frees the memory associated with an array of AtkTextRange. It is assumed
* that the array was returned by the function atk_text_get_bounded_ranges
* and is NULL terminated.
+ *
+ * Since: ATK 1.3
**/
void
atk_text_free_ranges (AtkTextRange **ranges)