1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
/*
* This file has been auto-generated from the introspection data available
* in the at-spi2-core repository. The D-Bus procol is defined in this
* repository, which can be found at:
*
* http://download.gnome.org/sources/at-spi2-core/0.1/
*
* DO NOT EDIT.
*/
#ifndef SPI_INTROSPECTION_DATA_H_
#define SPI_INTROSPECTION_DATA_H_
extern const char *spi_org_a11y_atspi_Accessible;
extern const char *spi_org_a11y_atspi_Action;
extern const char *spi_org_a11y_atspi_Application;
extern const char *spi_org_a11y_atspi_Collection;
extern const char *spi_org_a11y_atspi_Component;
extern const char *spi_org_a11y_atspi_Document;
extern const char *spi_org_a11y_atspi_Hypertext;
extern const char *spi_org_a11y_atspi_Hyperlink;
extern const char *spi_org_a11y_atspi_Image;
extern const char *spi_org_a11y_atspi_Selection;
extern const char *spi_org_a11y_atspi_Table;
extern const char *spi_org_a11y_atspi_Text;
extern const char *spi_org_a11y_atspi_EditableText;
extern const char *spi_org_a11y_atspi_Cache;
extern const char *spi_org_a11y_atspi_Value;
extern const char *spi_org_a11y_atspi_Registry;
extern const char *spi_org_a11y_atspi_DeviceEventController;
extern const char *spi_org_a11y_atspi_DeviceEventListener;
#endif /* SPI_INTROSPECTION_DATA_H_ */
|