forked from AuroraMiddleware/gtk
db6bd018ca
It turns out that accerciser depends on this undocumented method that is not in the xml at all, otherwise interface sections in the accerciser ui never get enabled.
72 lines
2.0 KiB
XML
72 lines
2.0 KiB
XML
<?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="com.trolltech.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="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiObjectReference"/>
|
|
</method>
|
|
|
|
<method name="GetChildren">
|
|
<arg direction="out" type="a(so)"/>
|
|
<annotation name="com.trolltech.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="com.trolltech.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="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiIntList"/>
|
|
</method>
|
|
|
|
<method name="GetAttributes">
|
|
<arg direction="out" type="a{ss}"/>
|
|
<annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiAttributeSet"/>
|
|
</method>
|
|
|
|
<method name="GetApplication">
|
|
<arg direction="out" type="(so)"/>
|
|
<annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiObjectReference"/>
|
|
</method>
|
|
|
|
<method name="GetInterfaces">
|
|
<arg direction="out" type="as"/>
|
|
</method>
|
|
|
|
</interface>
|
|
</node>
|