summaryrefslogtreecommitdiff
path: root/atk/atknoopobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'atk/atknoopobject.h')
-rw-r--r--atk/atknoopobject.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/atk/atknoopobject.h b/atk/atknoopobject.h
index 261571c..9c02a19 100644
--- a/atk/atknoopobject.h
+++ b/atk/atknoopobject.h
@@ -21,6 +21,8 @@
#error "Only <atk/atk.h> can be included directly."
#endif
+#include <atk/atkversion.h>
+
#ifndef __ATK_NO_OP_OBJECT_H__
#define __ATK_NO_OP_OBJECT_H__
@@ -41,6 +43,7 @@ struct _AtkNoOpObject
AtkObject parent;
};
+ATK_AVAILABLE_IN_ALL
GType atk_no_op_object_get_type (void);
struct _AtkNoOpObjectClass
@@ -48,6 +51,7 @@ struct _AtkNoOpObjectClass
AtkObjectClass parent_class;
};
+ATK_AVAILABLE_IN_ALL
AtkObject *atk_no_op_object_new (GObject *obj);
G_END_DECLS