blob: 2357d844d792e235ccb1a4135f9e2481337daa64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8" ?>
<node name="/">
<interface name="org.freedesktop.Geoclue.Address">
<method name="GetAddress">
<arg type="i" name="timestamp" direction="out" />
<arg name="address" type="a{ss}" direction="out" />
<arg name="accuracy" type="(idd)" direction="out" />
</method>
<signal name="AddressChanged">
<arg type="i" name="timestamp" />
<arg type="a{ss}" name="address" />
<arg type="(idd)" name="accuracy" />
</signal>
</interface>
</node>
|