summaryrefslogtreecommitdiff
path: root/atspi/atspi-constants.h
diff options
context:
space:
mode:
authorJoanmarie Diggs <jdiggs@igalia.com>2017-11-30 07:31:11 -0500
committerMike Gorse <mgorse@alum.wpi.edu>2017-11-30 08:27:28 -0600
commit319c6405062d8fe2fa2d016462395b992d8fb764 (patch)
tree6ccd822baa93f185ccc7c543888608f4b3ecb186 /atspi/atspi-constants.h
parentfed2990639a79e46967953cf24dbd3e07a6dc21e (diff)
downloadat-spi2-core-319c6405062d8fe2fa2d016462395b992d8fb764.tar.gz
documentation: Remove list association from ATSPI_ROLE_DESCRIPTION_{TERM,VALUE}
There is a need for term-value pair roles outside of the context of an ATSPI_ROLE_DESCRIPTION_LIST. Rather than create yet more roles, we can just update the documentation so that the list association is not made within the definition of ATSPI_ROLE_DESCRIPTION_{TERM,VALUE}. https://bugzilla.gnome.org/show_bug.cgi?id=791021
Diffstat (limited to 'atspi/atspi-constants.h')
-rw-r--r--atspi/atspi-constants.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/atspi/atspi-constants.h b/atspi/atspi-constants.h
index 1af391d5..1604f596 100644
--- a/atspi/atspi-constants.h
+++ b/atspi/atspi-constants.h
@@ -1219,13 +1219,10 @@ typedef enum {
* of one or more names (@ATSPI_ROLE_DESCRIPTION_TERM) followed by one or more
* values (@ATSPI_ROLE_DESCRIPTION_VALUE). For each list, there should not be
* more than one group with the same term name. @Since: 2.26.
- *@ATSPI_ROLE_DESCRIPTION_TERM: An object that represents the term, or name,
- * part of a term-description group in a description list. @Since: 2.26.
+ *@ATSPI_ROLE_DESCRIPTION_TERM: An object that represents a term or phrase
+ * with a corresponding definition. @Since: 2.26.
*@ATSPI_ROLE_DESCRIPTION_VALUE: An object that represents the description,
- * definition, or value of a term-description group in a description list.
- * 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.
+ * definition, or value of a 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.