summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2013-11-06 17:58:46 +0100
committerAlejandro Piñeiro <apinheiro@igalia.com>2013-11-06 18:11:16 +0100
commit1a153063a4750ad164aea87d4e872a75434ecac9 (patch)
treea19edbd1e7e75850544b5f01ce1af96e466e1940
parent760b425cc193686f5ed535bab8e73d7fad97ea39 (diff)
downloadatk-1a153063a4750ad164aea87d4e872a75434ecac9.tar.gz
doc: update documentation for selected_link method and property
-rwxr-xr-xatk/atkhyperlink.c12
1 files 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
**/