~ubuntu-branches/debian/stretch/lightdm/stretch

« back to all changes in this revision

Viewing changes to doc/html/lightdm-gobject-1-Sessions.html

  • Committer: Package Import Robot
  • Author(s): Yves-Alexis Perez
  • Date: 2013-10-20 20:45:55 UTC
  • mfrom: (1.1.17)
  • Revision ID: package-import@ubuntu.com-20131020204555-0ht6bt0lw5bof9fn
Tags: 1.8.2-1
* New upstream release.
* debian/patches:
  - 01_set-default-path, 02_default-config, 05_debianize-pam-files
    refreshed.
  - 03_quit-plymouth disabled for now, to check if problem is really fixed
    upstream.
* debian/control:
  - rename liblightdm-qt-2-0 to liblightdm-qt-3-0 to match updated soname.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
<pre class="synopsis">
41
41
#include &lt;lightdm.h&gt;
42
42
 
 
43
<a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *             <a class="link" href="lightdm-gobject-1-Sessions.html#lightdm-get-remote-sessions" title="lightdm_get_remote_sessions ()">lightdm_get_remote_sessions</a>         (<em class="parameter"><code><span class="type">void</span></code></em>);
43
44
<a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *             <a class="link" href="lightdm-gobject-1-Sessions.html#lightdm-get-sessions" title="lightdm_get_sessions ()">lightdm_get_sessions</a>                (<em class="parameter"><code><span class="type">void</span></code></em>);
44
45
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="lightdm-gobject-1-Sessions.html#lightdm-session-get-key" title="lightdm_session_get_key ()">lightdm_session_get_key</a>             (<em class="parameter"><code><span class="type">LightDMSession</span> *session</code></em>);
 
46
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="lightdm-gobject-1-Sessions.html#lightdm-session-get-session-type" title="lightdm_session_get_session_type ()">lightdm_session_get_session_type</a>    (<em class="parameter"><code><span class="type">LightDMSession</span> *session</code></em>);
45
47
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="lightdm-gobject-1-Sessions.html#lightdm-session-get-name" title="lightdm_session_get_name ()">lightdm_session_get_name</a>            (<em class="parameter"><code><span class="type">LightDMSession</span> *session</code></em>);
46
48
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="lightdm-gobject-1-Sessions.html#lightdm-session-get-comment" title="lightdm_session_get_comment ()">lightdm_session_get_comment</a>         (<em class="parameter"><code><span class="type">LightDMSession</span> *session</code></em>);
47
49
</pre>
55
57
<div class="refsect1">
56
58
<a name="lightdm-gobject-1-Sessions.details"></a><h2>Details</h2>
57
59
<div class="refsect2">
 
60
<a name="lightdm-get-remote-sessions"></a><h3>lightdm_get_remote_sessions ()</h3>
 
61
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *             lightdm_get_remote_sessions         (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 
62
<p>
 
63
Get the available remote sessions.
 
64
</p>
 
65
<div class="variablelist"><table border="0" class="variablelist">
 
66
<colgroup>
 
67
<col align="left" valign="top">
 
68
<col>
 
69
</colgroup>
 
70
<tbody><tr>
 
71
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
72
<td>A list of <span class="type">LightDMSession</span>. <span class="annotation">[<a href="http://foldoc.org/element-type"><span class="acronym">element-type</span></a> LightDMSession][<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
 
73
</td>
 
74
</tr></tbody>
 
75
</table></div>
 
76
</div>
 
77
<hr>
 
78
<div class="refsect2">
58
79
<a name="lightdm-get-sessions"></a><h3>lightdm_get_sessions ()</h3>
59
80
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *             lightdm_get_sessions                (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
60
81
<p>
99
120
</div>
100
121
<hr>
101
122
<div class="refsect2">
 
123
<a name="lightdm-session-get-session-type"></a><h3>lightdm_session_get_session_type ()</h3>
 
124
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       lightdm_session_get_session_type    (<em class="parameter"><code><span class="type">LightDMSession</span> *session</code></em>);</pre>
 
125
<p>
 
126
Get the type a session
 
127
</p>
 
128
<div class="variablelist"><table border="0" class="variablelist">
 
129
<colgroup>
 
130
<col align="left" valign="top">
 
131
<col>
 
132
</colgroup>
 
133
<tbody>
 
134
<tr>
 
135
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
 
136
<td>A <span class="type">LightDMSession</span>
 
137
</td>
 
138
</tr>
 
139
<tr>
 
140
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
141
<td>The session type, e.g. x or mir</td>
 
142
</tr>
 
143
</tbody>
 
144
</table></div>
 
145
</div>
 
146
<hr>
 
147
<div class="refsect2">
102
148
<a name="lightdm-session-get-name"></a><h3>lightdm_session_get_name ()</h3>
103
149
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       lightdm_session_get_name            (<em class="parameter"><code><span class="type">LightDMSession</span> *session</code></em>);</pre>
104
150
<p>