From 77fd1ab5ee4e93e796eae9fa951a6c5b3b33a5fa Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Wed, 16 May 2018 07:53:43 -0500 Subject: Try to fix build again --- atk/atkcomponent.h | 4 ++-- atk/atkutil.h | 2 +- 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() -- cgit v1.2.1