~ubuntu-branches/ubuntu/intrepid/lasso/intrepid

« back to all changes in this revision

Viewing changes to docs/reference/html/LassoLibStatusResponse.html

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-07-11 10:01:32 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060711100132-e50ymjc54bsizza6
Tags: 0.6.5-2ubuntu1
* Synchronize with Debian unstable.
* Convert to updated Python policy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html>
2
 
<head>
3
 
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4
 
<title>LassoLibStatusResponse</title>
5
 
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
6
 
<link rel="start" href="index.html" title="Lasso Reference Manual">
7
 
<link rel="up" href="xml.html" title="Schemas">
8
 
<link rel="prev" href="LassoLibScoping.html" title="LassoLibScoping">
9
 
<link rel="next" href="LassoLibSubject.html" title="LassoLibSubject">
10
 
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
11
 
<link rel="stylesheet" href="style.css" type="text/css">
12
 
<link rel="chapter" href="lasso.html" title="Lasso &amp; Liberty Alliance Overview">
13
 
<link rel="chapter" href="architecture.html" title="Lasso Architecture">
14
 
<link rel="chapter" href="idff.html" title="Identity Federation Framework">
15
 
<link rel="chapter" href="idwsf.html" title="Identity Web Services Framework">
16
 
<link rel="chapter" href="xml.html" title="Schemas">
17
 
<link rel="chapter" href="misc.html" title="Misc">
18
 
</head>
19
 
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
20
 
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
21
 
<td><a accesskey="p" href="LassoLibScoping.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
22
 
<td><a accesskey="u" href="xml.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
23
 
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
24
 
<th width="100%" align="center">Lasso Reference Manual</th>
25
 
<td><a accesskey="n" href="LassoLibSubject.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
26
 
</tr></table>
27
 
<div class="refentry" lang="en">
28
 
<a name="LassoLibStatusResponse"></a><div class="titlepage"></div>
29
 
<div class="refnamediv"><table width="100%"><tr>
30
 
<td valign="top">
31
 
<h2><span class="refentrytitle">LassoLibStatusResponse</span></h2>
32
 
<p>LassoLibStatusResponse &#8212; </p>
33
 
</td>
34
 
<td valign="top" align="right"></td>
35
 
</tr></table></div>
36
 
<div class="refsynopsisdiv">
37
 
<h2>Synopsis</h2>
38
 
<pre class="synopsis">
39
 
 
40
 
#include &lt;lasso/lasso.h&gt;
41
 
 
42
 
 
43
 
            <a href="LassoLibStatusResponse.html#LassoLibStatusResponse-struct">LassoLibStatusResponse</a>;
44
 
<a href="LassoNode.html" title="LassoNode">LassoNode</a>*  <a href="LassoLibStatusResponse.html#lasso-lib-status-response-new">lasso_lib_status_response_new</a>   (void);
45
 
 
46
 
</pre>
47
 
</div>
48
 
<div class="refsect1" lang="en">
49
 
<a name="id2572785"></a><h2>Object Hierarchy</h2>
50
 
<pre class="synopsis">
51
 
 
52
 
  <GTKDOCLINK HREF="GObject">GObject</GTKDOCLINK>
53
 
   +----<a href="LassoNode.html" title="LassoNode">LassoNode</a>
54
 
         +----<a href="LassoSamlpResponseAbstract.html" title="LassoSamlpResponseAbstract">LassoSamlpResponseAbstract</a>
55
 
               +----LassoLibStatusResponse
56
 
                     +----<a href="LassoLibLogoutResponse.html" title="LassoLibLogoutResponse">LassoLibLogoutResponse</a>
57
 
                     +----<a href="LassoLibRegisterNameIdentifierResponse.html" title="LassoLibRegisterNameIdentifierResponse">LassoLibRegisterNameIdentifierResponse</a>
58
 
</pre>
59
 
</div>
60
 
<div class="refsect1" lang="en">
61
 
<a name="id2573702"></a><h2>Description</h2>
62
 
<p>
63
 
 
64
 
</p>
65
 
</div>
66
 
<div class="refsect1" lang="en">
67
 
<a name="id2573712"></a><h2>Details</h2>
68
 
<div class="refsect2" lang="en">
69
 
<a name="id2573717"></a><h3>
70
 
<a name="LassoLibStatusResponse-struct"></a>LassoLibStatusResponse</h3>
71
 
<a class="indexterm" name="id2573729"></a><pre class="programlisting">typedef struct {
72
 
        /* &lt;xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/&gt; */
73
 
        GList *Extension;
74
 
        /* &lt;xs:element ref="ProviderID"/&gt; */
75
 
        char *ProviderID;
76
 
        /* &lt;xs:element ref="samlp:Status"/&gt; */
77
 
        LassoSamlpStatus *Status;
78
 
        /* &lt;xs:element ref="RelayState" minOccurs="0"/&gt; */
79
 
        char *RelayState;
80
 
} LassoLibStatusResponse;
81
 
</pre>
82
 
<p>
83
 
 
84
 
</p>
85
 
</div>
86
 
<hr>
87
 
<div class="refsect2" lang="en">
88
 
<a name="id2573752"></a><h3>
89
 
<a name="lasso-lib-status-response-new"></a>lasso_lib_status_response_new ()</h3>
90
 
<a class="indexterm" name="id2573763"></a><pre class="programlisting"><a href="LassoNode.html" title="LassoNode">LassoNode</a>*  lasso_lib_status_response_new   (void);</pre>
91
 
<p>
92
 
Creates a new <a href="LassoLibStatusResponse.html" title="LassoLibStatusResponse"><span class="type">LassoLibStatusResponse</span></a> object.</p>
93
 
<p>
94
 
 
95
 
</p>
96
 
<div class="variablelist"><table border="0">
97
 
<col align="left" valign="top">
98
 
<tbody><tr>
99
 
<td>
100
 
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
101
 
<td> a newly created <a href="LassoLibStatusResponse.html" title="LassoLibStatusResponse"><span class="type">LassoLibStatusResponse</span></a> object
102
 
</td>
103
 
</tr></tbody>
104
 
</table></div>
105
 
</div>
106
 
</div>
107
 
</div>
108
 
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
109
 
<td align="left"><a accesskey="p" href="LassoLibScoping.html"><b>&lt;&lt;&#160;LassoLibScoping</b></a></td>
110
 
<td align="right"><a accesskey="n" href="LassoLibSubject.html"><b>LassoLibSubject&#160;&gt;&gt;</b></a></td>
111
 
</tr></table>
112
 
</body>
113
 
</html>