util/examples/dbus/remotecontrolledcar/controller/car.xml
author eckhart.koppen@nokia.com
Wed, 31 Mar 2010 11:06:36 +0300
changeset 7 f7bc934e204c
permissions -rw-r--r--
5cabc75a39ca2f064f70b40f72ed93c74c4dc19b

<!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>