| 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 | |
| 24 | G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkAction, g_object_unref) |
| 25 | G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkComponent, g_object_unref) |
| 26 | G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkDocument, g_object_unref) |
| 27 | G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkEditableText, g_object_unref) |
| 28 | G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkGObjectAccessible, g_object_unref) |
| 29 | G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkHyperlink, g_object_unref) |
| 30 | G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkHyperlinkImpl, g_object_unref) |
| 31 | G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkHypertext, g_object_unref) |
| 32 | G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkImage, g_object_unref) |
| 33 | G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkImplementor, g_object_unref) |
| 34 | G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkMisc, g_object_unref) |
| 35 | G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkNoOpObjectFactory, g_object_unref) |
| 36 | G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkNoOpObject, g_object_unref) |
| 37 | G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkObjectFactory, g_object_unref) |
| 38 | G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkObject, g_object_unref) |
| 39 | G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkPlug, g_object_unref) |
| 40 | G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkRegistry, g_object_unref) |
| 41 | G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkRelationSet, g_object_unref) |
| 42 | G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkRelation, g_object_unref) |
| 43 | G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkSelection, g_object_unref) |
| 44 | G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkSocket, g_object_unref) |
| 45 | G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkStateSet, g_object_unref) |
| 46 | G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkStreamableContent, g_object_unref) |
| 47 | G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkTableCell, g_object_unref) |
| 48 | G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkTable, g_object_unref) |
| 49 | G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkText, g_object_unref) |
| 50 | G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkUtil, g_object_unref) |
| 51 | G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkValue, g_object_unref) |
| 52 | G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkWindow, g_object_unref) |
| 53 | |
| 54 | #endif /* __GI_SCANNER__ */ |
| 55 | |