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

« back to all changes in this revision

Viewing changes to xml/Collection.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.Collection">
 
4
 
 
5
  <method name="GetMatches">
 
6
    <arg direction="in" name="rule" type="(auuasuauusub)"/>
 
7
    <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="QSpiMatchRule"/>
 
8
    <arg direction="in" name="sortby" type="u"/>
 
9
    <arg direction="in" name="count" type="i"/>
 
10
    <arg direction="in" name="traverse" type="b"/>
 
11
    <arg direction="out" type="a(so)"/>
 
12
    <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiReferenceSet"/>
 
13
  </method>
 
14
 
 
15
  <method name="GetMatchesTo">
 
16
    <arg direction="in" name="current_object" type="o"/>
 
17
    <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QSpiObjectReference"/>
 
18
    <arg direction="in" name="rule" type="(auuasuauusub)"/>
 
19
    <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="QSpiMatchRule"/>
 
20
    <arg direction="in" name="sortby" type="u"/>
 
21
    <arg direction="in" name="tree" type="u"/>
 
22
    <arg direction="in" name="limit_scope" type="b"/>
 
23
    <arg direction="in" name="count" type="i"/>
 
24
    <arg direction="in" name="traverse" type="b"/>
 
25
    <arg direction="out" type="a(so)"/>
 
26
    <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiReferenceSet"/>
 
27
  </method>
 
28
 
 
29
  <method name="GetMatchesFrom">
 
30
    <arg direction="in" name="current_object" type="o"/>
 
31
    <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QSpiObjectReference"/>
 
32
    <arg direction="in" name="rule" type="(auuasuauusub)"/>
 
33
    <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="QSpiMatchRule"/>
 
34
    <arg direction="in" name="sortby" type="u"/>
 
35
    <arg direction="in" name="tree" type="u"/>
 
36
    <arg direction="in" name="count" type="i"/>
 
37
    <arg direction="in" name="traverse" type="b"/>
 
38
    <arg direction="out" type="a(so)"/>
 
39
    <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiReferenceSet"/>
 
40
  </method>
 
41
 
 
42
  <method name="GetActiveDescendant">
 
43
    <arg direction="out" type="(so)"/>
 
44
    <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiReferenceSet"/>
 
45
  </method>
 
46
 
 
47
</interface>
 
48
</node>