mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
- Added DBus handler interface - Added more complex flow to both samples - Added custom class to be transfered
12 lines
416 B
XML
12 lines
416 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.FsdClient">
|
|
<signal name="connectedTo">
|
|
<arg name="host" type="s" direction="out"/>
|
|
</signal>
|
|
<method name="connectTo">
|
|
<arg name="host" type="s" direction="in"/>
|
|
</method>
|
|
</interface>
|
|
</node>
|