File: dbus-interface.xml

package info (click to toggle)
vino 2.28.2-2%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 5,708 kB
  • ctags: 4,001
  • sloc: ansic: 25,853; sh: 10,249; makefile: 360; xml: 21
file content (21 lines) | stat: -rw-r--r-- 775 bytes parent folder | download
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>