Blob Blame History Raw
<?xml version="1.0" encoding="UTF-8"?>
<node name="/node">
<interface name="org.a11y.atspi.Text">

  <property name="CharacterCount" type="i" access="read"/>

  <property name="CaretOffset" type="i" access="read"/>

  <method name="GetStringAtOffset">
    <arg direction="in" name="offset" type="i"/>
    <arg direction="in" name="granularity" type="u"/>
    <arg direction="out" type="s"/>
    <arg direction="out" name="startOffset" type="i"/>
    <arg direction="out" name="endOffset" type="i"/>
  </method>

  <method name="GetText">
    <arg direction="in" name="startOffset" type="i"/>
    <arg direction="in" name="endOffset" type="i"/>
    <arg direction="out" type="s"/>
  </method>

  <method name="SetCaretOffset">
    <arg direction="in" name="offset" type="i"/>
    <arg direction="out" type="b"/>
  </method>

  <method name="GetTextBeforeOffset">
    <arg direction="in" name="offset" type="i"/>
    <arg direction="in" name="type" type="u"/>
    <arg direction="out" type="s"/>
    <arg direction="out" name="startOffset" type="i"/>
    <arg direction="out" name="endOffset" type="i"/>
  </method>

  <method name="GetTextAtOffset">
    <arg direction="in" name="offset" type="i"/>
    <arg direction="in" name="type" type="u"/>
    <arg direction="out" type="s"/>
    <arg direction="out" name="startOffset" type="i"/>
    <arg direction="out" name="endOffset" type="i"/>
  </method>

  <method name="GetTextAfterOffset">
    <arg direction="in" name="offset" type="i"/>
    <arg direction="in" name="type" type="u"/>
    <arg direction="out" type="s"/>
    <arg direction="out" name="startOffset" type="i"/>
    <arg direction="out" name="endOffset" type="i"/>
  </method>

  <method name="GetCharacterAtOffset">
    <arg name="offset" type="i" direction="in"/>
    <arg type="i" direction="out"/>
  </method>

  <method name="GetAttributeValue">
    <arg direction="in" name="offset" type="i"/>
    <arg direction="in" name="attributeName" type="s"/>
    <arg direction="out" type="s"/>
  </method>

  <method name="GetAttributes">
    <arg direction="in" name="offset" type="i"/>
    <arg direction="out" type="a{ss}"/>
    <arg direction="out" name="startOffset" type="i"/>
    <arg direction="out" name="endOffset" type="i"/>
    <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiAttributeSet"/>
  </method>

  <method name="GetDefaultAttributes">
    <arg direction="out" type="a{ss}"/>
    <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiAttributeSet"/>
  </method>

  <method name="GetCharacterExtents">
    <arg direction="in" name="offset" type="i"/>
    <arg direction="out" name="x" type="i"/>
    <arg direction="out" name="y" type="i"/>
    <arg direction="out" name="width" type="i"/>
    <arg direction="out" name="height" type="i"/>
    <arg direction="in" name="coordType" type="u"/>
  </method>

  <method name="GetOffsetAtPoint">
    <arg direction="in" name="x" type="i"/>
    <arg direction="in" name="y" type="i"/>
    <arg direction="in" name="coordType" type="u"/>
    <arg direction="out" type="i"/>
  </method>

  <method name="GetNSelections">
    <arg direction="out" type="i"/>
  </method>

  <method name="GetSelection">
    <arg direction="in" name="selectionNum" type="i"/>
    <arg direction="out" name="startOffset" type="i"/>
    <arg direction="out" name="endOffset" type="i"/>
  </method>

  <method name="AddSelection">
    <arg direction="in" name="startOffset" type="i"/>
    <arg direction="in" name="endOffset" type="i"/>
    <arg direction="out" type="b"/>
  </method>

  <method name="RemoveSelection">
    <arg direction="in" name="selectionNum" type="i"/>
    <arg direction="out" type="b"/>
  </method>

  <method name="SetSelection">
    <arg direction="in" name="selectionNum" type="i"/>
    <arg direction="in" name="startOffset" type="i"/>
    <arg direction="in" name="endOffset" type="i"/>
    <arg direction="out" type="b"/>
  </method>

  <method name="GetRangeExtents">
    <arg direction="in" name="startOffset" type="i"/>
    <arg direction="in" name="endOffset" type="i"/>
    <arg direction="out" name="x" type="i"/>
    <arg direction="out" name="y" type="i"/>
    <arg direction="out" name="width" type="i"/>
    <arg direction="out" name="height" type="i"/>
    <arg direction="in" name="coordType" type="u"/>
  </method>

  <method name="GetBoundedRanges">
    <arg direction="in" name="x" type="i"/>
    <arg direction="in" name="y" type="i"/>
    <arg direction="in" name="width" type="i"/>
    <arg direction="in" name="height" type="i"/>
    <arg direction="in" name="coordType" type="u"/>
    <arg direction="in" name="xClipType" type="u"/>
    <arg direction="in" name="yClipType" type="u"/>
    <arg direction="out" type="a(iisv)"/>
    <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiRangeList"/>
  </method>

  <method name="GetAttributeRun">
    <arg direction="in" name="offset" type="i"/>
    <arg direction="in" name="includeDefaults" type="b"/>
    <arg direction="out" type="a{ss}"/>
    <arg direction="out" name="startOffset" type="i"/>
    <arg direction="out" name="endOffset" type="i"/>
    <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiAttributeSet"/>
  </method>

  <method name="GetDefaultAttributeSet">
    <arg direction="out" type="a{ss}"/>
  </method>

</interface>
</node>