summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Haneman <billh@src.gnome.org>2006-06-23 16:23:25 +0000
committerBill Haneman <billh@src.gnome.org>2006-06-23 16:23:25 +0000
commitd70128fc0c31469814deae3fbc5cc546e646357a (patch)
tree95f65069d7c089dc45bf59610aecc626c5a02a5c
parent5d9db2b46dfe8cfa91948d8f45f22e6f14f12fd6 (diff)
downloadatk-d70128fc0c31469814deae3fbc5cc546e646357a.tar.gz
Added ATK_ROLE_LINK.
-rw-r--r--ChangeLog3
-rwxr-xr-xatk/atkobject.h7
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2709dba..8abc903 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
* docs/atk-docs.sgml: Add index sections.
* atk/*.c: Fix 'Since' and 'Deprecated' tags so that
index xsl parser can find them. Bug #313183.
+
+ * atk/atkobject.h:
+ Added ATK_ROLE_LINK, bug #345367.
2006-06-21 Bill Haneman <bill.haneman@sun.com>
diff --git a/atk/atkobject.h b/atk/atkobject.h
index 13b5325..2635b9a 100755
--- a/atk/atkobject.h
+++ b/atk/atkobject.h
@@ -129,7 +129,12 @@ extern "C" {
* web form or user-input form within a document. This role is primarily a tag/convenience for
* clients when navigating complex documents, it is not expected that ordinary GUI containers will
* always have ATK_ROLE_FORM.
- *@ATK_ROLE_LAST_DEFINED: not a valid role, used for finding end of the enumeration
+ *@ATK_ROLE_LINK: The object is a hypertext anchor, i.e. a "link" in a
+ * hypertext document. Such objects are distinct from 'inline'
+ * content which may also use the Hypertext/Hyperlink interfaces
+ * to indicate the range/location within a text object where
+ * an inline or embedded object lies.
+ *@ATK_ROLE_LAST_DEFINED: not a valid role, used for finding end of the enumeration
*
* Describes the role of an object
*