~elementary-os/elementaryos/os-patch-at-spi2-core-xenial

« back to all changes in this revision

Viewing changes to xml/Selection.xml

  • Committer: RabbitBot
  • Date: 2016-11-16 09:38:52 UTC
  • Revision ID: rabbitbot@elementary.io-20161116093852-xn6hcgpg5y25xooo
Initial import, version 2.18.3-4ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<node name="/node">
 
3
<interface name="org.a11y.atspi.Selection">
 
4
 
 
5
  <property name="NSelectedChildren" type="i" access="read"/>
 
6
 
 
7
  <method name="GetSelectedChild">
 
8
    <arg direction="in" name="selectedChildIndex" type="i"/>
 
9
    <arg direction="out" type="(so)"/>
 
10
    <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiObjectReference"/>
 
11
  </method>
 
12
 
 
13
  <method name="SelectChild">
 
14
    <arg direction="in" name="childIndex" type="i"/>
 
15
    <arg direction="out" type="b"/>
 
16
  </method>
 
17
 
 
18
  <method name="DeselectSelectedChild">
 
19
    <arg direction="in" name="selectedChildIndex" type="i"/>
 
20
    <arg direction="out" type="b"/>
 
21
  </method>
 
22
 
 
23
  <method name="IsChildSelected">
 
24
    <arg direction="in" name="childIndex" type="i"/>
 
25
    <arg direction="out" type="b"/>
 
26
  </method>
 
27
 
 
28
  <method name="SelectAll">
 
29
    <arg direction="out" type="b"/>
 
30
  </method>
 
31
 
 
32
  <method name="ClearSelection">
 
33
    <arg direction="out" type="b"/>
 
34
  </method>
 
35
 
 
36
  <method name="DeselectChild">
 
37
    <arg direction="in" name="childIndex" type="i"/>
 
38
    <arg direction="out" type="b"/>
 
39
  </method>
 
40
 
 
41
</interface>
 
42
</node>