blob: d876ea84a7f4c328539d137ed11a0900d25037a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<node name="/">
<interface name="org.ayatana.indicator.service">
<!-- Properties -->
<!-- None currently -->
<!-- Methods -->
<method name="Watch">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true" />
<arg type="i" name="version" direction="out" />
</method>
<!-- Signals -->
<!-- None currently -->
</interface>
</node>
|