<!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>

