aboutsummaryrefslogtreecommitdiff
path: root/src/ayatana-notification-watcher.xml
blob: e1897f53f3e301c0f8050029428f9d6bdf4f28e3 (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
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<node name="/StatusNotifierWatcher">
	<interface name="org.kde.StatusNotifierWatcher">

<!-- Properties -->
		<property name="ProtocolVersion" type="i" access="read" />
		<property name="IsStatusNotifierHostRegistered" type="b" access="read" />
		<property name="RegisteredStatusNotifierItems" type="as" access="read" />

<!-- Methods -->
		<method name="RegisterStatusNotifierItem">
		    <annotation name="org.freedesktop.DBus.GLib.Async" value="true" />
			<arg type="s" name="service" direction="in" />
		</method>
		<method name="RegisterStatusNotifierHost">
			<arg type="s" name="service" direction="in" />
		</method>

<!-- Signals -->
		<signal name="StatusNotifierItemRegistered">
			<arg type="s" name="service" direction="out" />
		</signal>
		<signal name="StatusNotifierItemUnregistered">
			<arg type="s" name="service" direction="out" />
		</signal>
		<signal name="StatusNotifierHostRegistered">
		</signal>

	</interface>
</node>