summaryrefslogtreecommitdiff
path: root/src/plugins/position/geoclue/org.freedesktop.Geoclue.Satellite.xml
blob: 2ed112c964d9b4ff3b2fa084d342a25f076eebb4 (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
<?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 name="/">
  <interface name="org.freedesktop.Geoclue.Satellite">
    <method name="GetSatellite">
      <arg name="timestamp" type="i" direction="out" />
      <arg name="satelliteUsed" type="i" direction="out" />
      <arg name="satelliteVisible" type="i" direction="out" />
      <arg name="usedPrn" type="ai" direction="out" />
      <arg name="satInfo" type="a(iiii)" direction="out" />
      <annotation name="org.qtproject.QtDBus.QtTypeName.Out3" value="QList&lt;qint32&gt;"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.Out4" value="QList&lt;QGeoSatelliteInfo&gt;"/>
    </method>
    <method name="GetLastSatellite">
      <arg name="timestamp" type="i" direction="out" />
      <arg name="satelliteUsed" type="i" direction="out" />
      <arg name="satelliteVisible" type="i" direction="out" />
      <arg name="usedPrn" type="ai" direction="out" />
      <arg name="satInfo" type="a(iiii)" direction="out" />
      <annotation name="org.qtproject.QtDBus.QtTypeName.Out3" value="QList&lt;qint32&gt;"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.Out4" value="QList&lt;QGeoSatelliteInfo&gt;"/>
    </method>
    <signal name="SatelliteChanged">
      <arg name="timestamp" type="i" />
      <arg name="satelliteUsed" type="i" />
      <arg name="satelliteVisible" type="i" />
      <arg name="usedPrn" type="ai" />
      <arg name="satInfo" type="a(iiii)" />'
      <annotation name="org.qtproject.QtDBus.QtTypeName.In3" value="QList&lt;qint32&gt;"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.In4" value="QList&lt;QGeoSatelliteInfo&gt;"/>
    </signal>
  </interface>
</node>