aboutsummaryrefslogtreecommitdiff
path: root/src/notification-item.xml
blob: bcc3a4a2ef9c92fee306d975c2d5f0b6e9094fc5 (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
<?xml version="1.0" encoding="UTF-8"?>
<node name="/StatusNotifierItem">
	<interface name="org.freedesktop.StatusNotifierItem">

<!-- Properties -->
		<property name="Id" type="s" access="read" />
		<property name="Category" type="s" access="read" />
		<property name="Status" type="s" access="read" />
		<property name="IconName" type="s" access="read" />
		<property name="AttentionIconName" type="s" access="read" />
		<!-- An additional path to add to the theme search path
		     to find the icons specified above. -->
		<property name="IconThemePath" type="s" access="read" />
		<property name="Menu" type="o" access="read" />

<!-- Methods -->
		<!-- None currently -->

<!-- Signals -->
		<signal name="NewIcon">
		</signal>
		<signal name="NewAttentionIcon">
		</signal>
		<signal name="NewStatus">
			<arg type="s" name="status" direction="out" />
		</signal>

	</interface>
</node>