403Webshell
Server IP : 182.53.201.61  /  Your IP : 216.73.217.175
Web Server : Apache/2.2.15 (Fedora)
System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686
User : apache ( 48)
PHP Version : 5.3.3
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/gtk-doc/html/camel/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/gtk-doc/html/camel/camel-camel-list-utils.html
<!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.75.2">
<link rel="home" href="index.html" title="Camel Reference Manual">
<link rel="up" href="Utilities.html" title="Utilities">
<link rel="prev" href="camel-camel-junk-plugin.html" title="camel-junk-plugin">
<link rel="next" href="camel-camel-lock.html" title="camel-lock">
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="classes.html" title="Part I. Camel Classes">
<link rel="chapter" href="ClassTree.html" title="Class Hierarchy">
<link rel="chapter" href="Fundamentals.html" title="Fundamentals">
<link rel="chapter" href="Streams.html" title="Streams">
<link rel="chapter" href="StreamFilters.html" title="Stream Filters">
<link rel="chapter" href="Services.html" title="Services">
<link rel="chapter" href="Filters.html" title="Filters">
<link rel="chapter" href="Folders.html" title="Folders">
<link rel="chapter" href="SearchFolders.html" title="Search Folders">
<link rel="chapter" href="Addresses.html" title="Addresses">
<link rel="chapter" href="Crypto.html" title="Crypto Contexts">
<link rel="chapter" href="MIME.html" title="MIME Objects">
<link rel="chapter" href="Storage.html" title="Metadata Storage">
<link rel="chapter" href="Utilities.html" title="Utilities">
<link rel="chapter" href="Deprecated.html" title="Deprecated Objects">
<link rel="index" href="ix01.html" title="Index">
<link rel="index" href="ix02.html" title="Index of deprecated symbols">
</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-junk-plugin.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" title="camel-list-utils">
<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" title="Synopsis">
<a name="camel-camel-list-utils.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">
                    <a class="link" href="camel-camel-list-utils.html#CamelDList" title="CamelDList">CamelDList</a>;
                    <a class="link" href="camel-camel-list-utils.html#CamelDListNode" title="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)
void                <a class="link" href="camel-camel-list-utils.html#camel-dlist-init" title="camel_dlist_init ()">camel_dlist_init</a>                    (<a class="link" href="camel-camel-list-utils.html#CamelDList" title="CamelDList">CamelDList</a> *v);
<a class="link" href="camel-camel-list-utils.html#CamelDListNode" title="CamelDListNode">CamelDListNode</a> *    <a class="link" href="camel-camel-list-utils.html#camel-dlist-addhead" title="camel_dlist_addhead ()">camel_dlist_addhead</a>                 (<a class="link" href="camel-camel-list-utils.html#CamelDList" title="CamelDList">CamelDList</a> *l,
                                                         <a class="link" href="camel-camel-list-utils.html#CamelDListNode" title="CamelDListNode">CamelDListNode</a> *n);
<a class="link" href="camel-camel-list-utils.html#CamelDListNode" title="CamelDListNode">CamelDListNode</a> *    <a class="link" href="camel-camel-list-utils.html#camel-dlist-addtail" title="camel_dlist_addtail ()">camel_dlist_addtail</a>                 (<a class="link" href="camel-camel-list-utils.html#CamelDList" title="CamelDList">CamelDList</a> *l,
                                                         <a class="link" href="camel-camel-list-utils.html#CamelDListNode" title="CamelDListNode">CamelDListNode</a> *n);
