summaryrefslogtreecommitdiff
path: root/atk/atk.h
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-04-20 16:03:44 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2020-04-22 14:59:32 +0100
commita0883ae895200d2a0e6183b60c8aff7bca0b6340 (patch)
tree6cc0b191e03ed2e7786575cab3c7f555863297f5 /atk/atk.h
parentd84f962da02658b84c116e7a3c0ede8c56e9dc1b (diff)
downloadatk-a0883ae895200d2a0e6183b60c8aff7bca0b6340.tar.gz
Add autocleanup definitions
The G_DEFINE_AUTOPTR_* macros are used to define various symbols needed in order to use the g_autoptr() macro in GLib, which are a requirement in order to use the G_DECLARE_* macros to cut down the GObject boilerplate in the headers. Fixes: #10
Diffstat (limited to 'atk/atk.h')
-rw-r--r--atk/atk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/atk/atk.h b/atk/atk.h
index dc121a5..0bc900d 100644
--- a/atk/atk.h
+++ b/atk/atk.h
@@ -56,6 +56,8 @@
#include <atk/atkversion.h>
#include <atk/atkwindow.h>
+#include <atk/atk-autocleanups.h>
+
#undef __ATK_H_INSIDE__
#endif /* __ATK_H__ */