Fix upstream in .gbs.conf
[platform/upstream/at-spi2-core.git] / xml / Action.xml
index 8702dca..0f5aa85 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <node name="/node">
-<interface name="org.freedesktop.atspi.Action">
+<interface name="org.a11y.atspi.Action">
 
-  <property name="nActions" type="i" access="read"/>
+  <property name="NActions" type="i" access="read"/>
 
   <method name="GetDescription">
     <arg type="i" name="index" direction="in"/>
     <arg type="s" direction="out"/>
   </method>
 
+  <method name="GetLocalizedName">
+    <arg type="i" name="index" direction="in"/>
+    <arg type="s" direction="out"/>
+  </method>
+
   <method name="GetKeyBinding">
     <arg type="i" name="index" direction="in"/>
     <arg type="s" direction="out"/>
   </method>
 
   <method name="GetActions">
-    <arg direction="out" name="index" type="a(sss)"/>
+    <arg direction="out" type="a(sss)"/>
     <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiActionArray"/>
   </method>