source: proiecte/PPPP/gdm/daemon/gdm-display.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: 1.6 KB
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>
3  <interface name="org.gnome.DisplayManager.Display">
4    <method name="GetId">
5      <arg name="id" direction="out" type="o"/>
6    </method>
7    <method name="GetX11DisplayName">
8      <arg name="name" direction="out" type="s"/>
9    </method>
10    <method name="GetX11DisplayNumber">
11      <arg name="name" direction="out" type="i"/>
12    </method>
13    <method name="GetX11Cookie">
14      <arg name="x11_cookie" direction="out" type="ay"/>
15    </method>
16    <method name="GetX11AuthorityFile">
17      <arg name="filename" direction="out" type="s"/>
18    </method>
19    <method name="GetSeatId">
20      <arg name="filename" direction="out" type="s"/>
21    </method>
22    <method name="GetRemoteHostname">
23      <arg name="hostname" direction="out" type="s"/>
24    </method>
25    <method name="IsLocal">
26      <arg name="local" direction="out" type="b"/>
27    </method>
28    <method name="AddUserAuthorization">
29      <arg name="username" direction="in" type="s"/>
30      <arg name="filename" direction="out" type="s"/>
31    </method>
32    <method name="RemoveUserAuthorization">
33      <arg name="username" direction="in" type="s"/>
34    </method>
35    <method name="SetSlaveBusName">
36      <arg name="name" direction="in" type="s"/>
37    </method>
38    <method name="GetTimedLoginDetails">
39      <arg name="enabled" direction="out" type="b"/>
40      <arg name="username" direction="out" type="s"/>
41      <arg name="delay" direction="out" type="i"/>
42    </method>
43  </interface>
44</node>
Note: See TracBrowser for help on using the repository browser.