source: proiecte/PPPP/gdm/common/gdm-settings.xml @ 134

Last change on this file since 134 was 134, checked in by (none), 14 years ago

gdm sources with the modifications for webcam

File size: 711 bytes
Line 
1<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
2<node name="/org/gnome/DisplayManager/Settings">
3  <interface name="org.gnome.DisplayManager.Settings">
4    <method name="GetValue">
5      <arg name="key" direction="in" type="s"/>
6      <arg name="value" direction="out" type="s"/>
7    </method>
8    <method name="SetValue">
9      <arg name="key" direction="in" type="s"/>
10      <arg name="value" direction="in" type="s"/>
11    </method>
12    <signal name="ValueChanged">
13      <arg name="key" type="s"/>
14      <arg name="old_value" type="s"/>
15      <arg name="new_value" type="s"/>
16    </signal>
17  </interface>
18</node>
Note: See TracBrowser for help on using the repository browser.