summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--atk/atkcomponent.h2
-rw-r--r--atk/atkutil.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/atk/atkcomponent.h b/atk/atkcomponent.h
index 22155c1..fb5d2ef 100644
--- a/atk/atkcomponent.h
+++ b/atk/atkcomponent.h
@@ -129,6 +129,8 @@ GType atk_rectangle_get_type (void);
* @remove_focus_handler: This virtual function is deprecated since
* 2.9.4 and it should not be overriden. See
* atk_component_remove_focus_handler() for more information.
+ *
+ * @Since: ATK-2.30
*/
struct _AtkComponentIface
diff --git a/atk/atkutil.h b/atk/atkutil.h
index e3a6e4b..6f16add 100644
--- a/atk/atkutil.h
+++ b/atk/atkutil.h
@@ -179,7 +179,7 @@ GType atk_util_get_type (void);
*@ATK_XY_WINDOW: specifies xy coordinates relative to the widget's
* top-level window
*@ATK_XY_PARENT: specifies xy coordinates relative to the widget's
- * immediate parent.
+ * immediate parent. @Since: ATK-2.30
*
*Specifies how xy coordinates are to be interpreted. Used by functions such
*as atk_component_get_position() and atk_text_get_character_extents()