X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=atk%2Fatkhyperlinkimpl.h;h=65568b59d2ac42ae0a3f55753287857a91d3c23a;hb=refs%2Ftags%2Fsubmit%2Ftizen_3.0%2F20161028.062323;hp=e8e033a531e9f8afc2513a5ff749ac9e970b3faa;hpb=b063649bc595926233f83ab73d4ac506dc178198;p=platform%2Fupstream%2Fatk.git diff --git a/atk/atkhyperlinkimpl.h b/atk/atkhyperlinkimpl.h index e8e033a..65568b5 100644 --- a/atk/atkhyperlinkimpl.h +++ b/atk/atkhyperlinkimpl.h @@ -57,8 +57,10 @@ struct _AtkHyperlinkImplIface AtkHyperlink* (* get_hyperlink) (AtkHyperlinkImpl *impl); }; +ATK_AVAILABLE_IN_ALL GType atk_hyperlink_impl_get_type (void); +ATK_AVAILABLE_IN_ALL AtkHyperlink *atk_hyperlink_impl_get_hyperlink (AtkHyperlinkImpl *impl); G_END_DECLS