summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoanmarie Diggs <jdiggs@igalia.com>2019-06-14 10:05:48 -0400
committerJoanmarie Diggs <jdiggs@igalia.com>2019-06-14 10:06:13 -0400
commite3856ee2d8740149853c2df57b25074edcd0e383 (patch)
tree7c5560b4ca8b62addfe18c382b51880da90776c4
parent9a07910ddbc9e8d08c51d5f2557c2a1f255f1235 (diff)
downloadatk-e3856ee2d8740149853c2df57b25074edcd0e383.tar.gz
Add ATK_ROLE_CONTENT_DELETION and ATK_ROLE_CONTENT_INSERTION
-rw-r--r--atk/atkobject.h8
1 files changed, 8 insertions, 0 deletions
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;