summaryrefslogtreecommitdiff
path: root/daemon/gdm-manager.xml
blob: c59834e76545d24ef23cfd0c63ac1a5a67b79e95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!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/Manager">
  <interface name="org.gnome.DisplayManager.Manager">
    <method name="GetDisplays">
      <arg name="displays" direction="out" type="ao"/>
    </method>
    <signal name="DisplayAdded">
      <arg name="id" type="o"/>
    </signal>
    <signal name="DisplayRemoved">
      <arg name="id" type="o"/>
    </signal>
  </interface>
</node>