summaryrefslogtreecommitdiffstats
path: root/glib/examples/example-service.xml
blob: 9c39bb05dc066534246f50e2acdc992f5b407761 (plain)
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>