blob: a3a548781f0b4eccf59b5f8f60074c0184a69c68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8"?>
<node>
<interface name="com.canonical.Unity.Greeter.Broadcast">
<!-- From the Greeter -->
<method name="RequestApplicationStart">
<arg type="s" name="username" direction="in" />
<arg type="s" name="appId" direction="in" />
</method>
<!-- To the Session -->
<signal name="StartApplication">
<arg type="s" name="username" direction="out" />
<arg type="s" name="appId" direction="out" />
</signal>
<!-- Other -->
</interface>
</node>
|