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

« back to all changes in this revision

Viewing changes to xml/Action.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.Action">
 
4
 
 
5
  <property name="NActions" type="i" access="read"/>
 
6
 
 
7
  <method name="GetDescription">
 
8
    <arg type="i" name="index" direction="in"/>
 
9
    <arg type="s" direction="out"/>
 
10
  </method>
 
11
 
 
12
  <method name="GetName">
 
13
    <arg type="i" name="index" direction="in"/>
 
14
    <arg type="s" direction="out"/>
 
15
  </method>
 
16
 
 
17
  <method name="GetLocalizedName">
 
18
    <arg type="i" name="index" direction="in"/>
 
19
    <arg type="s" direction="out"/>
 
20
  </method>
 
21
 
 
22
  <method name="GetKeyBinding">
 
23
    <arg type="i" name="index" direction="in"/>
 
24
    <arg type="s" direction="out"/>
 
25
  </method>
 
26
 
 
27
  <method name="GetActions">
 
28
    <arg direction="out" type="a(sss)"/>
 
29
    <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QSpiActionArray"/>
 
30
  </method>
 
31
 
 
32
  <method name="DoAction">
 
33
    <arg direction="in" name="index" type="i"/>
 
34
    <arg direction="out" type="b"/>
 
35
  </method>
 
36
 
 
37
</interface>
 
38
</node>