source: proiecte/PPPP/gdm/daemon/gdm-manager.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: 529 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/Manager">
3  <interface name="org.gnome.DisplayManager.Manager">
4    <method name="GetDisplays">
5      <arg name="displays" direction="out" type="ao"/>
6    </method>
7    <signal name="DisplayAdded">
8      <arg name="id" type="o"/>
9    </signal>
10    <signal name="DisplayRemoved">
11      <arg name="id" type="o"/>
12    </signal>
13  </interface>
14</node>
Note: See TracBrowser for help on using the repository browser.