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

« back to all changes in this revision

Viewing changes to docs/reference/lasso/html/lasso-LassoMiscTextNode.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>LassoMiscTextNode</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="architecture.html" title="Lasso Architecture">
9
9
<link rel="prev" href="lasso-registry.html" title="registry">
10
10
<link rel="next" href="idff.html" title="Identity Federation Framework - ID-FF 1.2 profiles">
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-LassoMiscTextNode.synopsis"></a><h2>Synopsis</h2>
40
40
<pre class="synopsis">struct              <a class="link" href="lasso-LassoMiscTextNode.html#LassoMiscTextNode" title="struct LassoMiscTextNode">LassoMiscTextNode</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-LassoMiscTextNode.html#lasso-misc-text-node-new" title="lasso_misc_text_node_new ()">lasso_misc_text_node_new</a>            (<em class="parameter"><code><span class="type">void</span></code></em>);
42
 
<a class="link" href="lasso-LassoMiscTextNode.html#LassoMiscTextNode" title="struct LassoMiscTextNode"><span class="returnvalue">LassoMiscTextNode</span></a> *  <a class="link" href="lasso-LassoMiscTextNode.html#lasso-misc-text-node-new-with-string" title="lasso_misc_text_node_new_with_string ()">lasso_misc_text_node_new_with_string</a>
 
42
<a class="link" href="lasso-LassoMiscTextNode.html#LassoMiscTextNode" title="struct LassoMiscTextNode"><span class="returnvalue">LassoMiscTextNode</span></a> * <a class="link" href="lasso-LassoMiscTextNode.html#lasso-misc-text-node-new-with-string" title="lasso_misc_text_node_new_with_string ()">lasso_misc_text_node_new_with_string</a>
43
43
                                                        (<em class="parameter"><code>const <span class="type">char</span> *content</code></em>);
44
 
<a class="link" href="lasso-LassoMiscTextNode.html#LassoMiscTextNode" title="struct LassoMiscTextNode"><span class="returnvalue">LassoMiscTextNode</span></a> *  <a class="link" href="lasso-LassoMiscTextNode.html#lasso-misc-text-node-new-with-xml-node" title="lasso_misc_text_node_new_with_xml_node ()">lasso_misc_text_node_new_with_xml_node</a>
 
44
<a class="link" href="lasso-LassoMiscTextNode.html#LassoMiscTextNode" title="struct LassoMiscTextNode"><span class="returnvalue">LassoMiscTextNode</span></a> * <a class="link" href="lasso-LassoMiscTextNode.html#lasso-misc-text-node-new-with-xml-node" title="lasso_misc_text_node_new_with_xml_node ()">lasso_misc_text_node_new_with_xml_node</a>
45
45
                                                        (<em class="parameter"><code><span class="type">xmlNode</span> *xml_node</code></em>);
46
46
<span class="returnvalue">xmlNode</span> *           <a class="link" href="lasso-LassoMiscTextNode.html#lasso-misc-text-node-get-xml-content" title="lasso_misc_text_node_get_xml_content ()">lasso_misc_text_node_get_xml_content</a>
47
47
                                                        (<em class="parameter"><code><a class="link" href="lasso-LassoMiscTextNode.html#LassoMiscTextNode" title="struct LassoMiscTextNode"><span class="type">LassoMiscTextNode</span></a> *misc_text_node</code></em>);
88
88
<hr>
89
89
<div class="refsect2">
90
90
<a name="lasso-misc-text-node-new-with-string"></a><h3>lasso_misc_text_node_new_with_string ()</h3>
91
 
<pre class="programlisting"><a class="link" href="lasso-LassoMiscTextNode.html#LassoMiscTextNode" title="struct LassoMiscTextNode"><span class="returnvalue">LassoMiscTextNode</span></a> *  lasso_misc_text_node_new_with_string
 
91
<pre class="programlisting"><a class="link" href="lasso-LassoMiscTextNode.html#LassoMiscTextNode" title="struct LassoMiscTextNode"><span class="returnvalue">LassoMiscTextNode</span></a> * lasso_misc_text_node_new_with_string
92
92
                                                        (<em class="parameter"><code>const <span class="type">char</span> *content</code></em>);</pre>
93
93
<p>
94
94
Creates a new <a class="link" href="lasso-LassoMiscTextNode.html#LassoMiscTextNode" title="struct LassoMiscTextNode"><span class="type">LassoMiscTextNode</span></a> object and initializes it with <em class="parameter"><code>content</code></em>. Beware that no
112
112
<hr>
113
113
<div class="refsect2">
114
114
<a name="lasso-misc-text-node-new-with-xml-node"></a><h3>lasso_misc_text_node_new_with_xml_node ()</h3>
115
 
<pre class="programlisting"><a class="link" href="lasso-LassoMiscTextNode.html#LassoMiscTextNode" title="struct LassoMiscTextNode"><span class="returnvalue">LassoMiscTextNode</span></a> *  lasso_misc_text_node_new_with_xml_node
 
115
<pre class="programlisting"><a class="link" href="lasso-LassoMiscTextNode.html#LassoMiscTextNode" title="struct LassoMiscTextNode"><span class="returnvalue">LassoMiscTextNode</span></a> * lasso_misc_text_node_new_with_xml_node
116
116
                                                        (<em class="parameter"><code><span class="type">xmlNode</span> *xml_node</code></em>);</pre>
117
117
<p>
118
118
Creates a new <a class="link" href="lasso-LassoMiscTextNode.html#LassoMiscTextNode" title="struct LassoMiscTextNode"><span class="type">LassoMiscTextNode</span></a> object and initialize it with <em class="parameter"><code>xml_node</code></em>.
150
150
</tr>
151
151
<tr>
152
152
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
153
 
<td>an <span class="type">xmlNode</span> or NULL.</td>
 
153
<td>an <span class="type">xmlNode</span> or NULL. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
154
</td>
154
155
</tr>
155
156
</tbody>
156
157
</table></div>
177
178
</div>
178
179
<div class="footer">
179
180
<hr>
180
 
          Generated by GTK-Doc V1.17</div>
 
181
          Generated by GTK-Doc V1.18</div>
181
182
</body>
182
183
</html>
 
 
b'\\ No newline at end of file'