aboutsummaryrefslogtreecommitdiff
path: root/libindicator/indicator-service.xml
blob: 8b389e2095112420047754f63ba619b3a2a0494c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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>
		<method name="UnWatch">
			<annotation name="org.freedesktop.DBus.GLib.Async" value="true" />
		</method>

<!-- Signals -->
		<!-- None currently -->

	</interface>
</node>