summaryrefslogtreecommitdiff
path: root/doc/gutenprint/html/group__list.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gutenprint/html/group__list.html')
-rw-r--r--doc/gutenprint/html/group__list.html70
1 files changed, 35 insertions, 35 deletions
diff --git a/doc/gutenprint/html/group__list.html b/doc/gutenprint/html/group__list.html
index 23d3364..5f67431 100644
--- a/doc/gutenprint/html/group__list.html
+++ b/doc/gutenprint/html/group__list.html
@@ -3,7 +3,7 @@
<title>libgutenprint API Reference: list</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
-<!-- Generated by Doxygen 1.4.3 -->
+<!-- Generated by Doxygen 1.4.4 -->
<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
<h1>list</h1>The list data type implements a fast generic doubly-linked list.
<a href="#_details">More...</a><table border="0" cellpadding="0" cellspacing="0">
@@ -111,7 +111,7 @@
The list data type implements a fast generic doubly-linked list.
<p>
It supports all of the operations you might want in a list (insert, remove, iterate over the list, copy whole lists), plus some (optional) less common features: finding items by index, name or long name, and sorting. These should also be fairly fast, due to caching in the list head.<hr><h2>Typedef Documentation</h2>
-<a class="anchor" name="ga0"></a><!-- doxytag: member=<list.h::stp_list_item_t> ref=<ga0> args=<> --><p>
+<a class="anchor" name="ga0"></a><!-- doxytag: member="list.h::stp_list_item_t" ref="ga0" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -136,7 +136,7 @@ The list item opaque data type.
This object is a node in the list. </td>
</tr>
</table>
-<a class="anchor" name="ga1"></a><!-- doxytag: member=<list.h::stp_list_t> ref=<ga1> args=<> --><p>
+<a class="anchor" name="ga1"></a><!-- doxytag: member="list.h::stp_list_t" ref="ga1" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -161,7 +161,7 @@ The list opaque data type.
This object represents the list as a whole. </td>
</tr>
</table>
-<a class="anchor" name="ga3"></a><!-- doxytag: member=<list.h::stp_node_copyfunc> ref=<ga3> args=<)(const void *)> --><p>
+<a class="anchor" name="ga3"></a><!-- doxytag: member="list.h::stp_node_copyfunc" ref="ga3" args=")(const void *)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -186,7 +186,7 @@ A callback function to copy the data a node contains.
The parameter is a pointer to the node data. The return value is a pointer to the new copy of the data. </td>
</tr>
</table>
-<a class="anchor" name="ga2"></a><!-- doxytag: member=<list.h::stp_node_freefunc> ref=<ga2> args=<)(void *)> --><p>
+<a class="anchor" name="ga2"></a><!-- doxytag: member="list.h::stp_node_freefunc" ref="ga2" args=")(void *)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -211,7 +211,7 @@ A callback function to free the data a node contains.
The parameter is a pointer to the node data. </td>
</tr>
</table>
-<a class="anchor" name="ga4"></a><!-- doxytag: member=<list.h::stp_node_namefunc> ref=<ga4> args=<)(const void *)> --><p>
+<a class="anchor" name="ga4"></a><!-- doxytag: member="list.h::stp_node_namefunc" ref="ga4" args=")(const void *)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -236,7 +236,7 @@ A callback function to get the name of a node.
The parameter is a pointer to the node data. The return value is a pointer to the name of the node, or NULL if there is no name. </td>
</tr>
</table>
-<a class="anchor" name="ga5"></a><!-- doxytag: member=<list.h::stp_node_sortfunc> ref=<ga5> args=<)(const void *, const void *)> --><p>
+<a class="anchor" name="ga5"></a><!-- doxytag: member="list.h::stp_node_sortfunc" ref="ga5" args=")(const void *, const void *)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -262,7 +262,7 @@ The two parameters are pointers to node data. The return value is &lt;0 if the f
</tr>
</table>
<hr><h2>Function Documentation</h2>
-<a class="anchor" name="ga8"></a><!-- doxytag: member=<list.h::stp_list_copy> ref=<ga8> args=<(const stp_list_t *list)> --><p>
+<a class="anchor" name="ga8"></a><!-- doxytag: member="list.h::stp_list_copy" ref="ga8" args="(const stp_list_t *list)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -298,7 +298,7 @@ list must be a valid list object previously created with <a class="el" href="gro
</td>
</tr>
</table>
-<a class="anchor" name="ga7"></a><!-- doxytag: member=<list.h::stp_list_create> ref=<ga7> args=<(void)> --><p>
+<a class="anchor" name="ga7"></a><!-- doxytag: member="list.h::stp_list_create" ref="ga7" args="(void)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -329,7 +329,7 @@ Create a new list object.
</td>
</tr>
</table>
-<a class="anchor" name="ga9"></a><!-- doxytag: member=<list.h::stp_list_destroy> ref=<ga9> args=<(stp_list_t *list)> --><p>
+<a class="anchor" name="ga9"></a><!-- doxytag: member="list.h::stp_list_destroy" ref="ga9" args="(stp_list_t *list)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -365,7 +365,7 @@ It is an error to destroy the list more than once. <dl compact><dt><b>Parameters
</td>
</tr>
</table>
-<a class="anchor" name="ga19"></a><!-- doxytag: member=<list.h::stp_list_get_copyfunc> ref=<ga19> args=<(const stp_list_t *list)> --><p>
+<a class="anchor" name="ga19"></a><!-- doxytag: member="list.h::stp_list_get_copyfunc" ref="ga19" args="(const stp_list_t *list)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -401,7 +401,7 @@ Get a list node copy function.
</td>
</tr>
</table>
-<a class="anchor" name="ga11"></a><!-- doxytag: member=<list.h::stp_list_get_end> ref=<ga11> args=<(const stp_list_t *list)> --><p>
+<a class="anchor" name="ga11"></a><!-- doxytag: member="list.h::stp_list_get_end" ref="ga11" args="(const stp_list_t *list)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -437,7 +437,7 @@ Find the last item in a list.
</td>
</tr>
</table>
-<a class="anchor" name="ga17"></a><!-- doxytag: member=<list.h::stp_list_get_freefunc> ref=<ga17> args=<(const stp_list_t *list)> --><p>
+<a class="anchor" name="ga17"></a><!-- doxytag: member="list.h::stp_list_get_freefunc" ref="ga17" args="(const stp_list_t *list)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -473,7 +473,7 @@ Get a list node free function.
</td>
</tr>
</table>
-<a class="anchor" name="ga12"></a><!-- doxytag: member=<list.h::stp_list_get_item_by_index> ref=<ga12> args=<(const stp_list_t *list, int idx)> --><p>
+<a class="anchor" name="ga12"></a><!-- doxytag: member="list.h::stp_list_get_item_by_index" ref="ga12" args="(const stp_list_t *list, int idx)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -519,7 +519,7 @@ Find an item in a list by its index.
</td>
</tr>
</table>
-<a class="anchor" name="ga14"></a><!-- doxytag: member=<list.h::stp_list_get_item_by_long_name> ref=<ga14> args=<(const stp_list_t *list, const char *long_name)> --><p>
+<a class="anchor" name="ga14"></a><!-- doxytag: member="list.h::stp_list_get_item_by_long_name" ref="ga14" args="(const stp_list_t *list, const char *long_name)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -565,7 +565,7 @@ Find an item in a list by its long name.
</td>
</tr>
</table>
-<a class="anchor" name="ga13"></a><!-- doxytag: member=<list.h::stp_list_get_item_by_name> ref=<ga13> args=<(const stp_list_t *list, const char *name)> --><p>
+<a class="anchor" name="ga13"></a><!-- doxytag: member="list.h::stp_list_get_item_by_name" ref="ga13" args="(const stp_list_t *list, const char *name)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -611,7 +611,7 @@ Find an item in a list by its name.
</td>
</tr>
</table>
-<a class="anchor" name="ga15"></a><!-- doxytag: member=<list.h::stp_list_get_length> ref=<ga15> args=<(const stp_list_t *list)> --><p>
+<a class="anchor" name="ga15"></a><!-- doxytag: member="list.h::stp_list_get_length" ref="ga15" args="(const stp_list_t *list)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -647,7 +647,7 @@ Get the length of a list.
</td>
</tr>
</table>
-<a class="anchor" name="ga23"></a><!-- doxytag: member=<list.h::stp_list_get_long_namefunc> ref=<ga23> args=<(const stp_list_t *list)> --><p>
+<a class="anchor" name="ga23"></a><!-- doxytag: member="list.h::stp_list_get_long_namefunc" ref="ga23" args="(const stp_list_t *list)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -683,7 +683,7 @@ Get a list node long name function.
</td>
</tr>
</table>
-<a class="anchor" name="ga21"></a><!-- doxytag: member=<list.h::stp_list_get_namefunc> ref=<ga21> args=<(const stp_list_t *list)> --><p>
+<a class="anchor" name="ga21"></a><!-- doxytag: member="list.h::stp_list_get_namefunc" ref="ga21" args="(const stp_list_t *list)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -719,7 +719,7 @@ Get a list node name function.
</td>
</tr>
</table>
-<a class="anchor" name="ga25"></a><!-- doxytag: member=<list.h::stp_list_get_sortfunc> ref=<ga25> args=<(const stp_list_t *list)> --><p>
+<a class="anchor" name="ga25"></a><!-- doxytag: member="list.h::stp_list_get_sortfunc" ref="ga25" args="(const stp_list_t *list)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -755,7 +755,7 @@ Get a list node sort function.
</td>
</tr>
</table>
-<a class="anchor" name="ga10"></a><!-- doxytag: member=<list.h::stp_list_get_start> ref=<ga10> args=<(const stp_list_t *list)> --><p>
+<a class="anchor" name="ga10"></a><!-- doxytag: member="list.h::stp_list_get_start" ref="ga10" args="(const stp_list_t *list)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -791,7 +791,7 @@ Find the first item in a list.
</td>
</tr>
</table>
-<a class="anchor" name="ga26"></a><!-- doxytag: member=<list.h::stp_list_item_create> ref=<ga26> args=<(stp_list_t *list, stp_list_item_t *next, const void *data)> --><p>
+<a class="anchor" name="ga26"></a><!-- doxytag: member="list.h::stp_list_item_create" ref="ga26" args="(stp_list_t *list, stp_list_item_t *next, const void *data)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -844,7 +844,7 @@ Create a new list item.
</td>
</tr>
</table>
-<a class="anchor" name="ga27"></a><!-- doxytag: member=<list.h::stp_list_item_destroy> ref=<ga27> args=<(stp_list_t *list, stp_list_item_t *item)> --><p>
+<a class="anchor" name="ga27"></a><!-- doxytag: member="list.h::stp_list_item_destroy" ref="ga27" args="(stp_list_t *list, stp_list_item_t *item)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -890,7 +890,7 @@ Destroy a list item.
</td>
</tr>
</table>
-<a class="anchor" name="ga30"></a><!-- doxytag: member=<list.h::stp_list_item_get_data> ref=<ga30> args=<(const stp_list_item_t *item)> --><p>
+<a class="anchor" name="ga30"></a><!-- doxytag: member="list.h::stp_list_item_get_data" ref="ga30" args="(const stp_list_item_t *item)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -926,7 +926,7 @@ Get the data associated with a list item.
</td>
</tr>
</table>
-<a class="anchor" name="ga29"></a><!-- doxytag: member=<list.h::stp_list_item_next> ref=<ga29> args=<(const stp_list_item_t *item)> --><p>
+<a class="anchor" name="ga29"></a><!-- doxytag: member="list.h::stp_list_item_next" ref="ga29" args="(const stp_list_item_t *item)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -962,7 +962,7 @@ Get the next item in the list.
</td>
</tr>
</table>
-<a class="anchor" name="ga28"></a><!-- doxytag: member=<list.h::stp_list_item_prev> ref=<ga28> args=<(const stp_list_item_t *item)> --><p>
+<a class="anchor" name="ga28"></a><!-- doxytag: member="list.h::stp_list_item_prev" ref="ga28" args="(const stp_list_item_t *item)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -998,7 +998,7 @@ Get the previous item in the list.
</td>
</tr>
</table>
-<a class="anchor" name="ga31"></a><!-- doxytag: member=<list.h::stp_list_item_set_data> ref=<ga31> args=<(stp_list_item_t *item, void *data)> --><p>
+<a class="anchor" name="ga31"></a><!-- doxytag: member="list.h::stp_list_item_set_data" ref="ga31" args="(stp_list_item_t *item, void *data)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -1045,7 +1045,7 @@ Set the data associated with a list item.
</td>
</tr>
</table>
-<a class="anchor" name="ga6"></a><!-- doxytag: member=<list.h::stp_list_node_free_data> ref=<ga6> args=<(void *item)> --><p>
+<a class="anchor" name="ga6"></a><!-- doxytag: member="list.h::stp_list_node_free_data" ref="ga6" args="(void *item)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -1080,7 +1080,7 @@ This function is indended for use as an stp_node_freefunc, which uses stp_free t
</td>
</tr>
</table>
-<a class="anchor" name="ga18"></a><!-- doxytag: member=<list.h::stp_list_set_copyfunc> ref=<ga18> args=<(stp_list_t *list, stp_node_copyfunc copyfunc)> --><p>
+<a class="anchor" name="ga18"></a><!-- doxytag: member="list.h::stp_list_set_copyfunc" ref="ga18" args="(stp_list_t *list, stp_node_copyfunc copyfunc)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -1125,7 +1125,7 @@ This callback function will be called whenever a list item is copied. Its intend
</td>
</tr>
</table>
-<a class="anchor" name="ga16"></a><!-- doxytag: member=<list.h::stp_list_set_freefunc> ref=<ga16> args=<(stp_list_t *list, stp_node_freefunc freefunc)> --><p>
+<a class="anchor" name="ga16"></a><!-- doxytag: member="list.h::stp_list_set_freefunc" ref="ga16" args="(stp_list_t *list, stp_node_freefunc freefunc)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -1170,7 +1170,7 @@ This callback function will be called whenever a list item is destroyed. Its int
</td>
</tr>
</table>
-<a class="anchor" name="ga22"></a><!-- doxytag: member=<list.h::stp_list_set_long_namefunc> ref=<ga22> args=<(stp_list_t *list, stp_node_namefunc long_namefunc)> --><p>
+<a class="anchor" name="ga22"></a><!-- doxytag: member="list.h::stp_list_set_long_namefunc" ref="ga22" args="(stp_list_t *list, stp_node_namefunc long_namefunc)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -1215,7 +1215,7 @@ This callback function will be called whenever the long name of a list item need
</td>
</tr>
</table>
-<a class="anchor" name="ga20"></a><!-- doxytag: member=<list.h::stp_list_set_namefunc> ref=<ga20> args=<(stp_list_t *list, stp_node_namefunc namefunc)> --><p>
+<a class="anchor" name="ga20"></a><!-- doxytag: member="list.h::stp_list_set_namefunc" ref="ga20" args="(stp_list_t *list, stp_node_namefunc namefunc)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -1260,7 +1260,7 @@ This callback function will be called whenever the name of a list item needs to
</td>
</tr>
</table>
-<a class="anchor" name="ga24"></a><!-- doxytag: member=<list.h::stp_list_set_sortfunc> ref=<ga24> args=<(stp_list_t *list, stp_node_sortfunc sortfunc)> --><p>
+<a class="anchor" name="ga24"></a><!-- doxytag: member="list.h::stp_list_set_sortfunc" ref="ga24" args="(stp_list_t *list, stp_node_sortfunc sortfunc)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -1305,8 +1305,8 @@ This callback function will be called to determine the sort order for list items
</td>
</tr>
</table>
-<hr size="1"><address style="align: right;"><small>Generated on Mon Aug 1 20:10:26 2005 for libgutenprint API Reference by&nbsp;
+<hr size="1"><address style="align: right;"><small>Generated on Sat Aug 13 14:42:23 2005 for libgutenprint API Reference by&nbsp;
<a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.3 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>
</html>