Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-03-13 08:35:40

0001 /* ATK -  Accessibility Toolkit
0002  * Copyright 2020 GNOME Foundation
0003  *
0004  * This library is free software; you can redistribute it and/or
0005  * modify it under the terms of the GNU Library General Public
0006  * License as published by the Free Software Foundation; either
0007  * version 2 of the License, or (at your option) any later version.
0008  *
0009  * This library is distributed in the hope that it will be useful,
0010  * but WITHOUT ANY WARRANTY; without even the implied warranty of
0011  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
0012  * Library General Public License for more details.
0013  *
0014  * You should have received a copy of the GNU Library General Public
0015  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
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 /* __GI_SCANNER__ */