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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>LassoLibIDPEntries</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
<link rel="start" href="index.html" title="Lasso Reference Manual">
<link rel="up" href="xml.html" title="Schemas">
<link rel="prev" href="LassoLibFederationTerminationNotification.html" title="LassoLibFederationTerminationNotification">
<link rel="next" href="LassoLibIDPEntry.html" title="LassoLibIDPEntry">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="lasso.html" title="Lasso &amp; Liberty Alliance Overview">
<link rel="chapter" href="architecture.html" title="Lasso Architecture">
<link rel="chapter" href="idff.html" title="Identity Federation Framework">
<link rel="chapter" href="idwsf.html" title="Identity Web Services Framework">
<link rel="chapter" href="xml.html" title="Schemas">
<link rel="chapter" href="misc.html" title="Misc">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="LassoLibFederationTerminationNotification.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="xml.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">Lasso Reference Manual</th>
<td><a accesskey="n" href="LassoLibIDPEntry.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry" lang="en">
<a name="LassoLibIDPEntries"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">LassoLibIDPEntries</span></h2>
<p>LassoLibIDPEntries &#8212; </p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<pre class="synopsis">

#include &lt;lasso/lasso.h&gt;


            <a href="LassoLibIDPEntries.html#LassoLibIDPEntries-struct">LassoLibIDPEntries</a>;
<a href="LassoNode.html" title="LassoNode">LassoNode</a>*  <a href="LassoLibIDPEntries.html#lasso-lib-idp-entries-new">lasso_lib_idp_entries_new</a>       (void);

</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2565105"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">

  <GTKDOCLINK HREF="GObject">GObject</GTKDOCLINK>
   +----<a href="LassoNode.html" title="LassoNode">LassoNode</a>
         +----LassoLibIDPEntries
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2565132"></a><h2>Description</h2>
<p>

</p>
</div>
<div class="refsect1" lang="en">
<a name="id2565142"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2565147"></a><h3>
<a name="LassoLibIDPEntries-struct"></a>LassoLibIDPEntries</h3>
<a class="indexterm" name="id2565159"></a><pre class="programlisting">typedef struct {
	/* &lt;xs:element ref="IDPEntry" maxOccurs="unbounded"/&gt; */
	GList *IDPEntry;
} LassoLibIDPEntries;
</pre>
<p>

</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565177"></a><h3>
<a name="lasso-lib-idp-entries-new"></a>lasso_lib_idp_entries_new ()</h3>
<a class="indexterm" name="id2565187"></a><pre class="programlisting"><a href="LassoNode.html" title="LassoNode">LassoNode</a>*  lasso_lib_idp_entries_new       (void);</pre>
<p>
Creates a new <a href="LassoLibIDPEntries.html" title="LassoLibIDPEntries"><span class="type">LassoLibIDPEntries</span></a> object.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> a newly created <a href="LassoLibIDPEntries.html" title="LassoLibIDPEntries"><span class="type">LassoLibIDPEntries</span></a> object
</td>
</tr></tbody>
</table></div>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="LassoLibFederationTerminationNotification.html"><b>&lt;&lt;&#160;LassoLibFederationTerminationNotification</b></a></td>
<td align="right"><a accesskey="n" href="LassoLibIDPEntry.html"><b>LassoLibIDPEntry&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>