summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2018-05-16 07:53:43 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2018-05-16 07:53:43 -0500
commit77fd1ab5ee4e93e796eae9fa951a6c5b3b33a5fa (patch)
tree512e13b85cf7afc542c2f3772a73d460596afd4d
parentc5c47d0313ae5b7ffff8fba1603bc6dea957ad19 (diff)
downloadatk-77fd1ab5ee4e93e796eae9fa951a6c5b3b33a5fa.tar.gz
Try to fix build again
-rw-r--r--atk/atkcomponent.h4
-rw-r--r--atk/atkutil.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/atk/atkcomponent.h b/atk/atkcomponent.h
index fb5d2ef..b00650d 100644
--- a/atk/atkcomponent.h
+++ b/atk/atkcomponent.h
@@ -48,6 +48,8 @@ G_BEGIN_DECLS
*determined by the application.
*
* Specifies where an object should be placed on the screen when using scroll_to.
+ *
+ * Since: 2.30
**/
typedef enum {
ATK_SCROLL_TOP_LEFT,
@@ -129,8 +131,6 @@ 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 6f16add..2bac963 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. @Since: ATK-2.30
+ * immediate parent. Since: 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()