summaryrefslogtreecommitdiff
path: root/atk/atkcomponent.h
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 /atk/atkcomponent.h
parentc5c47d0313ae5b7ffff8fba1603bc6dea957ad19 (diff)
downloadatk-77fd1ab5ee4e93e796eae9fa951a6c5b3b33a5fa.tar.gz
Try to fix build again
Diffstat (limited to 'atk/atkcomponent.h')
-rw-r--r--atk/atkcomponent.h4
1 files changed, 2 insertions, 2 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