File: statemachine-server.xml

package info (click to toggle)
dbus-glib 0.114-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,096 kB
  • sloc: ansic: 23,493; sh: 4,634; makefile: 630; xml: 441
file content (14 lines) | stat: -rw-r--r-- 351 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8" ?>

<node name="/">
  <interface name="com.example.StateMachineServer">
    <method name="CreateMachine">
      <arg type="s" name="name" direction="in"/>
    </method>

    <method name="GetMachines">
      <arg type="ao" direction="out"/>
    </method>
    <signal name="MachineCreated"/>
  </interface>
</node>