2009-09-02 Mike Gorse <mgorse@novell.com>
authorMike Gorse <mgorse@novell.com>
Wed, 2 Sep 2009 22:39:18 +0000 (17:39 -0500)
committerMike Gorse <mgorse@novell.com>
Fri, 30 Oct 2009 19:05:00 +0000 (15:05 -0400)
Modify GetRowColumnExtentsAtIndex definition so that the return value comes
first, as is now the convention.

xml/org.freedesktop.atspi.Table.xml

index 59596d4..d645a7a 100644 (file)
         extents are requested.
            </tp:docstring>
     </arg>
+    <arg direction="out" type="b" tp:type="boolean">
+    <tp:docstring>
+           <code>True</code> if the index is associated with a valid table-cell,
+           <code>False</code> if the index does not correspond to a cell.
+           If <code>False</code> is returned, the values of the out parameters are undefined.
+    </tp:docstring>
+    </arg>
     <arg direction="out" name="row" type="i">
            <tp:docstring>
         Back-filled with the first table row associated with
         <code>False</code> otherwise.
            </tp:docstring>
     </arg>
-    <arg direction="out" type="b" tp:type="boolean">
-    <tp:docstring>
-           <code>True</code> if the index is associated with a valid table-cell,
-           <code>False</code> if the index does not correspond to a cell.
-           If <code>False</code> is returned, the values of the out parameters are undefined.
-    </tp:docstring>
-    </arg>
   </method>
 </interface>
 </node>