This file is indexed.

/usr/share/gtk-doc/html/camel/camel-camel-list-utils.html is in libcamel1.2-dev 3.2.3-0ubuntu6.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>camel-list-utils</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="index.html" title="Camel Reference Manual">
<link rel="up" href="Utilities.html" title="Utilities">
<link rel="prev" href="camel-camel-iconv.html" title="camel-iconv">
<link rel="next" href="camel-camel-lock.html" title="camel-lock">
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="camel-camel-iconv.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="Utilities.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">Camel Reference Manual</th>
<td><a accesskey="n" href="camel-camel-lock.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#camel-camel-list-utils.synopsis" class="shortcut">Top</a>
                   | 
                  <a href="#camel-camel-list-utils.description" class="shortcut">Description</a>
</td></tr>
</table>
<div class="refentry">
<a name="camel-camel-list-utils"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="camel-camel-list-utils.top_of_page"></a>camel-list-utils</span></h2>
<p>camel-list-utils</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="camel-camel-list-utils.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">struct              <a class="link" href="camel-camel-list-utils.html#CamelDList" title="struct CamelDList">CamelDList</a>;
struct              <a class="link" href="camel-camel-list-utils.html#CamelDListNode" title="struct CamelDListNode">CamelDListNode</a>;
#define             <a class="link" href="camel-camel-list-utils.html#CAMEL-DLIST-INITIALISER:CAPS" title="CAMEL_DLIST_INITIALISER()">CAMEL_DLIST_INITIALISER</a>             (l)
<span class="returnvalue">void</span>                <a class="link" href="camel-camel-list-utils.html#camel-dlist-init" title="camel_dlist_init ()">camel_dlist_init</a>                    (<em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelDList" title="struct CamelDList"><span class="type">CamelDList</span></a> *v</code></em>);
<a class="link" href="camel-camel-list-utils.html#CamelDListNode" title="struct CamelDListNode"><span class="returnvalue">CamelDListNode</span></a> *    <a class="link" href="camel-camel-list-utils.html#camel-dlist-addhead" title="camel_dlist_addhead ()">camel_dlist_addhead</a>                 (<em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelDList" title="struct CamelDList"><span class="type">CamelDList</span></a> *l</code></em>,
                                                         <em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelDListNode" title="struct CamelDListNode"><span class="type">CamelDListNode</span></a> *n</code></em>);
<a class="link" href="camel-camel-list-utils.html#CamelDListNode" title="struct CamelDListNode"><span class="returnvalue">CamelDListNode</span></a> *    <a class="link" href="camel-camel-list-utils.html#camel-dlist-addtail" title="camel_dlist_addtail ()">camel_dlist_addtail</a>                 (<em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelDList" title="struct CamelDList"><span class="type">CamelDList</span></a> *l</code></em>,
                                                         <em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelDListNode" title="struct CamelDListNode"><span class="type">CamelDListNode</span></a> *n</code></em>);
<a class="link" href="camel-camel-list-utils.html#CamelDListNode" title="struct CamelDListNode"><span class="returnvalue">CamelDListNode</span></a> *    <a class="link" href="camel-camel-list-utils.html#camel-dlist-remove" title="camel_dlist_remove ()">camel_dlist_remove</a>                  (<em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelDListNode" title="struct CamelDListNode"><span class="type">CamelDListNode</span></a> *n</code></em>);
<a class="link" href="camel-camel-list-utils.html#CamelDListNode" title="struct CamelDListNode"><span class="returnvalue">CamelDListNode</span></a> *    <a class="link" href="camel-camel-list-utils.html#camel-dlist-remhead" title="camel_dlist_remhead ()">camel_dlist_remhead</a>                 (<em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelDList" title="struct CamelDList"><span class="type">CamelDList</span></a> *l</code></em>);
<a class="link" href="camel-camel-list-utils.html#CamelDListNode" title="struct CamelDListNode"><span class="returnvalue">CamelDListNode</span></a> *    <a class="link" href="camel-camel-list-utils.html#camel-dlist-remtail" title="camel_dlist_remtail ()">camel_dlist_remtail</a>                 (<em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelDList" title="struct CamelDList"><span class="type">CamelDList</span></a> *l</code></em>);
<span class="returnvalue">gint</span>                <a class="link" href="camel-camel-list-utils.html#camel-dlist-empty" title="camel_dlist_empty ()">camel_dlist_empty</a>                   (<em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelDList" title="struct CamelDList"><span class="type">CamelDList</span></a> *l</code></em>);
<span class="returnvalue">gint</span>                <a class="link" href="camel-camel-list-utils.html#camel-dlist-length" title="camel_dlist_length ()">camel_dlist_length</a>                  (<em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelDList" title="struct CamelDList"><span class="type">CamelDList</span></a> *l</code></em>);
struct              <a class="link" href="camel-camel-list-utils.html#CamelSListNode" title="struct CamelSListNode">CamelSListNode</a>;
struct              <a class="link" href="camel-camel-list-utils.html#CamelSList" title="struct CamelSList">CamelSList</a>;
#define             <a class="link" href="camel-camel-list-utils.html#CAMEL-SLIST-INITIALISER:CAPS" title="CAMEL_SLIST_INITIALISER()">CAMEL_SLIST_INITIALISER</a>             (l)
<span class="returnvalue">void</span>                <a class="link" href="camel-camel-list-utils.html#camel-slist-init" title="camel_slist_init ()">camel_slist_init</a>                    (<em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelSList" title="struct CamelSList"><span class="type">CamelSList</span></a> *l</code></em>);
<a class="link" href="camel-camel-list-utils.html#CamelSListNode" title="struct CamelSListNode"><span class="returnvalue">CamelSListNode</span></a> *    <a class="link" href="camel-camel-list-utils.html#camel-slist-addhead" title="camel_slist_addhead ()">camel_slist_addhead</a>                 (<em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelSList" title="struct CamelSList"><span class="type">CamelSList</span></a> *l</code></em>,
                                                         <em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelSListNode" title="struct CamelSListNode"><span class="type">CamelSListNode</span></a> *n</code></em>);
<a class="link" href="camel-camel-list-utils.html#CamelSListNode" title="struct CamelSListNode"><span class="returnvalue">CamelSListNode</span></a> *    <a class="link" href="camel-camel-list-utils.html#camel-slist-addtail" title="camel_slist_addtail ()">camel_slist_addtail</a>                 (<em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelSList" title="struct CamelSList"><span class="type">CamelSList</span></a> *l</code></em>,
                                                         <em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelSListNode" title="struct CamelSListNode"><span class="type">CamelSListNode</span></a> *n</code></em>);
<a class="link" href="camel-camel-list-utils.html#CamelSListNode" title="struct CamelSListNode"><span class="returnvalue">CamelSListNode</span></a> *    <a class="link" href="camel-camel-list-utils.html#camel-slist-remove" title="camel_slist_remove ()">camel_slist_remove</a>                  (<em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelSList" title="struct CamelSList"><span class="type">CamelSList</span></a> *l</code></em>,
                                                         <em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelSListNode" title="struct CamelSListNode"><span class="type">CamelSListNode</span></a> *n</code></em>);
<a class="link" href="camel-camel-list-utils.html#CamelSListNode" title="struct CamelSListNode"><span class="returnvalue">CamelSListNode</span></a> *    <a class="link" href="camel-camel-list-utils.html#camel-slist-remhead" title="camel_slist_remhead ()">camel_slist_remhead</a>                 (<em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelSList" title="struct CamelSList"><span class="type">CamelSList</span></a> *l</code></em>);
<a class="link" href="camel-camel-list-utils.html#CamelSListNode" title="struct CamelSListNode"><span class="returnvalue">CamelSListNode</span></a> *    <a class="link" href="camel-camel-list-utils.html#camel-slist-remtail" title="camel_slist_remtail ()">camel_slist_remtail</a>                 (<em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelSList" title="struct CamelSList"><span class="type">CamelSList</span></a> *l</code></em>);
<span class="returnvalue">gint</span>                <a class="link" href="camel-camel-list-utils.html#camel-slist-empty" title="camel_slist_empty ()">camel_slist_empty</a>                   (<em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelSList" title="struct CamelSList"><span class="type">CamelSList</span></a> *l</code></em>);
<span class="returnvalue">gint</span>                <a class="link" href="camel-camel-list-utils.html#camel-slist-length" title="camel_slist_length ()">camel_slist_length</a>                  (<em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelSList" title="struct CamelSList"><span class="type">CamelSList</span></a> *l</code></em>);
</pre>
</div>
<div class="refsect1">
<a name="camel-camel-list-utils.description"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1">
<a name="camel-camel-list-utils.details"></a><h2>Details</h2>
<div class="refsect2">
<a name="CamelDList"></a><h3>struct CamelDList</h3>
<pre class="programlisting">struct CamelDList {
	struct _CamelDListNode *head;
	struct _CamelDListNode *tail;
	struct _CamelDListNode *tailpred;
};
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="CamelDListNode"></a><h3>struct CamelDListNode</h3>
<pre class="programlisting">struct CamelDListNode {
	struct _CamelDListNode *next;
	struct _CamelDListNode *prev;
};
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="CAMEL-DLIST-INITIALISER:CAPS"></a><h3>CAMEL_DLIST_INITIALISER()</h3>
<pre class="programlisting">#define CAMEL_DLIST_INITIALISER(l) { (CamelDListNode *)&amp;l.tail, NULL, (CamelDListNode *)&amp;l.head }
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="camel-dlist-init"></a><h3>camel_dlist_init ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                camel_dlist_init                    (<em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelDList" title="struct CamelDList"><span class="type">CamelDList</span></a> *v</code></em>);</pre>
<p>
Initialise a double-linked list header.  All list headers must be
initialised before use.
</p>
</div>
<hr>
<div class="refsect2">
<a name="camel-dlist-addhead"></a><h3>camel_dlist_addhead ()</h3>
<pre class="programlisting"><a class="link" href="camel-camel-list-utils.html#CamelDListNode" title="struct CamelDListNode"><span class="returnvalue">CamelDListNode</span></a> *    camel_dlist_addhead                 (<em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelDList" title="struct CamelDList"><span class="type">CamelDList</span></a> *l</code></em>,
                                                         <em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelDListNode" title="struct CamelDListNode"><span class="type">CamelDListNode</span></a> *n</code></em>);</pre>
<p>
Add the list node <em class="parameter"><code>n</code></em> to the head (start) of the list <em class="parameter"><code>l</code></em>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>l</code></em> :</span></p></td>
<td>An initialised list header.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>n</code></em> :</span></p></td>
<td>A node, the next and prev pointers will be overwritten.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
<em class="parameter"><code>n</code></em>.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="camel-dlist-addtail"></a><h3>camel_dlist_addtail ()</h3>
<pre class="programlisting"><a class="link" href="camel-camel-list-utils.html#CamelDListNode" title="struct CamelDListNode"><span class="returnvalue">CamelDListNode</span></a> *    camel_dlist_addtail                 (<em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelDList" title="struct CamelDList"><span class="type">CamelDList</span></a> *l</code></em>,
                                                         <em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelDListNode" title="struct CamelDListNode"><span class="type">CamelDListNode</span></a> *n</code></em>);</pre>
<p>
Add the list onde <em class="parameter"><code>n</code></em> to the tail (end) of the list <em class="parameter"><code>l</code></em>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>l</code></em> :</span></p></td>
<td>An intialised list header.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>n</code></em> :</span></p></td>
<td>A node, the next and prev pointers will be overwritten.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
<em class="parameter"><code>n</code></em>.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="camel-dlist-remove"></a><h3>camel_dlist_remove ()</h3>
<pre class="programlisting"><a class="link" href="camel-camel-list-utils.html#CamelDListNode" title="struct CamelDListNode"><span class="returnvalue">CamelDListNode</span></a> *    camel_dlist_remove                  (<em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelDListNode" title="struct CamelDListNode"><span class="type">CamelDListNode</span></a> *n</code></em>);</pre>
<p>
Remove <em class="parameter"><code>n</code></em> from the list it's in.  <em class="parameter"><code>n</code></em> must belong to a list.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>n</code></em> :</span></p></td>
<td>A node which is part of a list.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
<em class="parameter"><code>n</code></em>.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="camel-dlist-remhead"></a><h3>camel_dlist_remhead ()</h3>
<pre class="programlisting"><a class="link" href="camel-camel-list-utils.html#CamelDListNode" title="struct CamelDListNode"><span class="returnvalue">CamelDListNode</span></a> *    camel_dlist_remhead                 (<em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelDList" title="struct CamelDList"><span class="type">CamelDList</span></a> *l</code></em>);</pre>
<p>
Remove the head node (start) of the list.
</p>
<p>
xReturn value: The previously first-node in the list, or NULLif <em class="parameter"><code>l</code></em>
is an empty list.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>l</code></em> :</span></p></td>
<td>An initialised list, maybe containing items.</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="camel-dlist-remtail"></a><h3>camel_dlist_remtail ()</h3>
<pre class="programlisting"><a class="link" href="camel-camel-list-utils.html#CamelDListNode" title="struct CamelDListNode"><span class="returnvalue">CamelDListNode</span></a> *    camel_dlist_remtail                 (<em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelDList" title="struct CamelDList"><span class="type">CamelDList</span></a> *l</code></em>);</pre>
<p>
Remove the last node in the list.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>l</code></em> :</span></p></td>
<td>An initialised list, maybe containing items.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>The previously last-node in the list, or NULL if <em class="parameter"><code>l</code></em>
is an empty list.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="camel-dlist-empty"></a><h3>camel_dlist_empty ()</h3>
<pre class="programlisting"><span class="returnvalue">gint</span>                camel_dlist_empty                   (<em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelDList" title="struct CamelDList"><span class="type">CamelDList</span></a> *l</code></em>);</pre>
<p>
Returns <code class="literal">TRUE</code> if <em class="parameter"><code>l</code></em> is an empty list.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>l</code></em> :</span></p></td>
<td>An initialised list header.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
<code class="literal">TRUE</code> if <em class="parameter"><code>l</code></em> is an empty list, <code class="literal">FALSE</code> otherwise.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="camel-dlist-length"></a><h3>camel_dlist_length ()</h3>
<pre class="programlisting"><span class="returnvalue">gint</span>                camel_dlist_length                  (<em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelDList" title="struct CamelDList"><span class="type">CamelDList</span></a> *l</code></em>);</pre>
<p>
Returns the number of nodes in the list <em class="parameter"><code>l</code></em>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>l</code></em> :</span></p></td>
<td>An initialised list header.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>The number of nodes.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="CamelSListNode"></a><h3>struct CamelSListNode</h3>
<pre class="programlisting">struct CamelSListNode {
	struct _CamelSListNode *next;
};
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="CamelSList"></a><h3>struct CamelSList</h3>
<pre class="programlisting">struct CamelSList {
	struct _CamelSListNode *head;
};
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="CAMEL-SLIST-INITIALISER:CAPS"></a><h3>CAMEL_SLIST_INITIALISER()</h3>
<pre class="programlisting">#define CAMEL_SLIST_INITIALISER(l) { 0 }
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="camel-slist-init"></a><h3>camel_slist_init ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                camel_slist_init                    (<em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelSList" title="struct CamelSList"><span class="type">CamelSList</span></a> *l</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="camel-slist-addhead"></a><h3>camel_slist_addhead ()</h3>
<pre class="programlisting"><a class="link" href="camel-camel-list-utils.html#CamelSListNode" title="struct CamelSListNode"><span class="returnvalue">CamelSListNode</span></a> *    camel_slist_addhead                 (<em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelSList" title="struct CamelSList"><span class="type">CamelSList</span></a> *l</code></em>,
                                                         <em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelSListNode" title="struct CamelSListNode"><span class="type">CamelSListNode</span></a> *n</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="camel-slist-addtail"></a><h3>camel_slist_addtail ()</h3>
<pre class="programlisting"><a class="link" href="camel-camel-list-utils.html#CamelSListNode" title="struct CamelSListNode"><span class="returnvalue">CamelSListNode</span></a> *    camel_slist_addtail                 (<em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelSList" title="struct CamelSList"><span class="type">CamelSList</span></a> *l</code></em>,
                                                         <em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelSListNode" title="struct CamelSListNode"><span class="type">CamelSListNode</span></a> *n</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="camel-slist-remove"></a><h3>camel_slist_remove ()</h3>
<pre class="programlisting"><a class="link" href="camel-camel-list-utils.html#CamelSListNode" title="struct CamelSListNode"><span class="returnvalue">CamelSListNode</span></a> *    camel_slist_remove                  (<em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelSList" title="struct CamelSList"><span class="type">CamelSList</span></a> *l</code></em>,
                                                         <em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelSListNode" title="struct CamelSListNode"><span class="type">CamelSListNode</span></a> *n</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="camel-slist-remhead"></a><h3>camel_slist_remhead ()</h3>
<pre class="programlisting"><a class="link" href="camel-camel-list-utils.html#CamelSListNode" title="struct CamelSListNode"><span class="returnvalue">CamelSListNode</span></a> *    camel_slist_remhead                 (<em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelSList" title="struct CamelSList"><span class="type">CamelSList</span></a> *l</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="camel-slist-remtail"></a><h3>camel_slist_remtail ()</h3>
<pre class="programlisting"><a class="link" href="camel-camel-list-utils.html#CamelSListNode" title="struct CamelSListNode"><span class="returnvalue">CamelSListNode</span></a> *    camel_slist_remtail                 (<em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelSList" title="struct CamelSList"><span class="type">CamelSList</span></a> *l</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="camel-slist-empty"></a><h3>camel_slist_empty ()</h3>
<pre class="programlisting"><span class="returnvalue">gint</span>                camel_slist_empty                   (<em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelSList" title="struct CamelSList"><span class="type">CamelSList</span></a> *l</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="camel-slist-length"></a><h3>camel_slist_length ()</h3>
<pre class="programlisting"><span class="returnvalue">gint</span>                camel_slist_length                  (<em class="parameter"><code><a class="link" href="camel-camel-list-utils.html#CamelSList" title="struct CamelSList"><span class="type">CamelSList</span></a> *l</code></em>);</pre>
<p>
</p>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.18</div>
</body>
</html>