X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=atk%2Fatkhyperlink.c;h=e31f9828efbbf33996a8f643fb0e3d10842a03b2;hb=b063649bc595926233f83ab73d4ac506dc178198;hp=ae2e2e76b0eff9af0b6fdc7a177167438ed62e50;hpb=3448c1afc18efd81d3a0c9d1a4fd301068199137;p=platform%2Fupstream%2Fatk.git diff --git a/atk/atkhyperlink.c b/atk/atkhyperlink.c index ae2e2e7..e31f982 100755 --- a/atk/atkhyperlink.c +++ b/atk/atkhyperlink.c @@ -117,8 +117,10 @@ atk_hyperlink_class_init (AtkHyperlinkClass *klass) * * Selected link * - * Deprecated: 1.8: Please use ATK_STATE_FOCUSABLE for all links, and + * Deprecated: Since 1.8. This property is deprecated since ATK + * version 1.8. Please use ATK_STATE_FOCUSABLE for all links, and * ATK_STATE_FOCUSED for focused links. + * */ g_object_class_install_property (gobject_class, PROP_SELECTED_LINK, @@ -390,8 +392,9 @@ atk_hyperlink_get_n_anchors (AtkHyperlink *link) * * Since: 1.4 * - * Deprecated: 1.8: Please use ATK_STATE_FOCUSABLE for all links, - * and ATK_STATE_FOCUSED for focused links. + * Deprecated: This method is deprecated since ATK version 1.8. + * Please use ATK_STATE_FOCUSABLE for all links, and ATK_STATE_FOCUSED + * for focused links. * * Returns: True if the AtkHyperlink is selected, False otherwise **/