From 1a153063a4750ad164aea87d4e872a75434ecac9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alejandro=20Pi=C3=B1eiro?= Date: Wed, 6 Nov 2013 17:58:46 +0100 Subject: [PATCH] doc: update documentation for selected_link method and property --- atk/atkhyperlink.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/atk/atkhyperlink.c b/atk/atkhyperlink.c index e346880..9f23f11 100755 --- a/atk/atkhyperlink.c +++ b/atk/atkhyperlink.c @@ -116,10 +116,10 @@ atk_hyperlink_class_init (AtkHyperlinkClass *klass) * * Selected link * - * Deprecated: Since 1.8. As atk_hyperlink_is_selected_link is - * deprecated this property is deprecated as well. Please use - * ATK_STATE_SELECTED to indicate when a hyperlink within a - * Hypertext container is selected. + * 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, @@ -392,8 +392,8 @@ atk_hyperlink_get_n_anchors (AtkHyperlink *link) * Since: 1.4 * * Deprecated: This method is deprecated since ATK version 1.8. - * Please use ATK_STATE_SELECTED to indicate when a hyperlink within a - * Hypertext container is selected. + * Please use ATK_STATE_FOCUSABLE for all links, and ATK_STATE_FOCUSED + * for focused links. * * Returns: True is the AtkHyperlink is selected, False otherwise **/ -- 2.11.4.GIT