X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libspi%2Fcomponent.h;h=d7dd0292024b25731c08c3d30008c75795ca8743;hb=48e66ae4721d6da701864b1b171bcf542e9211fa;hp=a942fb35118268ccde91da31d594b3050e9c47cd;hpb=66c4375c7cd9a0a01e79f562e1bb0326fc4dcd21;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/libspi/component.h b/libspi/component.h index a942fb3..d7dd029 100644 --- a/libspi/component.h +++ b/libspi/component.h @@ -29,7 +29,7 @@ extern "C" { #include #include -#define SPI_COMPONENT_TYPE (accessibility_component_get_type ()) +#define SPI_COMPONENT_TYPE (spi_component_get_type ()) #define SPI_COMPONENT(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), SPI_COMPONENT_TYPE, SpiComponent)) #define SPI_COMPONENT_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), SPI_COMPONENT_TYPE, SpiComponentClass)) #define IS_SPI_COMPONENT(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), SPI_COMPONENT_TYPE)) @@ -37,7 +37,7 @@ extern "C" { typedef struct { BonoboObject parent; - AtkObject *atko; + AtkObject *atko; } SpiComponent; typedef struct { @@ -45,8 +45,8 @@ typedef struct { POA_Accessibility_Component__epv epv; } SpiComponentClass; -GType accessibility_component_get_type (void); -SpiComponent *spi_component_interface_new (AtkObject *o); +GType spi_component_get_type (void); +SpiComponent *spi_component_interface_new (AtkObject *o); #ifdef __cplusplus }