summaryrefslogtreecommitdiff
path: root/common/gdm-settings.xml
blob: 69d9b3350d7132bc0592052e1de5ed573287f961 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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/Settings">
  <interface name="org.gnome.DisplayManager.Settings">
    <method name="GetValue">
      <arg name="key" direction="in" type="s"/>
      <arg name="value" direction="out" type="s"/>
    </method>
    <method name="SetValue">
      <arg name="key" direction="in" type="s"/>
      <arg name="value" direction="in" type="s"/>
    </method>
    <signal name="ValueChanged">
      <arg name="key" type="s"/>
      <arg name="old_value" type="s"/>
      <arg name="new_value" type="s"/>
    </signal>
  </interface>
</node>