[atk] doc: update documentation for selected_link method and property
- From: Alejandro Piñeiro Iglesias <apinheiro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [atk] doc: update documentation for selected_link method and property
- Date: Wed, 6 Nov 2013 17:11:31 +0000 (UTC)
commit 1a153063a4750ad164aea87d4e872a75434ecac9
Author: Alejandro Piñeiro <apinheiro igalia com>
Date: Wed Nov 6 17:58:46 2013 +0100
doc: update documentation for selected_link method and property
atk/atkhyperlink.c | 12 ++++++------
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
**/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]