blob: 71ef4dfdb8799921209c72ee0a356132bd577a3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?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="u" name="version" direction="out" />
<arg type="u" name="service_version" direction="out" />
</method>
<method name="UnWatch">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true" />
</method>
<method name="Shutdown" />
<!-- Signals -->
<!-- None currently -->
</interface>
</node>
|