1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
<node>
<interface name="com.lomiri.Shell.Greeter.Broadcast">
<method name="RequestUrlStart">
<arg name="username" type="s" direction="in" />
<arg name="url" type="s" direction="in" />
</method>
<method name="RequestHomeShown">
<arg name="username" type="s" direction="in" />
</method>
<signal name="StartUrl">
<arg name="username" type="s" direction="out" />
<arg name="url" type="s" direction="out" />
</signal>
<signal name="ShowHome">
<arg name="username" type="s" direction="out" />
</signal>
</interface>
</node>
|