File indexing completed on 2025-03-13 08:35:40
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017
0018 #if !defined(__ATK_H_INSIDE__) && !defined(ATK_COMPILATION)
0019 #error "Only <atk/atk.h> can be included directly."
0020 #endif
0021
0022 #ifndef __GI_SCANNER__
0023
0024 G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkAction, g_object_unref)
0025 G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkComponent, g_object_unref)
0026 G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkDocument, g_object_unref)
0027 G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkEditableText, g_object_unref)
0028 G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkGObjectAccessible, g_object_unref)
0029 G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkHyperlink, g_object_unref)
0030 G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkHyperlinkImpl, g_object_unref)
0031 G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkHypertext, g_object_unref)
0032 G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkImage, g_object_unref)
0033 G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkImplementor, g_object_unref)
0034 G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkMisc, g_object_unref)
0035 G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkNoOpObjectFactory, g_object_unref)
0036 G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkNoOpObject, g_object_unref)
0037 G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkObjectFactory, g_object_unref)
0038 G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkObject, g_object_unref)
0039 G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkPlug, g_object_unref)
0040 G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkRegistry, g_object_unref)
0041 G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkRelationSet, g_object_unref)
0042 G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkRelation, g_object_unref)
0043 G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkSelection, g_object_unref)
0044 G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkSocket, g_object_unref)
0045 G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkStateSet, g_object_unref)
0046 G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkStreamableContent, g_object_unref)
0047 G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkTableCell, g_object_unref)
0048 G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkTable, g_object_unref)
0049 G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkText, g_object_unref)
0050 G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkUtil, g_object_unref)
0051 G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkValue, g_object_unref)
0052 G_DEFINE_AUTOPTR_CLEANUP_FUNC (AtkWindow, g_object_unref)
0053
0054 #endif