X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=cspi%2Fspi-impl.h;h=16b2eba3f71743ae58fa930463a4d522fe243ba6;hb=6e6409841585862b4952fce1ccffaf6e2c89c0d6;hp=28653f6ccf8018a797640ca3830d853d0e3d18b6;hpb=edf9ed64974254eade7ed3b1ddcad9f963c03694;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/cspi/spi-impl.h b/cspi/spi-impl.h index 28653f6..16b2eba 100644 --- a/cspi/spi-impl.h +++ b/cspi/spi-impl.h @@ -1,7 +1,18 @@ +/* + * Note: this header is a private implementation header, clients of + * the at-spi interfaces or the C bindings in libcspi should + * not depend on any of the information in this file directly, + * as it it not intended for use as a public interface. + * + * You have been warned ! + */ + #ifndef _SPI_IMPL_H_ #define _SPI_IMPL_H_ -#include +#include +#include +#include typedef unsigned int boolean; @@ -19,6 +30,10 @@ typedef CORBA_Object AccessibleStateSet; typedef CORBA_Object AccessibleTable; typedef CORBA_Object AccessibleText; typedef CORBA_Object AccessibleValue; -typedef CORBA_Object Accessibility_Registry; +typedef CORBA_Object AccessibilityRegistry; +typedef CORBA_Object GenericInterface; + +typedef SpiKeystrokeListener AccessibleKeystrokeListener; +typedef SpiEventListener AccessibleEventListener; #endif