~ubuntu-branches/ubuntu/utopic/lasso/utopic-proposed

« back to all changes in this revision

Viewing changes to docs/reference/lasso/html/lasso-LassoSamlp2LogoutRequest.html

  • Committer: Package Import Robot
  • Author(s): Frederic Peters
  • Date: 2014-01-07 13:22:21 UTC
  • mfrom: (1.1.11) (7.1.14 sid)
  • Revision ID: package-import@ubuntu.com-20140107132221-htp0go0s9z5lqvj8
Tags: 2.4.0-1
* New upstream version.
* debian/control, debian/rules: use autoreconf
* debian/source/version: switch to 3.0 (quilt)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>LassoSamlp2LogoutRequest</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
<link rel="home" href="index.html" title="Lasso Reference Manual">
8
8
<link rel="up" href="xml-samlv2.html" title="Objects from SAML 2.0 schemas">
9
9
<link rel="prev" href="lasso-LassoSamlp2IDPList.html" title="LassoSamlp2IDPList">
10
10
<link rel="next" href="lasso-LassoSamlp2LogoutResponse.html" title="LassoSamlp2LogoutResponse">
11
 
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
39
39
<a name="lasso-LassoSamlp2LogoutRequest.synopsis"></a><h2>Synopsis</h2>
40
40
<pre class="synopsis">struct              <a class="link" href="lasso-LassoSamlp2LogoutRequest.html#LassoSamlp2LogoutRequest" title="struct LassoSamlp2LogoutRequest">LassoSamlp2LogoutRequest</a>;
41
41
<a class="link" href="lasso-node.html#LassoNode" title="struct LassoNode"><span class="returnvalue">LassoNode</span></a> *         <a class="link" href="lasso-LassoSamlp2LogoutRequest.html#lasso-samlp2-logout-request-new" title="lasso_samlp2_logout_request_new ()">lasso_samlp2_logout_request_new</a>     (<em class="parameter"><code><span class="type">void</span></code></em>);
42
 
<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="lasso-LassoSamlp2LogoutRequest.html#lasso-samlp2-logout-request-get-session-indexes" title="lasso_samlp2_logout_request_get_session_indexes ()">lasso_samlp2_logout_request_get_session_indexes</a>
 
42
<span class="returnvalue">GList</span> *             <a class="link" href="lasso-LassoSamlp2LogoutRequest.html#lasso-samlp2-logout-request-get-session-indexes" title="lasso_samlp2_logout_request_get_session_indexes ()">lasso_samlp2_logout_request_get_session_indexes</a>
43
43
                                                        (<em class="parameter"><code><a class="link" href="lasso-LassoSamlp2LogoutRequest.html#LassoSamlp2LogoutRequest" title="struct LassoSamlp2LogoutRequest"><span class="type">LassoSamlp2LogoutRequest</span></a> *logout_request</code></em>);
44
44
<span class="returnvalue">void</span>                <a class="link" href="lasso-LassoSamlp2LogoutRequest.html#lasso-samlp2-logout-request-set-session-indexes" title="lasso_samlp2_logout_request_set_session_indexes ()">lasso_samlp2_logout_request_set_session_indexes</a>
45
45
                                                        (<em class="parameter"><code><a class="link" href="lasso-LassoSamlp2LogoutRequest.html#LassoSamlp2LogoutRequest" title="struct LassoSamlp2LogoutRequest"><span class="type">LassoSamlp2LogoutRequest</span></a> *logout_request</code></em>,
46
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *session_index</code></em>);
 
46
                                                         <em class="parameter"><code><span class="type">GList</span> *session_index</code></em>);
47
47
</pre>
48
48
</div>
49
49
<div class="refsect1">
51
51
<p>
52
52
</p>
53
53
<div class="figure">
54
 
<a name="id3162567"></a><p class="title"><b>Figure 75. Schema fragment for samlp2:LogoutRequest</b></p>
 
54
<a name="idp16592592"></a><p class="title"><b>Figure 75. Schema fragment for samlp2:LogoutRequest</b></p>
55
55
<div class="figure-contents"><pre class="programlisting">
56
56
 
57
57
&lt;complexType name="LogoutRequestType"&gt;
114
114
<hr>
115
115
<div class="refsect2">
116
116
<a name="lasso-samlp2-logout-request-get-session-indexes"></a><h3>lasso_samlp2_logout_request_get_session_indexes ()</h3>
117
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *             lasso_samlp2_logout_request_get_session_indexes
 
117
<pre class="programlisting"><span class="returnvalue">GList</span> *             lasso_samlp2_logout_request_get_session_indexes
118
118
                                                        (<em class="parameter"><code><a class="link" href="lasso-LassoSamlp2LogoutRequest.html#LassoSamlp2LogoutRequest" title="struct LassoSamlp2LogoutRequest"><span class="type">LassoSamlp2LogoutRequest</span></a> *logout_request</code></em>);</pre>
119
119
<p>
120
120
If the logout request contains more than one SessionIndex element, this method must be used to
130
130
</tr>
131
131
<tr>
132
132
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
133
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of sessions index. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
 
133
<td>a <span class="type">GList</span> of sessions index. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
134
134
</td>
135
135
</tr>
136
136
</tbody>
141
141
<a name="lasso-samlp2-logout-request-set-session-indexes"></a><h3>lasso_samlp2_logout_request_set_session_indexes ()</h3>
142
142
<pre class="programlisting"><span class="returnvalue">void</span>                lasso_samlp2_logout_request_set_session_indexes
143
143
                                                        (<em class="parameter"><code><a class="link" href="lasso-LassoSamlp2LogoutRequest.html#LassoSamlp2LogoutRequest" title="struct LassoSamlp2LogoutRequest"><span class="type">LassoSamlp2LogoutRequest</span></a> *logout_request</code></em>,
144
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *session_index</code></em>);</pre>
 
144
                                                         <em class="parameter"><code><span class="type">GList</span> *session_index</code></em>);</pre>
145
145
<p>
146
146
If you want to set more than one SessionIndex on a LogoutRequest, use this method. Beware that
147
147
the public field named SessionIndex corresponds to the last element in this list. This is an
166
166
</div>
167
167
<div class="footer">
168
168
<hr>
169
 
          Generated by GTK-Doc V1.17</div>
 
169
          Generated by GTK-Doc V1.18</div>
170
170
</body>
171
171
</html>
 
 
b'\\ No newline at end of file'