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> 4 <interface name="org.freedesktop.Geoclue.Position"> 5 <method name="GetPosition"> 6 <arg name="fields" type="i" direction="out"/> 7 <arg name="timestamp" type="i" direction="out"/> 8 <arg name="latitude" type="d" direction="out"/> 9 <arg name="longitude" type="d" direction="out"/> 10 <arg name="altitude" type="d" direction="out"/> 11 <arg name="accuracy" type="(idd)" direction="out"/> 12 <annotation name="org.qtproject.QtDBus.QtTypeName.Out5" value="Accuracy"/> 13 </method> 14 <signal name="PositionChanged"> 15 <arg name="fields" type="i"/> 16 <arg name="timestamp" type="i"/> 17 <arg name="latitude" type="d"/> 18 <arg name="longitude" type="d"/> 19 <arg name="altitude" type="d"/> 20 <arg name="accuracy" type="(idd)"/> 21 <annotation name="org.qtproject.QtDBus.QtTypeName.Out5" value="Accuracy"/> 22 </signal> 23 </interface> 24</node> 25 26