File: org.example.PingPong.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 (21 lines) | stat: -rw-r--r-- 517 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
<?xml version="1.0"?>
<node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">
  <!--
      org.example.PingPong:
  -->
  <interface name="org.example.PingPong">

    <method name="Ping">
      <arg type="s" name="name" direction="in"/>
      <arg type="s" name="pong" direction="out"/>
    </method>

    <signal name="Reloading">
      <arg type="b" name="active"/>
      <arg type="a{sv}" name="options"/>
    </signal>

    <property name="Version" type="s" access="read"/>

  </interface>
</node>