X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=atk%2Fatkhypertext.h;h=6a972156f9435aa1abbbc3f22359dd1d711d8b93;hb=refs%2Fheads%2Faccepted%2Ftizen_wearable;hp=d8328a8a4c4854f6c9fb0d9f5426f86ea19f1e50;hpb=521b6f544e23dc43028b938e0c3d6e1618acdd7a;p=platform%2Fupstream%2Fatk.git diff --git a/atk/atkhypertext.h b/atk/atkhypertext.h index d8328a8..6a97215 100755 --- a/atk/atkhypertext.h +++ b/atk/atkhypertext.h @@ -60,16 +60,16 @@ struct _AtkHypertextIface */ void (* link_selected) (AtkHypertext *hypertext, gint link_index); - - AtkFunction pad1; - AtkFunction pad2; - AtkFunction pad3; }; +ATK_AVAILABLE_IN_ALL GType atk_hypertext_get_type (void); +ATK_AVAILABLE_IN_ALL AtkHyperlink* atk_hypertext_get_link (AtkHypertext *hypertext, gint link_index); +ATK_AVAILABLE_IN_ALL gint atk_hypertext_get_n_links (AtkHypertext *hypertext); +ATK_AVAILABLE_IN_ALL gint atk_hypertext_get_link_index (AtkHypertext *hypertext, gint char_index);