| <?xml version="1.0" encoding="UTF-8"?> |
| <node name="/node"> |
| <interface name="org.a11y.atspi.Accessible"> |
| |
| <property name="Name" type="s" access="read"/> |
| |
| <property name="Description" type="s" access="read"/> |
| |
| <property name="Parent" type="(so)" access="read"> |
| <annotation name="org.qtproject.QtDBus.QtTypeName" value="QSpiObjectReference"/> |
| </property> |
| |
| <property name="ChildCount" type="i" access="read"/> |
| |
| <property name="Locale" type="s" access="read"/> |
| |
| <property name="AccessibleId" type="s" access="read"/> |
| |
| <method name="GetChildAtIndex"> |
| <arg direction="in" name="index" type="i"/> |
| <arg direction="out" type="(so)"/> |
| <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QSpiObjectReference"/> |
| </method> |
| |
| <method name="GetChildren"> |
| <arg direction="out" type="a(so)"/> |
| <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QSpiObjectReferenceArray"/> |
| </method> |
| |
| <method name="GetIndexInParent"> |
| <arg direction="out" type="i"/> |
| </method> |
| |
| <method name="GetRelationSet"> |
| <arg direction="out" type="a(ua(so))"/> |
| <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QSpiRelationArray"/> |
| </method> |
| |
| <method name="GetRole"> |
| <arg direction="out" type="u"/> |
| </method> |
| |
| <method name="GetRoleName"> |
| <arg direction="out" type="s"/> |
| </method> |
| |
| <method name="GetLocalizedRoleName"> |
| <arg direction="out" type="s"/> |
| </method> |
| |
| <method name="GetState"> |
| <arg direction="out" type="au"/> |
| <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QSpiIntList"/> |
| </method> |
| |
| <method name="GetAttributes"> |
| <arg direction="out" type="a{ss}"/> |
| <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QSpiAttributeSet"/> |
| </method> |
| |
| <method name="GetApplication"> |
| <arg direction="out" type="(so)"/> |
| <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QSpiObjectReference"/> |
| </method> |
| |
| <method name="GetInterfaces"> |
| <arg direction="out" type="as"/> |
| </method> |
| |
| </interface> |
| </node> |