X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=blobdiff_plain;f=atk-adaptor%2Fintrospection.h;h=53928706ba8f30a8630bdbc7e358a8e2c9a45143;hp=8ebd64145c7e54339acd8484dcb67aa4e8e64fee;hb=d1e52eb847dcabf7a2be07dbd71cfcb4e0805306;hpb=b3cf1376c388c7ff5cc84bca99e05833f326f919 diff --git a/atk-adaptor/introspection.h b/atk-adaptor/introspection.h index 8ebd641..5392870 100644 --- a/atk-adaptor/introspection.h +++ b/atk-adaptor/introspection.h @@ -13,39 +13,39 @@ #define SPI_INTROSPECTION_DATA_H_ -const char *spi_org_a11y_atspi_Accessible; +extern const char *spi_org_a11y_atspi_Accessible; -const char *spi_org_a11y_atspi_Action; +extern const char *spi_org_a11y_atspi_Action; -const char *spi_org_a11y_atspi_Application; +extern const char *spi_org_a11y_atspi_Application; -const char *spi_org_a11y_atspi_Collection; +extern const char *spi_org_a11y_atspi_Collection; -const char *spi_org_a11y_atspi_Component; +extern const char *spi_org_a11y_atspi_Component; -const char *spi_org_a11y_atspi_Document; +extern const char *spi_org_a11y_atspi_Document; -const char *spi_org_a11y_atspi_Hypertext; +extern const char *spi_org_a11y_atspi_Hypertext; -const char *spi_org_a11y_atspi_Hyperlink; +extern const char *spi_org_a11y_atspi_Hyperlink; -const char *spi_org_a11y_atspi_Image; +extern const char *spi_org_a11y_atspi_Image; -const char *spi_org_a11y_atspi_Selection; +extern const char *spi_org_a11y_atspi_Selection; -const char *spi_org_a11y_atspi_Table; +extern const char *spi_org_a11y_atspi_Table; -const char *spi_org_a11y_atspi_Text; +extern const char *spi_org_a11y_atspi_Text; -const char *spi_org_a11y_atspi_EditableText; +extern const char *spi_org_a11y_atspi_EditableText; -const char *spi_org_a11y_atspi_Cache; +extern const char *spi_org_a11y_atspi_Cache; -const char *spi_org_a11y_atspi_Value; +extern const char *spi_org_a11y_atspi_Value; -const char *spi_org_a11y_atspi_DeviceEventController; +extern const char *spi_org_a11y_atspi_DeviceEventController; -const char *spi_org_a11y_atspi_DeviceEventListener; +extern const char *spi_org_a11y_atspi_DeviceEventListener; #endif /* SPI_INTROSPECTION_DATA_H_ */