From 8b5ea88ede3f4a8af942a33f4fde4108cb4953f4 Mon Sep 17 00:00:00 2001 From: Joanmarie Diggs Date: Fri, 19 May 2017 09:58:16 +0200 Subject: [PATCH] Add a "footnote" role. https://bugzilla.gnome.org/show_bug.cgi?id=782820 --- atspi/atspi-constants.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 { -- 2.7.4