File: gdm-remote-display-factory.xml

package info (click to toggle)
gdm3 48.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 9,852 kB
  • sloc: ansic: 30,730; sh: 1,730; xml: 539; makefile: 81
file content (8 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/org/gnome/DisplayManager/RemoteDisplayFactory">
  <interface name="org.gnome.DisplayManager.RemoteDisplayFactory">
    <method name="CreateRemoteDisplay">
      <arg name="remote_id" direction="in" type="o"/>
    </method>
  </interface>
</node>