X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libspi%2Ftext.h;h=e9594b7932be9a94a493395f44019501b974b898;hb=b7faf0a7a57b145e2cc6c67887652908fc5db9c3;hp=9d9d0fdf2f0f124e0d7a6f353a690f76acad91ea;hpb=e07aeb10fff4c7802393f5cbe8460d1097cbec18;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/libspi/text.h b/libspi/text.h index 9d9d0fd..e9594b7 100644 --- a/libspi/text.h +++ b/libspi/text.h @@ -40,7 +40,7 @@ typedef struct _TextClass TextClass; struct _Text { BonoboObject parent; - AtkText *atk_text; + AtkObject *atko; }; struct _TextClass { @@ -52,7 +52,7 @@ GType text_get_type (void); Text * -text_new (AtkText *text); +text_interface_new (AtkObject *obj); #ifdef __cplusplus }