aboutsummaryrefslogtreecommitdiff
path: root/src/status-service.xml
blob: 977b338cfe1e20a8fe3de20aa2ee030258a0f4f7 (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
<?xml version="1.0" encoding="UTF-8"?>
<node name="/">
	<interface name="org.ayatana.indicator.status.service">

<!-- Methods -->
		<method name="Watch">
			<annotation name="org.freedesktop.DBus.GLib.Async" value="true" />
		</method>
		<method name="StatusIcons">
			<arg type="s" name="icons" direction="out" />
		</method>
		<method name="PrettyUserName">
			<arg type="s" name="name" direction="out" />
		</method>

<!-- Signals -->
		<signal name="UserChanged">
			<arg type="s" name="name" direction="out" />
		</signal>
		<signal name="StatusIconsChanged">
			<arg type="s" name="icons" direction="out" />
		</signal>

	</interface>
</node>