File: gdm-display.xml

package info (click to toggle)
gdm3 49.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,060 kB
  • sloc: ansic: 31,633; sh: 1,637; xml: 539; makefile: 72
file content (23 lines) | stat: -rw-r--r-- 811 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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.gnome.DisplayManager.Display">
    <method name="GetId">
      <arg name="id" direction="out" type="o"/>
    </method>
    <method name="GetX11DisplayName">
      <arg name="name" direction="out" type="s"/>
    </method>
    <method name="GetSeatId">
      <arg name="filename" direction="out" type="s"/>
    </method>
    <method name="IsInitial">
      <arg name="initial" direction="out" type="b"/>
    </method>
    <method name="GetRemoteHostname">
      <arg name="hostname" direction="out" type="s"/>
    </method>
    <method name="IsLocal">
      <arg name="local" direction="out" type="b"/>
    </method>
  </interface>
</node>