summaryrefslogtreecommitdiff
path: root/src/plugins/position/geoclue/org.freedesktop.Geoclue.xml
blob: c9b6f6352f6b5e1183f36d1c475242fe02134119 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?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>
  <interface name="org.freedesktop.Geoclue">
    <method name="RemoveReference">
    </method>
    <method name="AddReference">
    </method>
    <method name="SetOptions">
      <arg name="options" type="a{sv}" direction="in"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
    </method>
    <method name="GetStatus">
      <arg name="status" type="i" direction="out"/>
    </method>
    <method name="GetProviderInfo">
      <arg name="name" type="s" direction="out"/>
      <arg name="description" type="s" direction="out"/>
    </method>
    <signal name="StatusChanged">
      <arg name="status" type="i"/>
    </signal>
  </interface>
</node>