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