aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata-qt/dbus-adaptors/THIS.IS.A.STRANGE.FILENAME.CAR.XML
blob: 6d8c9d19f2ef660b11c3220a52e53aad2843158a (plain)
1
2
3
4
5
6
7
8
9
10
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="org.example.Examples.CarInterface">
		<method name="accelerate"/>
		<method name="decelerate"/>
		<method name="turnLeft"/>
		<method name="turnRight"/>
		<signal name="crashed"/>
	</interface>
</node>