Files
pilotclient/samples/dbusclient/dbus/aircraftmanager.xml
Roland Winklmeier efacac77eb refs #42
- Added DBus handler interface
- Added more complex flow to both samples
- Added custom class to be transfered
2013-08-07 01:32:13 +02:00

9 lines
398 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>
<interface name="org.vatsim.pilotClient.AircraftManager">
<property name="aircraftList" type="a(ii)" access="read">
<annotation name="org.qtproject.QtDBus.QtTypeName" value="CRemoteAircraftList"/>
</property>
</interface>
</node>