X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=atk%2Fatkhypertext.h;h=6a972156f9435aa1abbbc3f22359dd1d711d8b93;hb=e91d02fcd860bd758e8ec9b85b19a16cdffba2bc;hp=6dc2a27149c4c99456000b5a7d8f34cd12bacfb0;hpb=b063649bc595926233f83ab73d4ac506dc178198;p=platform%2Fupstream%2Fatk.git diff --git a/atk/atkhypertext.h b/atk/atkhypertext.h index 6dc2a27..6a97215 100755 --- a/atk/atkhypertext.h +++ b/atk/atkhypertext.h @@ -61,11 +61,15 @@ struct _AtkHypertextIface void (* link_selected) (AtkHypertext *hypertext, gint link_index); }; +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);