summaryrefslogtreecommitdiff
path: root/src/plugins/position/geoclue/org.freedesktop.Geoclue.MasterClient.xml
blob: 29c95885fc540c6f7fb97c877e5f4456e1061120 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?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.MasterClient">
    <method name="GetPositionProvider">
      <arg name="name" type="s" direction="out"/>
      <arg name="description" type="s" direction="out"/>
      <arg name="service" type="s" direction="out"/>
      <arg name="path" type="s" direction="out"/>
    </method>
    <method name="GetAddressProvider">
      <arg name="name" type="s" direction="out"/>
      <arg name="description" type="s" direction="out"/>
      <arg name="service" type="s" direction="out"/>
      <arg name="path" type="s" direction="out"/>
    </method>
    <method name="PositionStart">
    </method>
    <method name="AddressStart">
    </method>
    <method name="SetRequirements">
      <arg name="accuracyLevel" type="i" direction="in"/>
      <arg name="time" type="i" direction="in"/>
      <arg name="requireUpdates" type="b" direction="in"/>
      <arg name="allowedResources" type="i" direction="in"/>
    </method>
    <signal name="PositionProviderChanged">
      <arg name="name" type="s"/>
      <arg name="description" type="s"/>
      <arg name="service" type="s"/>
      <arg name="path" type="s"/>
    </signal>
    <signal name="AddressProviderChanged">
      <arg name="name" type="s"/>
      <arg name="description" type="s"/>
      <arg name="service" type="s"/>
      <arg name="path" type="s"/>
    </signal>
  </interface>
</node>