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">
5    <method name="RemoveReference">
6    </method>
7    <method name="AddReference">
8    </method>
9    <method name="SetOptions">
10      <arg name="options" type="a{sv}" direction="in"/>
11      <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
12    </method>
13    <method name="GetStatus">
14      <arg name="status" type="i" direction="out"/>
15    </method>
16    <method name="GetProviderInfo">
17      <arg name="name" type="s" direction="out"/>
18      <arg name="description" type="s" direction="out"/>
19    </method>
20    <signal name="StatusChanged">
21      <arg name="status" type="i"/>
22    </signal>
23  </interface>
24</node>
25