summaryrefslogtreecommitdiffstats
path: root/test/glib/test-service-glib.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/glib/test-service-glib.xml')
-rw-r--r--test/glib/test-service-glib.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/test/glib/test-service-glib.xml b/test/glib/test-service-glib.xml
new file mode 100644
index 00000000..223bf67f
--- /dev/null
+++ b/test/glib/test-service-glib.xml
@@ -0,0 +1,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>