<a class="link" href="camel-camel-list-utils.html#CamelDListNode" title="CamelDListNode">CamelDListNode</a> *    <a class="link" href="camel-camel-list-utils.html#camel-dlist-remove" title="camel_dlist_remove ()">camel_dlist_remove</a>                  (<a class="link" href="camel-camel-list-utils.html#CamelDListNode" title="CamelDListNode">CamelDListNode</a> *n);
<a class="link" href="camel-camel-list-utils.html#CamelDListNode" title="CamelDListNode">CamelDListNode</a> *    <a class="link" href="camel-camel-list-utils.html#camel-dlist-remhead" title="camel_dlist_remhead ()">camel_dlist_remhead</a>                 (<a class="link" href="camel-camel-list-utils.html#CamelDList" title="CamelDList">CamelDList</a> *l);
<a class="link" href="camel-camel-list-utils.html#CamelDListNode" title="CamelDListNode">CamelDListNode</a> *    <a class="link" href="camel-camel-list-utils.html#camel-dlist-remtail" title="camel_dlist_remtail ()">camel_dlist_remtail</a>                 (<a class="link" href="camel-camel-list-utils.html#CamelDList" title="CamelDList">CamelDList</a> *l);
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
>gint</a>                <a class="link" href="camel-camel-list-utils.html#camel-dlist-empty" title="camel_dlist_empty ()">camel_dlist_empty</a>                   (<a class="link" href="camel-camel-list-utils.html#CamelDList" title="CamelDList">CamelDList</a> *l);
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
>gint</a>                <a class="link" href="camel-camel-list-utils.html#camel-dlist-length" title="camel_dlist_length ()">camel_dlist_length</a>                  (<a class="link" href="camel-camel-list-utils.html#CamelDList" title="CamelDList">CamelDList</a> *l);
                    <a class="link" href="camel-camel-list-utils.html#CamelSListNode" title="CamelSListNode">CamelSListNode</a>;
                    <a class="link" href="camel-camel-list-utils.html#CamelSList" title="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)
void                <a class="link" href="camel-camel-list-utils.html#camel-slist-init" title="camel_slist_init ()">camel_slist_init</a>                    (<a class="link" href="camel-camel-list-utils.html#CamelSList" title="CamelSList">CamelSList</a> *l);
<a class="link" href="camel-camel-list-utils.html#CamelSListNode" title="CamelSListNode">CamelSListNode</a> *    <a class="link" href="camel-camel-list-utils.html#camel-slist-addhead" title="camel_slist_addhead ()">camel_slist_addhead</a>                 (<a class="link" href="camel-camel-list-utils.html#CamelSList" title="CamelSList">CamelSList</a> *l,
                                                         <a class="link" href="camel-camel-list-utils.html#CamelSListNode" title="CamelSListNode">CamelSListNode</a> *n);
<a class="link" href="camel-camel-list-utils.html#CamelSListNode" title="CamelSListNode">CamelSListNode</a> *    <a class="link" href="camel-camel-list-utils.html#camel-slist-addtail" title="camel_slist_addtail ()">camel_slist_addtail</a>                 (<a class="link" href="camel-camel-list-utils.html#CamelSList" title="CamelSList">CamelSList</a> *l,
                                                         <a class="link" href="camel-camel-list-utils.html#CamelSListNode" title="CamelSListNode">CamelSListNode</a> *n);
<a class="link" href="camel-camel-list-utils.html#CamelSListNode" title="CamelSListNode">CamelSListNode</a> *    <a class="link" href="camel-camel-list-utils.html#camel-slist-remove" title="camel_slist_remove ()">camel_slist_remove</a>                  (<a class="link" href="camel-camel-list-utils.html#CamelSList" title="CamelSList">CamelSList</a> *l,
                                                         <a class="link" href="camel-camel-list-utils.html#CamelSListNode" title="CamelSListNode">CamelSListNode</a> *n);
