summaryrefslogtreecommitdiffstats
path: root/examples/dbus/remotecontrolledcar/common/car.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dbus/remotecontrolledcar/common/car.xml')
-rw-r--r--examples/dbus/remotecontrolledcar/common/car.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/dbus/remotecontrolledcar/common/car.xml b/examples/dbus/remotecontrolledcar/common/car.xml
new file mode 100644
index 0000000000..ea9a000bb8
--- /dev/null
+++ b/examples/dbus/remotecontrolledcar/common/car.xml
@@ -0,0 +1,10 @@
+<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
+ "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
+<node name="/com/trollech/examples/car">
+ <interface name="org.example.Examples.CarInterface">
+ <method name="accelerate"/>
+ <method name="decelerate"/>
+ <method name="turnLeft"/>
+ <method name="turnRight"/>
+ </interface>
+</node>