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.MasterClient"> 5 <method name="GetPositionProvider"> 6 <arg name="name" type="s" direction="out"/> 7 <arg name="description" type="s" direction="out"/> 8 <arg name="service" type="s" direction="out"/> 9 <arg name="path" type="s" direction="out"/> 10 </method> 11 <method name="GetAddressProvider"> 12 <arg name="name" type="s" direction="out"/> 13 <arg name="description" type="s" direction="out"/> 14 <arg name="service" type="s" direction="out"/> 15 <arg name="path" type="s" direction="out"/> 16 </method> 17 <method name="PositionStart"> 18 </method> 19 <method name="AddressStart"> 20 </method> 21 <method name="SetRequirements"> 22 <arg name="accuracyLevel" type="i" direction="in"/> 23 <arg name="time" type="i" direction="in"/> 24 <arg name="requireUpdates" type="b" direction="in"/> 25 <arg name="allowedResources" type="i" direction="in"/> 26 </method> 27 <signal name="PositionProviderChanged"> 28 <arg name="name" type="s"/> 29 <arg name="description" type="s"/> 30 <arg name="service" type="s"/> 31 <arg name="path" type="s"/> 32 </signal> 33 <signal name="AddressProviderChanged"> 34 <arg name="name" type="s"/> 35 <arg name="description" type="s"/> 36 <arg name="service" type="s"/> 37 <arg name="path" type="s"/> 38 </signal> 39 </interface> 40</node> 41 42