Merge "Revert "tizen: Add additional unit for "unified" user session"" into tizen
[platform/upstream/at-spi2-core.git] / xml / Selection.xml
index 69727e4..2e19187 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <node name="/node">
-<interface name="org.freedesktop.atspi.Selection">
+<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"/>
@@ -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>