File: example-service.xml

package info (click to toggle)
dbus-glib 0.102-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,204 kB
  • ctags: 2,220
  • sloc: ansic: 23,360; sh: 11,545; makefile: 607; xml: 532
file content (19 lines) | stat: -rw-r--r-- 408 bytes parent folder | download | duplicates (11)
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 name="/">
  <interface name="org.designfu.SampleInterface">
    <method name="HelloWorld">
      <arg type="s"/>
      <arg type="as" direction="out"/>
    </method>

    <method name="GetTuple">
      <arg type="(ss)" direction="out" />
    </method>

    <method name="GetDict">
      <arg type="a{ss}" direction="out"/>
    </method>

  </interface>
</node>