[at-spi2-core/mgorse: 1/3] 2009-09-02 Mike Gorse <mgorse novell com>



commit fe114fb0289b429b7e7ab3ee3d97ed551f313fc4
Author: Mike Gorse <mgorse novell com>
Date:   Wed Sep 2 17:39:18 2009 -0500

    2009-09-02  Mike Gorse  <mgorse novell com>
    
    Modify GetRowColumnExtentsAtIndex definition so that the return value comes
    first, as is now the convention.

 xml/org.freedesktop.atspi.Table.xml |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/xml/org.freedesktop.atspi.Table.xml b/xml/org.freedesktop.atspi.Table.xml
index 59596d4..d645a7a 100644
--- a/xml/org.freedesktop.atspi.Table.xml
+++ b/xml/org.freedesktop.atspi.Table.xml
@@ -443,6 +443,13 @@
         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
@@ -474,13 +481,6 @@
         <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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]