]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - doc/tmpl/user.sgml
732fa76c9eadef820f9c07978abdcc2f72795d98
[sojka/lightdm.git] / doc / tmpl / user.sgml
1 <!-- ##### SECTION Title ##### -->
2 LdmUser
3
4 <!-- ##### SECTION Short_Description ##### -->
5 Information about a user
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9 Object containing information about a user present on this system. #LdmUser objects are not created by the user, but provided by the #LdmGreeter object.
10 </para>
11 <para>
12 A user has the following properties:
13 <itemizedlist>
14 <listitem>
15     <para>The user name is used to refer to this user.</para>
16 </listitem>
17 <listitem>
18     <para>The real name is the name of the person that owns this user account.</para>
19 </listitem>
20 <listitem>
21     <para>The display name provides text to use for the user label.</para>
22 </listitem>
23 <listitem>
24     <para>The image URI provides an image to use for the user.</para>
25 </listitem>
26 </itemizedlist>
27 </para>
28
29 <!-- ##### SECTION See_Also ##### -->
30 <para>
31 </para>
32
33 <!-- ##### SECTION Stability_Level ##### -->
34
35
36 <!-- ##### SECTION Image ##### -->
37
38
39 <!-- ##### STRUCT LdmUser ##### -->
40 <para>
41
42 </para>
43
44
45 <!-- ##### ARG LdmUser:display-name ##### -->
46 <para>
47
48 </para>
49
50 <!-- ##### ARG LdmUser:image ##### -->
51 <para>
52
53 </para>
54
55 <!-- ##### ARG LdmUser:logged-in ##### -->
56 <para>
57
58 </para>
59
60 <!-- ##### ARG LdmUser:name ##### -->
61 <para>
62
63 </para>
64
65 <!-- ##### ARG LdmUser:real-name ##### -->
66 <para>
67
68 </para>
69
70 <!-- ##### FUNCTION ldm_user_get_name ##### -->
71 <para>
72
73 </para>
74
75 @user: 
76 @Returns: 
77
78
79 <!-- ##### FUNCTION ldm_user_get_real_name ##### -->
80 <para>
81
82 </para>
83
84 @user: 
85 @Returns: 
86
87
88 <!-- ##### FUNCTION ldm_user_get_display_name ##### -->
89 <para>
90
91 </para>
92
93 @user: 
94 @Returns: 
95
96
97 <!-- ##### FUNCTION ldm_user_get_image ##### -->
98 <para>
99
100 </para>
101
102 @user: 
103 @Returns: 
104
105
106 <!-- ##### FUNCTION ldm_user_get_logged_in ##### -->
107 <para>
108
109 </para>
110
111 @user: 
112 @Returns: 
113
114