Add ATK_ROLE_FOOTNOTE
authorJoanmarie Diggs <jdiggs@igalia.com>
Wed, 17 May 2017 10:33:40 +0000 (06:33 -0400)
committerJoanmarie Diggs <jdiggs@igalia.com>
Fri, 19 May 2017 07:14:55 +0000 (09:14 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=748384

atk/atkobject.h

index a9e06dc..552f1c5 100644 (file)
@@ -221,6 +221,7 @@ G_BEGIN_DECLS
  * subscript. @Since: ATK-2.16.
  *@ATK_ROLE_SUPERSCRIPT: An object that contains text that is displayed as a
  * superscript. @Since: ATK-2.16.
+ *@ATK_ROLE_FOOTNOTE: An object that contains the text of a footnote. @Since: ATK-2.26.
  *@ATK_ROLE_LAST_DEFINED: not a valid role, used for finding end of the enumeration
  *
  * Describes the role of an object
@@ -353,6 +354,7 @@ typedef enum
   ATK_ROLE_MATH_ROOT,
   ATK_ROLE_SUBSCRIPT,
   ATK_ROLE_SUPERSCRIPT,
+  ATK_ROLE_FOOTNOTE,
   ATK_ROLE_LAST_DEFINED
 } AtkRole;