idl/Registry.idl : temporarily changed register_Application
[platform/core/uifw/at-spi2-atk.git] / idl / Accessibility.idl
1 /* 
2  * AT-SPI - Assistive Technology Service Provider Interface 
3  * (Gnome Accessibility Project; http://developer.gnome.org/projects/gap)
4  *
5  * Copyright 2001 Ximian, Inc.
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Library General Public
9  * License as published by the Free Software Foundation; either
10  * version 2 of the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * Library General Public License for more details.
16  *
17  * You should have received a copy of the GNU Library General Public
18  * License along with this library; if not, write to the
19  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20  * Boston, MA 02111-1307, USA.
21  */
22
23 #ifndef _ACCESSIBILITY_IDL_
24 #define _ACCESSIBILITY_IDL_
25
26 #if !defined(__ACCESSIBILITY_COMPILATION__) && defined(__ORBIT_IDL__)
27 %{
28 #pragma include_defs Accessibility.h
29 %}
30 #pragma inhibit push
31 #endif
32
33 /*
34  * Accessibility interfaces and subinterfaces
35  */
36 #include <Accessible.idl>
37 #include <Action.idl>
38 #include <Component.idl>
39 #include <Hyperlink.idl>
40 #include <Image.idl>
41 #include <Selection.idl>
42 #include <StreamableContent.idl>
43 #include <Table.idl>
44 #include <Text.idl>
45 #include <Value.idl>
46
47 /*
48  * Interfaces derived from Accessibility::Text
49  */
50
51 #include <EditableText.idl>
52 #include <Hypertext.idl>
53
54 /*
55  * Utility interfaces and interfaces derived from Accessibility::Accessible
56  */
57
58 #include <Relation.idl>
59 #include <State.idl>
60 #include <Application.idl>
61 #include <Desktop.idl>
62 #include <Event.idl>
63 #include <Registry.idl>
64 #include <Role.idl>
65
66 #if !defined(__ACCESSIBILITY_COMPILATION__) && defined(__ORBIT_IDL__)
67 #pragma inhibit pop
68 #endif
69
70 #endif