<a class="link" href="camel-camel-list-utils.html#CamelSListNode" title="CamelSListNode">CamelSListNode</a> *    <a class="link" href="camel-camel-list-utils.html#camel-slist-remhead" title="camel_slist_remhead ()">camel_slist_remhead</a>                 (<a class="link" href="camel-camel-list-utils.html#CamelSList" title="CamelSList">CamelSList</a> *l);
<a class="link" href="camel-camel-list-utils.html#CamelSListNode" title="CamelSListNode">CamelSListNode</a> *    <a class="link" href="camel-camel-list-utils.html#camel-slist-remtail" title="camel_slist_remtail ()">camel_slist_remtail</a>                 (<a class="link" href="camel-camel-list-utils.html#CamelSList" title="CamelSList">CamelSList</a> *l);
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
>gint</a>                <a class="link" href="camel-camel-list-utils.html#camel-slist-empty" title="camel_slist_empty ()">camel_slist_empty</a>                   (<a class="link" href="camel-camel-list-utils.html#CamelSList" title="CamelSList">CamelSList</a> *l);
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
>gint</a>                <a class="link" href="camel-camel-list-utils.html#camel-slist-length" title="camel_slist_length ()">camel_slist_length</a>                  (<a class="link" href="camel-camel-list-utils.html#CamelSList" title="CamelSList">CamelSList</a> *l);
</pre>
</div>
<div class="refsect1" title="Description">
<a name="camel-camel-list-utils.description"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" title="Details">
<a name="camel-camel-list-utils.details"></a><h2>Details</h2>
<div class="refsect2" title="CamelDList">
<a name="CamelDList"></a><h3>CamelDList</h3>
<pre class="programlisting">typedef struct {
	struct _CamelDListNode *head;
	struct _CamelDListNode *tail;
	struct _CamelDListNode *tailpred;
} CamelDList;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="CamelDListNode">
<a name="CamelDListNode"></a><h3>CamelDListNode</h3>
<pre class="programlisting">typedef struct {
	struct _CamelDListNode *next;
	struct _CamelDListNode *prev;
} CamelDListNode;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="CAMEL_DLIST_INITIALISER()">
<a name="CAMEL-DLIST-INITIALISER--CAPS"></a><h3>CAMEL_DLIST_INITIALISER()</h3>
<pre class="programlisting">#define CAMEL_DLIST_INITIALISER(l) { (CamelDListNode *)&amp;l.tail, 0, (CamelDListNode *)&amp;l.head }
</pre>
<p>
</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>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="camel_dlist_init ()">
<a name="camel-dlist-init"></a><h3>camel_dlist_init ()</h3>
<pre class="programlisting">void                camel_dlist_init                    (<a class="link" href="camel-camel-list-utils.html#CamelDList" title="CamelDList">CamelDList</a> *v);</pre>
<p>
Initialise a double-linked list header.  All list headers must be
initialised before use.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>v</code></em> :</span></p></td>
<td>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="camel_dlist_addhead ()">
<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="CamelDListNode">CamelDListNode</a> *    camel_dlist_addhead                 (<a class="link" href="camel-camel-list-utils.html#CamelDList" title="CamelDList">CamelDList</a> *l,
                                                         <a class="link" href="camel-camel-list-utils.html#CamelDListNode" title="CamelDListNode">CamelDListNode</a> *n);</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>
<p>
</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" title="camel_dlist_addtail ()">
<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="CamelDListNode">CamelDListNode</a> *    camel_dlist_addtail                 (<a class="link" href="camel-camel-list-utils.html#CamelDList" title="CamelDList">CamelDList</a> *l,
                                                         <a class="link" href="camel-camel-list-utils.html#CamelDListNode" title="CamelDListNode">CamelDListNode</a> *n);</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>
