File: interfaces.xml

package info (click to toggle)
lomiri 0.5.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,088 kB
  • sloc: cpp: 39,498; python: 2,559; javascript: 1,426; ansic: 1,012; sh: 289; xml: 252; makefile: 69
file content (18 lines) | stat: -rw-r--r-- 590 bytes parent folder | download | duplicates (4)
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>