From ef72a55cc7a7a0d980e7b8d1d36739a54fa289e2 Mon Sep 17 00:00:00 2001 From: Bill Haneman Date: Fri, 31 Mar 2006 09:34:47 +0000 Subject: [PATCH] Added four more 'Since' tags. --- atk/atkhyperlink.c | 2 ++ atk/atktext.c | 6 ++++++ atk/atkutil.c | 2 ++ 3 files changed, 10 insertions(+) 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 **/ -- 2.7.4