File: dbus-interface.xml

package info (click to toggle)
vino 3.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 5,968 kB
  • sloc: ansic: 23,704; sh: 11,153; makefile: 355; xml: 16
file content (16 lines) | stat: -rw-r--r-- 564 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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>
    <signal name="ServerInfoChanged">
    </signal>
  </interface>
</node>