[at-spi2-core: 4/19] Accessible.xml: document the Parent property




commit 89cee8ddb9bd0a5051c3cb90068ddae027691b57
Author: Federico Mena Quintero <federico gnome org>
Date:   Tue Jul 5 14:13:21 2022 -0500

    Accessible.xml: document the Parent property

 xml/Accessible.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)
---
diff --git a/xml/Accessible.xml b/xml/Accessible.xml
index 38095ee9..2f8d5733 100644
--- a/xml/Accessible.xml
+++ b/xml/Accessible.xml
@@ -30,6 +30,19 @@
     -->
     <property name="Description" type="s" access="read"/>
 
+    <!--
+        Parent: Accessible parent object of the current object.
+
+        The (so) is a string for the application name, and an object path.
+
+        Null parent: If the object has no parent (e.g. the application's root object is
+        being queried), return "" for the application name name and "/org/a11y/atspi/null"
+        for the object path.
+
+        Root object: An application must have a single root object, called
+        "/org/a11y/atspi/accessible/root".  All other objects should have that one as
+        their highest-level ancestor.
+    -->
     <property name="Parent" type="(so)" access="read">
       <annotation name="org.qtproject.QtDBus.QtTypeName" value="QSpiObjectReference"/>
     </property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]