[at-spi2-core] Add a "footnote" role.



commit 8b5ea88ede3f4a8af942a33f4fde4108cb4953f4
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Fri May 19 09:58:16 2017 +0200

    Add a "footnote" role.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=782820

 atspi/atspi-constants.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/atspi/atspi-constants.h b/atspi/atspi-constants.h
index 0c6a5eb..b1c9eb5 100644
--- a/atspi/atspi-constants.h
+++ b/atspi/atspi-constants.h
@@ -1193,6 +1193,7 @@ typedef enum {
  * The values within a group are alternatives, meaning that you can have
  * several @ATSPI_ROLE_DESCRIPTION_VALUE objects for a given
  * @ATSPI_ROLE_DESCRIPTION_TERM. @Since: 2.26.
+ *@ATSPI_ROLE_FOOTNOTE: An object that contains the text of a footnote. @Since: 2.26.
  * @ATSPI_ROLE_LAST_DEFINED: Not a valid role, used for finding end of
  * enumeration.
  *
@@ -1325,6 +1326,7 @@ typedef enum {
     ATSPI_ROLE_DESCRIPTION_LIST,
     ATSPI_ROLE_DESCRIPTION_TERM,
     ATSPI_ROLE_DESCRIPTION_VALUE,
+    ATSPI_ROLE_FOOTNOTE,
     ATSPI_ROLE_LAST_DEFINED,
 } AtspiRole;
 
@@ -1333,7 +1335,7 @@ typedef enum {
  *
  * One higher than the highest valid value of #AtspiRole.
  */
-#define ATSPI_ROLE_COUNT (124+1)
+#define ATSPI_ROLE_COUNT (125+1)
 
 typedef enum
 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]