summaryrefslogtreecommitdiff
path: root/atk/atkobject.h
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 /atk/atkobject.h
parent5d9db2b46dfe8cfa91948d8f45f22e6f14f12fd6 (diff)
downloadatk-d70128fc0c31469814deae3fbc5cc546e646357a.tar.gz
Added ATK_ROLE_LINK.
Diffstat (limited to 'atk/atkobject.h')
-rwxr-xr-xatk/atkobject.h7
1 files changed, 6 insertions, 1 deletions
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
*