summaryrefslogtreecommitdiffstats
path: root/examples/dbus/remotecontrolledcar/common/car.xml
blob: ea9a000bb80a3a91ee441d4c5e46c944708e7b20 (plain)
1
2
3
4
5
6
7
8
9
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>