summaryrefslogtreecommitdiff
path: root/atspi/atspi-constants.h
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-07-05 18:28:54 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-07-05 18:33:29 -0500
commitbe4f72b464ca4cb026ae6d70113c2b69e4fa003a (patch)
treecf6070ea74beecc9256acc13aaa770ab1c4436ec /atspi/atspi-constants.h
parentcc4b80c6fdd1dfb9e22084338b8f3f5a01d70cd8 (diff)
downloadat-spi2-core-be4f72b464ca4cb026ae6d70113c2b69e4fa003a.tar.gz
Accessible.xml: document the GetRelationSet method
Copied the documentation from AtspiRelationType. Also, put the order of descriptions for AtspiRelationType in the same order as the enum values; DESCRIPTION_FOR was incorrectly below ERROR_MESSAGE.
Diffstat (limited to 'atspi/atspi-constants.h')
-rw-r--r--atspi/atspi-constants.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/atspi/atspi-constants.h b/atspi/atspi-constants.h
index 3a8da00d..a0ec546e 100644
--- a/atspi/atspi-constants.h
+++ b/atspi/atspi-constants.h
@@ -823,6 +823,9 @@ typedef enum {
* @ATSPI_ROLE_FRAME object may still be the active window.
* @ATSPI_RELATION_PARENT_WINDOW_OF: This is the reciprocal relation to
* @ATSPI_RELATION_POPUP_FOR.
+ * @ATSPI_RELATION_DESCRIPTION_FOR: Reciprocal of %ATSPI_RELATION_DESCRIBED_BY.
+ * Indicates that this object provides descriptive information about the target
+ * object(s). See also %ATSPI_RELATION_DETAILS_FOR and %ATSPI_RELATION_ERROR_FOR.
* @ATSPI_RELATION_DESCRIBED_BY: Reciprocal of %ATSPI_RELATION_DESCRIPTION_FOR.
* Indicates that one or more target objects provide descriptive information
* about this object. This relation type is most appropriate for information
@@ -835,9 +838,6 @@ typedef enum {
* assistive technologies may provide a means for the user to navigate to
* objects containing detailed descriptions so that their content can be more
* closely reviewed.
- * @ATSPI_RELATION_DESCRIPTION_FOR: Reciprocal of %ATSPI_RELATION_DESCRIBED_BY.
- * Indicates that this object provides descriptive information about the target
- * object(s). See also %ATSPI_RELATION_DETAILS_FOR and %ATSPI_RELATION_ERROR_FOR.
* @ATSPI_RELATION_DETAILS: Reciprocal of %ATSPI_RELATION_DETAILS_FOR. Indicates
* that this object has a detailed or extended description, the contents of
* which can be found in the target object(s). This relation type is most