File: org.example.Foo.xml

package info (click to toggle)
libdex 1.1~alpha-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,380 kB
  • sloc: ansic: 15,259; python: 550; asm: 226; xml: 39; makefile: 15; sh: 6; javascript: 6
file content (26 lines) | stat: -rw-r--r-- 722 bytes parent folder | download
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
<?xml version="1.0"?>
<node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">
  <interface name="org.example.EmptyInterface">
  </interface>

  <interface name="org.example.Foo">
    <method name="Foo">
    </method>
    <method name="Bar">
      <arg type="aay" name="i1" direction="in"/>
      <arg type="u" name="i2" direction="in"/>
      <arg type="u" name="o1" direction="out"/>
      <arg type="a{sv}" name="o2" direction="out"/>
    </method>
    <signal name="Baz">
      <arg type="u" name="s1"/>
      <arg type="a{sv}" name="s2"/>
    </signal>
    <method name="EmitFooBar">
    </method>
    <signal name="FooBar">
    </signal>
    <method name="Fiber">
    </method>
  </interface>
</node>