mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-26 14:17:05 +08:00
11 lines
378 B
XML
11 lines
378 B
XML
|
<!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>
|