summaryrefslogtreecommitdiff
path: root/src/plugins/position/geoclue/org.freedesktop.Geoclue.Position.xml
blob: 8f7f70d41f74e7cfa512e9782ee25785e6f378e9 (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
<?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.Position">
    <method name="GetPosition">
      <arg name="fields" type="i" direction="out"/>
      <arg name="timestamp" type="i" direction="out"/>
      <arg name="latitude" type="d" direction="out"/>
      <arg name="longitude" type="d" direction="out"/>
      <arg name="altitude" type="d" direction="out"/>
      <arg name="accuracy" type="(idd)" direction="out"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.Out5" value="Accuracy"/>
    </method>
    <signal name="PositionChanged">
      <arg name="fields" type="i"/>
      <arg name="timestamp" type="i"/>
      <arg name="latitude" type="d"/>
      <arg name="longitude" type="d"/>
      <arg name="altitude" type="d"/>
      <arg name="accuracy" type="(idd)"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.Out5" value="Accuracy"/>
    </signal>
  </interface>
</node>