Merge "Revert "tizen: Add additional unit for "unified" user session"" into tizen
[platform/upstream/at-spi2-core.git] / xml / Accessible.xml
index 5e41be9..9240882 100644 (file)
@@ -2,15 +2,17 @@
 <node name="/node">
 <interface name="org.a11y.atspi.Accessible">
 
-  <property name="name" type="s" access="read"/>
+  <property name="Name" type="s" access="read"/>
 
-  <property name="description" type="s" access="read"/>
+  <property name="Description" type="s" access="read"/>
 
-  <property name="parent" type="(so)" 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="ChildCount" type="i" access="read"/>
+
+  <property name="Locale" type="s" access="read"/>
 
   <method name="GetChildAtIndex">
     <arg direction="in" name="index" type="i"/>
     <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>
@@ -46,7 +53,7 @@
 
   <method name="GetAttributes">
     <arg direction="out" type="a{ss}"/>
-    <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiAttributeArray"/>
+    <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiAttributeSet"/>
   </method>
 
   <method name="GetApplication">