From e3856ee2d8740149853c2df57b25074edcd0e383 Mon Sep 17 00:00:00 2001 From: Joanmarie Diggs Date: Fri, 14 Jun 2019 10:05:48 -0400 Subject: Add ATK_ROLE_CONTENT_DELETION and ATK_ROLE_CONTENT_INSERTION --- atk/atkobject.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'atk') diff --git a/atk/atkobject.h b/atk/atkobject.h index 56dfb2f..d196114 100644 --- a/atk/atkobject.h +++ b/atk/atkobject.h @@ -218,6 +218,12 @@ G_BEGIN_DECLS *@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_CONTENT_DELETION: Content previously deleted or proposed to be + * deleted, e.g. in revision history or a content view providing suggestions + * from reviewers. @Since: ATK-2.34. + *@ATK_ROLE_CONTENT_INSERTION: Content previously inserted or proposed to be + * inserted, e.g. in revision history or a content view providing suggestions + * from reviewers. @Since: ATK-2.34. *@ATK_ROLE_LAST_DEFINED: not a valid role, used for finding end of the enumeration * * Describes the role of an object @@ -351,6 +357,8 @@ typedef enum ATK_ROLE_SUBSCRIPT, ATK_ROLE_SUPERSCRIPT, ATK_ROLE_FOOTNOTE, + ATK_ROLE_CONTENT_DELETION, + ATK_ROLE_CONTENT_INSERTION, ATK_ROLE_LAST_DEFINED } AtkRole; -- cgit v1.2.1