aboutsummaryrefslogtreecommitdiff
path: root/src/status-service.xml
blob: 189df8136af232c7a8bc42e30f7b268f9302677b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<node name="/">
	<interface name="com.ubuntu.indicator.status">

<!-- Properties -->
		<property name="user" type="s" access="read" />
		<property name="status" type="u" access="read" />

<!-- Methods -->
		<method name="Watch">
			<annotation name="org.freedesktop.DBus.GLib.Async" value="true" />
		</method>

<!-- Signals -->
		<signal name="UserChanged">
			<arg type="s" name="name" direction="out" />
		</signal>
		<signal name="StatusChanged">
			<arg type="u" name="status" direction="out" />
		</signal>

	</interface>
</node>