summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/atspi2/xml/Bus.xml
blob: 5a33e335a179ae27db9f644138789fd173d8ce7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
                      "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
  <interface name="org.a11y.Status">
    <property type="b" name="IsEnabled" access="readwrite">
    </property>
    <property type="b" name="ScreenReaderEnabled" access="readwrite">
    </property>
  </interface>
  <interface name="org.a11y.Bus">
    <method name="GetAddress">
      <arg type="s" name="address" direction="out">
      </arg>
    </method>
  </interface>
</node>