summaryrefslogtreecommitdiffstats
path: root/glib/examples/statemachine/statemachine-server.xml
blob: fe9caaf7d9ec407391d42f5444082289b3af6ba3 (plain)
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>