summaryrefslogtreecommitdiff
path: root/atk/atkobject.h
diff options
context:
space:
mode:
authorCorentin Noël <corentin@elementary.io>2018-03-29 22:01:11 +0100
committerCorentin Noël <corentin@elementary.io>2018-03-29 22:01:11 +0100
commit796e4b6d5c6bdba539cc6f6b4c6071ee84a7a113 (patch)
tree70962f29fea74268067ca688bc386119ee19252f /atk/atkobject.h
parentedfb58925d87301466bc288c9baa49c47aba3c70 (diff)
downloadatk-796e4b6d5c6bdba539cc6f6b4c6071ee84a7a113.tar.gz
atkimplementor: use the G_DEFINE_INTERFACE macro to declare it as interface in the introspectionwip/tintou/introspection-fix
Diffstat (limited to 'atk/atkobject.h')
-rw-r--r--atk/atkobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/atk/atkobject.h b/atk/atkobject.h
index 711dda7..4cb8ce2 100644
--- a/atk/atkobject.h
+++ b/atk/atkobject.h
@@ -678,7 +678,7 @@ struct _AtkImplementorIface
};
ATK_AVAILABLE_IN_ALL
-GType atk_implementor_get_type (void);
+GType atk_implementor_get_type (void) G_GNUC_CONST;
ATK_AVAILABLE_IN_ALL
AtkObject* atk_implementor_ref_accessible (AtkImplementor *implementor);