2008-04-22 Mike Gorse <mgorse@novell.com>
[platform/upstream/at-spi2-core.git] / xml / org.freedesktop.atspi.Text.xml
index b2e2221..6d17692 100644 (file)
         and whether the start or ending of such a substring forms the boundary condition.
            </tp:docstring>
     </arg>
+    <arg direction="out" type="s">
+    <tp:docstring>
+      A string which is a substring of the text content of the object, delimited by the specified boundary condition.
+    </tp:docstring>
+    </arg>
     <arg direction="out" name="startOffset" type="i">
            <tp:docstring>
         Back-filled with the starting offset of the resulting substring, if one exists.
         substring, if one exists.
            </tp:docstring>
     </arg>
-    <arg direction="out" type="s">
-    <tp:docstring>
-      A string which is a substring of the text content of the object, delimited by thespecified boundary condition.
-    </tp:docstring>
-    </arg>
   </method>
   <method name="getTextAtOffset">
     <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
         and whether the start or ending of such a substring forms the boundary condition.
            </tp:docstring>
     </arg>
+    <arg direction="out" type="s">
+    <tp:docstring>
+      A string which is a substring of the text content of the object, delimited by the specified boundary condition.
+    </tp:docstring>
+    </arg>
     <arg direction="out" name="startOffset" type="i">
            <tp:docstring>
         Back-filled with the starting offset of the resulting substring, if one exists.
         substring, if one exists.
            </tp:docstring>
     </arg>
-    <arg direction="out" type="s">
-    <tp:docstring>
-      A string which is a substring of the text content of the object, delimited by thespecified boundary condition.
-    </tp:docstring>
-    </arg>
   </method>
   <method name="getTextAfterOffset">
     <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
         and whether the start or ending of such a substring forms the boundary condition.
            </tp:docstring>
     </arg>
+    <arg direction="out" type="s">
+    <tp:docstring>
+      A string which is a substring of the text content of the object, delimited by the specified boundary condition.
+    </tp:docstring>
+    </arg>
     <arg direction="out" name="startOffset" type="i">
            <tp:docstring>
         Back-filled with the starting offset of the resulting substring, if one exists.
         substring, if one exists.
            </tp:docstring>
     </arg>
-    <arg direction="out" type="s">
-    <tp:docstring>
-      A string which is a substring of the text content of the object, delimited by thespecified boundary condition.
-    </tp:docstring>
-    </arg>
   </method>
-  <method name="getCharacterOffset">
+  <method name="getCharacterAtOffset">
     <arg name="offset" type="i" direction="in"/>
     <arg type="i" direction="out">
       <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
         The name of the attribute for which the value is to be returned, if defined.
            </tp:docstring>
     </arg>
+    <arg direction="out" type="s">
+    <tp:docstring>
+      The value of attribute (name-value pair) corresponding to "name", if defined. 
+    </tp:docstring>
+    </arg>
     <arg direction="out" name="startOffset" type="i">
            <tp:docstring>
         Back-filled with the offset of the first character in the attribute run
         <code>False</code> otherwise.
            </tp:docstring>
     </arg>
-    <arg direction="out" type="s">
-    <tp:docstring>
-      The value of attribute (name-value pair) corresponding to "name", if defined. 
-    </tp:docstring>
-    </arg>
   </method>
   <method name="getAttributes">
     <tp:docstring>
       getAttributes is deprecated in favor of getAttributeRun.
     </tp:docstring>
     <arg direction="in" name="offset" type="i"/>
-    <arg direction="out" name="startOffset" type="i"/>
-    <arg direction="out" name="endOffset" type="i"/>
     <arg direction="out" type="{ss}">
     <tp:docstring>
       The attributes at offset, as a semicolon-delimited set of colon-delimited name-value pairs. @see getAttributeRun
     </tp:docstring>
     </arg>
+    <arg direction="out" name="startOffset" type="i"/>
+    <arg direction="out" name="endOffset" type="i"/>
   </method>
   <method name="getDefaultAttributes">
     <tp:docstring>