2001-11-13 Michael Meeks <michael@ximian.com>
[platform/core/uifw/at-spi2-atk.git] / cspi / spi-impl.h
1 /*
2  * Note: this header is a private implementation header, clients of
3  *       the at-spi interfaces or the C bindings in libcspi should
4  *       not depend on any of the information in this file directly,
5  *       as it it not intended for use as a public interface.
6  *
7  *    You have been warned !
8  */
9
10 #ifndef _SPI_IMPL_H_
11 #define _SPI_IMPL_H_
12
13 #include <stdlib.h>
14 #include <orbit/orbit.h>
15 #include "Accessibility.h"
16
17 typedef unsigned int boolean;
18
19 typedef CORBA_Object SpiAccessible;
20 typedef CORBA_Object SpiAccessibleAction;
21 typedef CORBA_Object SpiAccessibleApplication;
22 typedef CORBA_Object SpiAccessibleComponent;
23 typedef CORBA_Object SpiAccessibleEditableText;
24 typedef CORBA_Object SpiAccessibleHyperlink;
25 typedef CORBA_Object SpiAccessibleHypertext;
26 typedef CORBA_Object SpiAccessibleImage;
27 typedef CORBA_Object SpiAccessibleRelation;
28 typedef CORBA_Object SpiAccessibleSelection;
29 typedef CORBA_Object SpiAccessibleStateSet;
30 typedef CORBA_Object SpiAccessibleTable;
31 typedef CORBA_Object SpiAccessibleText;
32 typedef CORBA_Object SpiAccessibleValue;
33 typedef CORBA_Object AccessibilityRegistry;
34 typedef CORBA_Object GenericInterface;
35
36 #endif