aboutsummaryrefslogtreecommitdiff
path: root/src/notification-approver.xml
blob: e7ba780d89361787e447a288bed658233d73859b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<node name="/">
	<interface name="org.ayatana.StatusNotifierApprover">

<!-- Methods -->
		<method name="ApproveItem">
			<!-- KSNI ID -->
			<arg type="s" name="id" direction="in" />
			<!-- KSNI Category -->
			<arg type="s" name="category" direction="in" />
			<!-- Application PID -->
			<arg type="u" name="pid" direction="in" />
			<!-- Application DBus Address -->
			<arg type="s" name="address" direction="in" />
			<!-- Application DBus Path for KSNI interface -->
			<arg type="o" name="path" direction="in" />
			<!-- So, what do you think? -->
			<arg type="s" name="approved" direction="out" />
		</method>

	</interface>
</node>