summaryrefslogtreecommitdiff
path: root/plugins/xrandr/gsd-xrandr-manager.xml
blob: 365a5528f85407e9667d71323da9e3cbf8008d65 (plain)
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.SettingsDaemon.XRANDR">
    <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="gsd_xrandr_manager"/>
    <method name="ApplyConfiguration">
      <!-- This method is implemented, but deprecated in favor of the
      same method in the XRANDR-2 interface defined below. -->
    </method>
  </interface>

  <interface name="org.gnome.SettingsDaemon.XRANDR_2">
    <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="gsd_xrandr_manager_2"/>
    <method name="ApplyConfiguration">
      <!-- transient-parent window for the confirmation dialog; use 0
      for no parent -->
      <arg name="parent_window_id" type="x" direction="in"/>

      <!-- Timestamp used to present the confirmation dialog and (in
      the future) for the RANDR calls themselves -->
      <arg name="timestamp" type="x" direction="in"/>
    </method>
  </interface>
</node>