summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensors/iio-sensor-proxy/net.hadess.SensorProxy.Compass.xml
blob: bcadffde181d2760337593debef675b92347646e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!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="net.hadess.SensorProxy.Compass">
    <method name="ClaimCompass">
    </method>
    <method name="ReleaseCompass">
    </method>
    <property type="b" name="HasCompass" access="read">
    </property>
    <property type="d" name="CompassHeading" access="read">
    </property>
  </interface>
</node>