diff options
Diffstat (limited to 'examples/dbus/remotecontrolledcar/car/car.xml')
-rw-r--r-- | examples/dbus/remotecontrolledcar/car/car.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/dbus/remotecontrolledcar/car/car.xml b/examples/dbus/remotecontrolledcar/car/car.xml new file mode 100644 index 0000000..641c698 --- /dev/null +++ b/examples/dbus/remotecontrolledcar/car/car.xml @@ -0,0 +1,11 @@ +<!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="com.trolltech.Examples.CarInterface"> + <method name="accelerate"/> + <method name="decelerate"/> + <method name="turnLeft"/> + <method name="turnRight"/> + <signal name="crashed"/> + </interface> +</node>
\ No newline at end of file |