Resolve the possible use of negative value (detected by coverity tool)
[platform/upstream/at-spi2-core.git] / xml / Table.xml
index 746252a..181acaa 100644 (file)
@@ -2,27 +2,27 @@
 <node name="/node">
 <interface name="org.a11y.atspi.Table">
 
-  <property name="nRows" type="i" access="read"/>
+  <property name="NRows" type="i" access="read"/>
 
-  <property name="nColumns" type="i" access="read"/>
+  <property name="NColumns" type="i" access="read"/>
 
-  <property name="caption" type="(so)" access="read">
-    <annotation name="com.trolltech.QtDBus.QtTypeName" value="QSpiAccessibleObject"/>
+  <property name="Caption" type="(so)" access="read">
+    <annotation name="com.trolltech.QtDBus.QtTypeName" value="QSpiObjectReference"/>
   </property>
 
-  <property name="summary" type="(so)" access="read">
-    <annotation name="com.trolltech.QtDBus.QtTypeName" value="QSpiAccessibleObject"/>
+  <property name="Summary" type="(so)" access="read">
+    <annotation name="com.trolltech.QtDBus.QtTypeName" value="QSpiObjectReference"/>
   </property>
 
-  <property name="nSelectedRows" type="i" access="read"/>
+  <property name="NSelectedRows" type="i" access="read"/>
 
-  <property name="nSelectedColumns" type="i" access="read"/>
+  <property name="NSelectedColumns" type="i" access="read"/>
 
   <method name="GetAccessibleAt">
     <arg direction="in" name="row" type="i"/>
     <arg direction="in" name="column" 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="GetIndexAt">
   <method name="GetRowHeader">
     <arg direction="in" name="row" 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="GetColumnHeader">
     <arg direction="in" name="column" 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="GetSelectedRows">