1/* ATK - Accessibility Toolkit
2 * Copyright 2020 GNOME Foundation
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Library General Public
6 * License as published by the Free Software Foundation; either
7 * version 2 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Library General Public License for more details.
13 *
14 * You should have received a copy of the GNU Library General Public
15 * License along with this library. If not, see <http://www.gnu.org/licenses/>.
16 */
17
18#if !defined(__ATK_H_INSIDE__) && !defined(ATK_COMPILATION)
19#error "Only <atk/atk.h> can be included directly."
20#endif
21
22#ifndef __GI_SCANNER__
23
24G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkAction, g_object_unref)
25G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkComponent, g_object_unref)
26G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkDocument, g_object_unref)
27G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkEditableText, g_object_unref)
28G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkGObjectAccessible, g_object_unref)
29G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkHyperlink, g_object_unref)
30G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkHyperlinkImpl, g_object_unref)
31G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkHypertext, g_object_unref)
32G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkImage, g_object_unref)
33G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkImplementor, g_object_unref)
34G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkMisc, g_object_unref)
35G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkNoOpObjectFactory, g_object_unref)
36G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkNoOpObject, g_object_unref)
37G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkObjectFactory, g_object_unref)
38G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkObject, g_object_unref)
39G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkPlug, g_object_unref)
40G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkRegistry, g_object_unref)
41G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkRelationSet, g_object_unref)
42G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkRelation, g_object_unref)
43G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkSelection, g_object_unref)
44G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkSocket, g_object_unref)
45G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkStateSet, g_object_unref)
46G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkStreamableContent, g_object_unref)
47G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkTableCell, g_object_unref)
48G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkTable, g_object_unref)
49G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkText, g_object_unref)
50G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkUtil, g_object_unref)
51G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkValue, g_object_unref)
52G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkWindow, g_object_unref)
53
54#endif /* __GI_SCANNER__ */
55

source code of include/atk-1.0/atk/atk-autocleanups.h