Added ATK_ROLE_LINK.
authorBill Haneman <billh@src.gnome.org>
Fri, 23 Jun 2006 16:23:25 +0000 (16:23 +0000)
committerBill Haneman <billh@src.gnome.org>
Fri, 23 Jun 2006 16:23:25 +0000 (16:23 +0000)
ChangeLog
atk/atkobject.h

index 2709dba..8abc903 100644 (file)
--- 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>
 
index 13b5325..2635b9a 100755 (executable)
@@ -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
  *