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-06-03 16:12:13 +0100
commit30f2712c5bbffbc03e98272c852d29b4bdf8b52e (patch)
tree672c523d7c6677bec987bd3c52ed9f33e1420f4f /atk/atkobject.h
parent77fd1ab5ee4e93e796eae9fa951a6c5b3b33a5fa (diff)
downloadatk-wip/tintou/atkimplementor-gir.tar.gz
atkimplementor: use the G_DEFINE_INTERFACE macro to declare it as interface in the introspectionwip/tintou/atkimplementor-gir
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);