1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
<?xml version="1.0" encoding="UTF-8" ?>
<node>
<interface name="org.gnome.VinoScreen">
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="vino_dbus_listener"/>
<method name="GetInternalData">
<arg name="hostname" direction="out" type="s"/>
<arg name="avahi_hostname" direction="out" type="s"/>
<arg name="port" direction="out" type="i"/>
</method>
<method name="GetExternalPort">
<arg name="port" direction="out" type="i"/>
</method>
<method name="ShareWithTube">
<arg name="connection" direction="in" type="o"/>
<arg name="tube" direction="in" type="o"/>
<arg name="properties" direction="in" type="a{sv}"/>
</method>
<signal name="ServerInfoChanged">
</signal>
</interface>
</node>
|