Merge "Revert "tizen: Add additional unit for "unified" user session"" into tizen
[platform/upstream/at-spi2-core.git] / xml / Selection.xml
index 46a6012..2e19187 100644 (file)
@@ -2,12 +2,12 @@
 <node name="/node">
 <interface name="org.a11y.atspi.Selection">
 
-  <property name="nSelectedChildren" type="i" access="read"/>
+  <property name="NSelectedChildren" type="i" access="read"/>
 
   <method name="GetSelectedChild">
     <arg direction="in" name="selectedChildIndex" type="i"/>
     <arg direction="out" type="(so)"/>
-    <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiAccessibleObject"/>
+    <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiObjectReference"/>
   </method>
 
   <method name="SelectChild">
@@ -33,7 +33,7 @@
     <arg direction="out" type="b"/>
   </method>
 
-  <method name="deSelectChild">
+  <method name="DeselectChild">
     <arg direction="in" name="childIndex" type="i"/>
     <arg direction="out" type="b"/>
   </method>