Added four more 'Since' tags.
authorBill Haneman <billh@src.gnome.org>
Fri, 31 Mar 2006 09:34:47 +0000 (09:34 +0000)
committerBill Haneman <billh@src.gnome.org>
Fri, 31 Mar 2006 09:34:47 +0000 (09:34 +0000)
atk/atkhyperlink.c
atk/atktext.c
atk/atkutil.c

index 6307c3b..9db0c09 100755 (executable)
@@ -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
index efa989e..19712dd 100755 (executable)
@@ -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)
index 11698bf..908d3cb 100755 (executable)
@@ -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
  **/