<p>
</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" title="camel_dlist_remove ()">
<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="CamelDListNode">CamelDListNode</a> *    camel_dlist_remove                  (<a class="link" href="camel-camel-list-utils.html#CamelDListNode" title="CamelDListNode">CamelDListNode</a> *n);</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>
<p>
</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" title="camel_dlist_remhead ()">
<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="CamelDListNode">CamelDListNode</a> *    camel_dlist_remhead                 (<a class="link" href="camel-camel-list-utils.html#CamelDList" title="CamelDList">CamelDList</a> *l);</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>
<p>
</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>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="camel_dlist_remtail ()">
<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="CamelDListNode">CamelDListNode</a> *    camel_dlist_remtail                 (<a class="link" href="camel-camel-list-utils.html#CamelDList" title="CamelDList">CamelDList</a> *l);</pre>
<p>
Remove the last node in the list.</p>
<p>
</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" title="camel_dlist_empty ()">
<a name="camel-dlist-empty"></a><h3>camel_dlist_empty ()</h3>
<pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
>gint</a>                camel_dlist_empty                   (<a class="link" href="camel-camel-list-utils.html#CamelDList" title="CamelDList">CamelDList</a> *l);</pre>
<p>
Returns <a
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
><code class="literal">TRUE</code></a> if <em class="parameter"><code>l</code></em> is an empty list.</p>
<p>
</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> <a
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
><code class="literal">TRUE</code></a> if <em class="parameter"><code>l</code></em> is an empty list, <a
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE--CAPS"
><code class="literal">FALSE</code></a> otherwise.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="camel_dlist_length ()">
<a name="camel-dlist-length"></a><h3>camel_dlist_length ()</h3>
<pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
>gint</a>                camel_dlist_length                  (<a class="link" href="camel-camel-list-utils.html#CamelDList" title="CamelDList">CamelDList</a> *l);</pre>
<p>
Returns the number of nodes in the list <em class="parameter"><code>l</code></em>.</p>
<p>
</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" title="CamelSListNode">
<a name="CamelSListNode"></a><h3>CamelSListNode</h3>
<pre class="programlisting">typedef struct {
	struct _CamelSListNode *next;
} CamelSListNode;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="CamelSList">
<a name="CamelSList"></a><h3>CamelSList</h3>
<pre class="programlisting">typedef struct {
	struct _CamelSListNode *head;
} CamelSList;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="CAMEL_SLIST_INITIALISER()">
<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 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>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="camel_slist_init ()">
<a name="camel-slist-init"></a><h3>camel_slist_init ()</h3>
<pre class="programlisting">void                camel_slist_init                    (<a class="link" href="camel-camel-list-utils.html#CamelSList" title="CamelSList">CamelSList</a> *l);</pre>
<p>
</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>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="camel_slist_addhead ()">
<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="CamelSListNode">CamelSListNode</a> *    camel_slist_addhead                 (<a class="link" href="camel-camel-list-utils.html#CamelSList" title="CamelSList">CamelSList</a> *l,
                                                         <a class="link" href="camel-camel-list-utils.html#CamelSListNode" title="CamelSListNode">CamelSListNode</a> *n);</pre>
<p>
</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>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>n</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="camel_slist_addtail ()">
<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="CamelSListNode">CamelSListNode</a> *    camel_slist_addtail                 (<a class="link" href="camel-camel-list-utils.html#CamelSList" title="CamelSList">CamelSList</a> *l,
                                                         <a class="link" href="camel-camel-list-utils.html#CamelSListNode" title="CamelSListNode">CamelSListNode</a> *n);</pre>
<p>
</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>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>n</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="camel_slist_remove ()">
<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="CamelSListNode">CamelSListNode</a> *    camel_slist_remove                  (<a class="link" href="camel-camel-list-utils.html#CamelSList" title="CamelSList">CamelSList</a> *l,
                                                         <a class="link" href="camel-camel-list-utils.html#CamelSListNode" title="CamelSListNode">CamelSListNode</a> *n);</pre>
<p>
</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>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>n</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="camel_slist_remhead ()">
<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="CamelSListNode">CamelSListNode</a> *    camel_slist_remhead                 (<a class="link" href="camel-camel-list-utils.html#CamelSList" title="CamelSList">CamelSList</a> *l);</pre>
<p>
</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>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="camel_slist_remtail ()">
<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="CamelSListNode">CamelSListNode</a> *    camel_slist_remtail                 (<a class="link" href="camel-camel-list-utils.html#CamelSList" title="CamelSList">CamelSList</a> *l);</pre>
<p>
</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>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="camel_slist_empty ()">
<a name="camel-slist-empty"></a><h3>camel_slist_empty ()</h3>
<pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
>gint</a>                camel_slist_empty                   (<a class="link" href="camel-camel-list-utils.html#CamelSList" title="CamelSList">CamelSList</a> *l);</pre>
<p>
</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>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="camel_slist_length ()">
<a name="camel-slist-length"></a><h3>camel_slist_length ()</h3>
<pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
>gint</a>                camel_slist_length                  (<a class="link" href="camel-camel-list-utils.html#CamelSList" title="CamelSList">CamelSList</a> *l);</pre>
<p>
</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>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.11</div>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit