summaryrefslogtreecommitdiffstats
path: root/test/glib/test-service-glib.xml
blob: 223bf67f4566729167bdd9e20876962a9d7abbe1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8" ?>

<node name="/org/freedesktop/DBus/Tests/MyTestObject">

  <interface name="org.freedesktop.DBus.Tests.MyObject" c_name="my_object">

    <method name="DoNothing" c_name="my_object_do_nothing">
    </method>

    <method name="Increment" c_name="my_object_increment">
      <arg type="uint32" name="x" />
      <arg type="uint32" direction="out" />
    </method>

    <method name="ThrowError" c_name="my_object_throw_error">
    </method>

    <method name="Uppercase" c_name="my_object_uppercase">
      <arg type="string" direction="in" />
      <arg type="string" direction="out" />
    </method>

    <method name="ManyArgs" c_name="my_object_many_args">
      <arg type="uint32" name="x" direction="in" />
      <arg type="string" name="str" direction="in" />
      <arg type="double" name="trouble" direction="in" />
      <arg type="double" name="d_ret" direction="out" />
      <arg type="string" name="str_ret" direction="out" />
    </method>

  </interface>

</node>