Fix upstream in .gbs.conf
[platform/upstream/at-spi2-core.git] / xml / Action.xml
index eca978c..0f5aa85 100644 (file)
@@ -2,7 +2,7 @@
 <node name="/node">
 <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>