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, 3 insertions, 3 deletions
diff --git a/atk/atktext.c b/atk/atktext.c
index bb6b294..10a80ee 100755
--- a/atk/atktext.c
+++ b/atk/atktext.c
@@ -937,7 +937,7 @@ atk_text_set_caret_offset (AtkText *text,
*
* Get the bounding box for text within the specified range.
*
- * Since: ATK 1.3
+ * Since: 1.3
**/
void
atk_text_get_range_extents (AtkText *text,
@@ -970,7 +970,7 @@ atk_text_get_range_extents (AtkText *text,
*
* Get the ranges of text in the specified bounding box.
*
- * Since: ATK 1.3
+ * Since: 1.3
*
* Returns: Array of AtkTextRange. The last element of the array returned
* by this function will be NULL.
@@ -1348,7 +1348,7 @@ atk_text_real_get_bounded_ranges (AtkText *text,
* that the array was returned by the function atk_text_get_bounded_ranges
* and is NULL terminated.
*
- * Since: ATK 1.3
+ * Since: 1.3
**/
void
atk_text_free_ranges (AtkTextRange **ranges)