summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2018-05-16 09:03:22 +0200
committerAlejandro Piñeiro <apinheiro@igalia.com>2018-05-16 09:03:22 +0200
commitc5c47d0313ae5b7ffff8fba1603bc6dea957ad19 (patch)
tree3c891fedc4cc6c20f706e5738346c90906e9d907
parentf1acd0aeae12ec1c15cd671a22ea28ce140d81c7 (diff)
downloadatk-c5c47d0313ae5b7ffff8fba1603bc6dea957ad19.tar.gz
Added missing 2.30 Since tags
-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()