summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Haneman <billh@src.gnome.org>2006-03-31 09:34:47 +0000
committerBill Haneman <billh@src.gnome.org>2006-03-31 09:34:47 +0000
commitef72a55cc7a7a0d980e7b8d1d36739a54fa289e2 (patch)
treedb91acc03d69513548365ecc726e4c4052f69555
parentb6f23a1284e3934a2c6bc2a3e7356e45706daea6 (diff)
downloadatk-ef72a55cc7a7a0d980e7b8d1d36739a54fa289e2.tar.gz
Added four more 'Since' tags.
-rwxr-xr-xatk/atkhyperlink.c2
-rwxr-xr-xatk/atktext.c6
-rwxr-xr-xatk/atkutil.c2
3 files changed, 10 insertions, 0 deletions
diff --git a/atk/atkhyperlink.c b/atk/atkhyperlink.c
index 6307c3b..9db0c09 100755
--- a/atk/atkhyperlink.c
+++ b/atk/atkhyperlink.c
@@ -356,6 +356,8 @@ atk_hyperlink_get_n_anchors (AtkHyperlink *link)
*
* Determines whether this AtkHyperlink is selected
*
+ * Since: ATK 1.4
+ *
* Returns: True is the AtkHyperlink is selected, False otherwise
**/
gboolean
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)
diff --git a/atk/atkutil.c b/atk/atkutil.c
index 11698bf..908d3cb 100755
--- a/atk/atkutil.c
+++ b/atk/atkutil.c
@@ -321,6 +321,8 @@ atk_get_root (void)
* atk_get_focus_object:
*
* Gets the currently focused object.
+ *
+ * @Since: ATK 1.6
*
* Returns: the currently focused object for the current application
**/