summaryrefslogtreecommitdiff
path: root/src/plugins/position/geoclue/org.freedesktop.Geoclue.Velocity.xml
blob: a1be122a8f71adbe18513fd1d9be386bde2dbe24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/">
  <interface name="org.freedesktop.Geoclue.Velocity">
    <method name="GetVelocity">
      <arg name="fields" type="i" direction="out" />
      <arg name="timestamp" type="i" direction="out" />
      <arg name="speed" type="d" direction="out" />
      <arg name="direction" type="d" direction="out" />
      <arg name="climb" type="d" direction="out" />
    </method>
    <signal name="VelocityChanged">
      <arg name="fields" type="i" />
      <arg name="timestamp" type="i" />
      <arg name="speed" type="d" />
      <arg name="direction" type="d" />
      <arg name="climb" type="d" />
    </signal>
  </interface>
</node>