aboutsummaryrefslogtreecommitdiff
path: root/data/com.canonical.Unity.Greeter.Broadcast.xml
blob: 5a4276ae914b5347d248ab9bc9ef2630069ac234 (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
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8"?>
<node>
	<interface name="com.canonical.Unity.Greeter.Broadcast">
		<!-- From the Greeter -->
		<method name="RequestUrlStart">
			<arg type="s" name="username" direction="in" />
			<arg type="s" name="url" direction="in" />
		</method>

		<method name="RequestHomeShown">
			<arg type="s" name="username" direction="in" />
		</method>

		<method name="RequestSoundPlayPause">
			<arg type="s" name="username" direction="in" />
		</method>

		<method name="RequestSoundNext">
			<arg type="s" name="username" direction="in" />
		</method>

		<method name="RequestSoundPrev">
			<arg type="s" name="username" direction="in" />
		</method>

		<!-- To the Session -->
		<signal name="StartUrl">
			<arg type="s" name="username" direction="out" />
			<arg type="s" name="url" direction="out" />
		</signal>

		<signal name="ShowHome">
			<arg type="s" name="username" direction="out" />
		</signal>

		<signal name="SoundPlayPause">
			<arg type="s" name="username" direction="out" />
		</signal>

		<signal name="SoundNext">
			<arg type="s" name="username" direction="out" />
		</signal>

		<signal name="SoundPrev">
			<arg type="s" name="username" direction="out" />
		</signal>

		<!-- Other -->
	</interface>
</node>