source: proiecte/PPPP/gdm/daemon/gdm-local-display-factory.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: 620 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/LocalDisplayFactory">
3  <interface name="org.gnome.DisplayManager.LocalDisplayFactory">
4    <method name="CreateProductDisplay">
5      <arg name="parent_display_id" direction="in" type="o"/>
6      <arg name="relay_address" direction="in" type="s"/>
7      <arg name="id" direction="out" type="o"/>
8    </method>
9    <method name="CreateTransientDisplay">
10      <arg name="id" direction="out" type="o"/>
11    </method>
12  </interface>
13</node>
Note: See TracBrowser for help on using the repository browser.