aboutsummaryrefslogtreecommitdiff
path: root/src/notification-watcher.xml
blob: 7b034e75c6d9e8f5ce8766f86abf7e19a099f9ed (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
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<node name="/">
	<interface name="org.ayatana.indicator.custom.NotificationWatcher">

<!-- Properties -->
		<!-- None currently -->

<!-- Methods -->
		<method name="RegisterService">
		    <annotation name="org.freedesktop.DBus.GLib.Async" value="true" />
			<arg type="s" name="service" direction="in" />
		</method>
		<method name="RegisteredServices">
			<arg type="as" name="services" direction="out" />
		</method>
		<method name="ProtocolVersion">
			<arg type="s" name="version" direction="out" />
		</method>
		<method name="RegisterNotificationHost">
			<arg type="s" name="service" direction="in" />
		</method>
		<method name="IsNotificationHostRegistered">
			<arg type="b" name="hasHost" direction="out" />
		</method>

<!-- Signals -->
		<signal name="ServiceRegistered">
			<arg type="s" name="service" direction="out" />
		</signal>
		<signal name="ServiceUnregistered">
			<arg type="s" name="service" direction="out" />
		</signal>
		<signal name="NotificationHostRegistered">
		</signal>
		<signal name="NotificationHostUnregistered">
		</signal>

	</interface>
</node>