~cyphermox/ubuntu/quantal/evolution-data-server/autopkgtests

« back to all changes in this revision

Viewing changes to docs/reference/libedataserver/html/EList.html

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-09-19 12:15:29 UTC
  • mfrom: (1.1.93 upstream)
  • Revision ID: package-import@ubuntu.com-20110919121529-nsmfnges77ec7hux
Tags: 3.1.92-0ubuntu1
* New upstream release.
  - Cannot add more than one appointment per session (LP: #852277)
  - Contacts calendar backend doesn't show events (LP: #853905)
  - Set X-Evolution-Source header consistently (LP: #660626)

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>EList</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
7
<link rel="home" href="index.html" title="Evolution-Data-Server Manual: Utilities (libedataserver)">
8
8
<link rel="up" href="ch01.html" title="Evolution-Data-Server Manual: Utilities (libedataserver)">
9
9
<link rel="prev" href="EIterator.html" title="EIterator">
10
10
<link rel="next" href="EListIterator.html" title="EListIterator">
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">
40
40
<div class="refsynopsisdiv">
41
41
<a name="EList.synopsis"></a><h2>Synopsis</h2>
42
42
<pre class="synopsis">struct              <a class="link" href="EList.html#EList-struct" title="struct EList">EList</a>;
43
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>            (<a class="link" href="EList.html#EListCopyFunc" title="EListCopyFunc ()">*EListCopyFunc</a>)                    (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gconstpointer"><span class="type">gconstpointer</span></a> data</code></em>,
44
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> closure</code></em>);
45
 
<span class="returnvalue">void</span>                (<a class="link" href="EList.html#EListFreeFunc" title="EListFreeFunc ()">*EListFreeFunc</a>)                    (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
46
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> closure</code></em>);
47
 
<a class="link" href="EList.html" title="EList"><span class="returnvalue">EList</span></a> *                       <a class="link" href="EList.html#e-list-new" title="e_list_new ()">e_list_new</a>                          (<em class="parameter"><code><a class="link" href="EList.html#EListCopyFunc" title="EListCopyFunc ()"><span class="type">EListCopyFunc</span></a> copy</code></em>,
 
43
<span class="returnvalue">gpointer</span>            (<a class="link" href="EList.html#EListCopyFunc" title="EListCopyFunc ()">*EListCopyFunc</a>)                    (<em class="parameter"><code><span class="type">gconstpointer</span> data</code></em>,
 
44
                                                         <em class="parameter"><code><span class="type">gpointer</span> closure</code></em>);
 
45
<span class="returnvalue">void</span>                (<a class="link" href="EList.html#EListFreeFunc" title="EListFreeFunc ()">*EListFreeFunc</a>)                    (<em class="parameter"><code><span class="type">gpointer</span> data</code></em>,
 
46
                                                         <em class="parameter"><code><span class="type">gpointer</span> closure</code></em>);
 
47
<a class="link" href="EList.html" title="EList"><span class="returnvalue">EList</span></a> *             <a class="link" href="EList.html#e-list-new" title="e_list_new ()">e_list_new</a>                          (<em class="parameter"><code><a class="link" href="EList.html#EListCopyFunc" title="EListCopyFunc ()"><span class="type">EListCopyFunc</span></a> copy</code></em>,
48
48
                                                         <em class="parameter"><code><a class="link" href="EList.html#EListFreeFunc" title="EListFreeFunc ()"><span class="type">EListFreeFunc</span></a> free</code></em>,
49
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> closure</code></em>);
 
49
                                                         <em class="parameter"><code><span class="type">gpointer</span> closure</code></em>);
50
50
<span class="returnvalue">void</span>                <a class="link" href="EList.html#e-list-construct" title="e_list_construct ()">e_list_construct</a>                    (<em class="parameter"><code><a class="link" href="EList.html" title="EList"><span class="type">EList</span></a> *list</code></em>,
51
51
                                                         <em class="parameter"><code><a class="link" href="EList.html#EListCopyFunc" title="EListCopyFunc ()"><span class="type">EListCopyFunc</span></a> copy</code></em>,
52
52
                                                         <em class="parameter"><code><a class="link" href="EList.html#EListFreeFunc" title="EListFreeFunc ()"><span class="type">EListFreeFunc</span></a> free</code></em>,
53
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> closure</code></em>);
54
 
<a class="link" href="EList.html" title="EList"><span class="returnvalue">EList</span></a> *                       <a class="link" href="EList.html#e-list-duplicate" title="e_list_duplicate ()">e_list_duplicate</a>                    (<em class="parameter"><code><a class="link" href="EList.html" title="EList"><span class="type">EList</span></a> *list</code></em>);
55
 
<a class="link" href="EIterator.html" title="EIterator"><span class="returnvalue">EIterator</span></a> *                <a class="link" href="EList.html#e-list-get-iterator" title="e_list_get_iterator ()">e_list_get_iterator</a>                 (<em class="parameter"><code><a class="link" href="EList.html" title="EList"><span class="type">EList</span></a> *list</code></em>);
 
53
                                                         <em class="parameter"><code><span class="type">gpointer</span> closure</code></em>);
 
54
<a class="link" href="EList.html" title="EList"><span class="returnvalue">EList</span></a> *             <a class="link" href="EList.html#e-list-duplicate" title="e_list_duplicate ()">e_list_duplicate</a>                    (<em class="parameter"><code><a class="link" href="EList.html" title="EList"><span class="type">EList</span></a> *list</code></em>);
 
55
<a class="link" href="EIterator.html" title="EIterator"><span class="returnvalue">EIterator</span></a> *         <a class="link" href="EList.html#e-list-get-iterator" title="e_list_get_iterator ()">e_list_get_iterator</a>                 (<em class="parameter"><code><a class="link" href="EList.html" title="EList"><span class="type">EList</span></a> *list</code></em>);
56
56
<span class="returnvalue">void</span>                <a class="link" href="EList.html#e-list-append" title="e_list_append ()">e_list_append</a>                       (<em class="parameter"><code><a class="link" href="EList.html" title="EList"><span class="type">EList</span></a> *list</code></em>,
57
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gconstpointer"><span class="type">gconstpointer</span></a> data</code></em>);
 
57
                                                         <em class="parameter"><code><span class="type">gconstpointer</span> data</code></em>);
58
58
<span class="returnvalue">void</span>                <a class="link" href="EList.html#e-list-remove" title="e_list_remove ()">e_list_remove</a>                       (<em class="parameter"><code><a class="link" href="EList.html" title="EList"><span class="type">EList</span></a> *list</code></em>,
59
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gconstpointer"><span class="type">gconstpointer</span></a> data</code></em>);
60
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="EList.html#e-list-length" title="e_list_length ()">e_list_length</a>                       (<em class="parameter"><code><a class="link" href="EList.html" title="EList"><span class="type">EList</span></a> *list</code></em>);
 
59
                                                         <em class="parameter"><code><span class="type">gconstpointer</span> data</code></em>);
 
60
<span class="returnvalue">gint</span>                <a class="link" href="EList.html#e-list-length" title="e_list_length ()">e_list_length</a>                       (<em class="parameter"><code><a class="link" href="EList.html" title="EList"><span class="type">EList</span></a> *list</code></em>);
61
61
<span class="returnvalue">void</span>                <a class="link" href="EList.html#e-list-remove-link" title="e_list_remove_link ()">e_list_remove_link</a>                  (<em class="parameter"><code><a class="link" href="EList.html" title="EList"><span class="type">EList</span></a> *list</code></em>,
62
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *link</code></em>);
 
62
                                                         <em class="parameter"><code><span class="type">GList</span> *link</code></em>);
63
63
<span class="returnvalue">void</span>                <a class="link" href="EList.html#e-list-remove-iterator" title="e_list_remove_iterator ()">e_list_remove_iterator</a>              (<em class="parameter"><code><a class="link" href="EList.html" title="EList"><span class="type">EList</span></a> *list</code></em>,
64
64
                                                         <em class="parameter"><code><a class="link" href="EIterator.html" title="EIterator"><span class="type">EIterator</span></a> *iterator</code></em>);
65
65
<span class="returnvalue">void</span>                <a class="link" href="EList.html#e-list-invalidate-iterators" title="e_list_invalidate_iterators ()">e_list_invalidate_iterators</a>         (<em class="parameter"><code><a class="link" href="EList.html" title="EList"><span class="type">EList</span></a> *list</code></em>,
69
69
<div class="refsect1">
70
70
<a name="EList.object-hierarchy"></a><h2>Object Hierarchy</h2>
71
71
<pre class="synopsis">
72
 
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
72
  GObject
73
73
   +----EList
74
74
         +----<a class="link" href="EAccountList.html" title="EAccountList">EAccountList</a>
75
75
</pre>
90
90
<hr>
91
91
<div class="refsect2">
92
92
<a name="EListCopyFunc"></a><h3>EListCopyFunc ()</h3>
93
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>            (*EListCopyFunc)                    (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gconstpointer"><span class="type">gconstpointer</span></a> data</code></em>,
94
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> closure</code></em>);</pre>
 
93
<pre class="programlisting"><span class="returnvalue">gpointer</span>            (*EListCopyFunc)                    (<em class="parameter"><code><span class="type">gconstpointer</span> data</code></em>,
 
94
                                                         <em class="parameter"><code><span class="type">gpointer</span> closure</code></em>);</pre>
95
95
<p>
96
96
</p>
97
97
</div>
98
98
<hr>
99
99
<div class="refsect2">
100
100
<a name="EListFreeFunc"></a><h3>EListFreeFunc ()</h3>
101
 
<pre class="programlisting"><span class="returnvalue">void</span>                (*EListFreeFunc)                    (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
102
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> closure</code></em>);</pre>
 
101
<pre class="programlisting"><span class="returnvalue">void</span>                (*EListFreeFunc)                    (<em class="parameter"><code><span class="type">gpointer</span> data</code></em>,
 
102
                                                         <em class="parameter"><code><span class="type">gpointer</span> closure</code></em>);</pre>
103
103
<p>
104
104
</p>
105
105
</div>
106
106
<hr>
107
107
<div class="refsect2">
108
108
<a name="e-list-new"></a><h3>e_list_new ()</h3>
109
 
<pre class="programlisting"><a class="link" href="EList.html" title="EList"><span class="returnvalue">EList</span></a> *                           e_list_new                          (<em class="parameter"><code><a class="link" href="EList.html#EListCopyFunc" title="EListCopyFunc ()"><span class="type">EListCopyFunc</span></a> copy</code></em>,
 
109
<pre class="programlisting"><a class="link" href="EList.html" title="EList"><span class="returnvalue">EList</span></a> *             e_list_new                          (<em class="parameter"><code><a class="link" href="EList.html#EListCopyFunc" title="EListCopyFunc ()"><span class="type">EListCopyFunc</span></a> copy</code></em>,
110
110
                                                         <em class="parameter"><code><a class="link" href="EList.html#EListFreeFunc" title="EListFreeFunc ()"><span class="type">EListFreeFunc</span></a> free</code></em>,
111
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> closure</code></em>);</pre>
 
111
                                                         <em class="parameter"><code><span class="type">gpointer</span> closure</code></em>);</pre>
112
112
<div class="variablelist"><table border="0">
113
113
<col align="left" valign="top">
114
114
<tbody>
140
140
<pre class="programlisting"><span class="returnvalue">void</span>                e_list_construct                    (<em class="parameter"><code><a class="link" href="EList.html" title="EList"><span class="type">EList</span></a> *list</code></em>,
141
141
                                                         <em class="parameter"><code><a class="link" href="EList.html#EListCopyFunc" title="EListCopyFunc ()"><span class="type">EListCopyFunc</span></a> copy</code></em>,
142
142
                                                         <em class="parameter"><code><a class="link" href="EList.html#EListFreeFunc" title="EListFreeFunc ()"><span class="type">EListFreeFunc</span></a> free</code></em>,
143
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> closure</code></em>);</pre>
 
143
                                                         <em class="parameter"><code><span class="type">gpointer</span> closure</code></em>);</pre>
144
144
<div class="variablelist"><table border="0">
145
145
<col align="left" valign="top">
146
146
<tbody>
168
168
<hr>
169
169
<div class="refsect2">
170
170
<a name="e-list-duplicate"></a><h3>e_list_duplicate ()</h3>
171
 
<pre class="programlisting"><a class="link" href="EList.html" title="EList"><span class="returnvalue">EList</span></a> *                           e_list_duplicate                    (<em class="parameter"><code><a class="link" href="EList.html" title="EList"><span class="type">EList</span></a> *list</code></em>);</pre>
 
171
<pre class="programlisting"><a class="link" href="EList.html" title="EList"><span class="returnvalue">EList</span></a> *             e_list_duplicate                    (<em class="parameter"><code><a class="link" href="EList.html" title="EList"><span class="type">EList</span></a> *list</code></em>);</pre>
172
172
<div class="variablelist"><table border="0">
173
173
<col align="left" valign="top">
174
174
<tbody><tr>
181
181
<hr>
182
182
<div class="refsect2">
183
183
<a name="e-list-get-iterator"></a><h3>e_list_get_iterator ()</h3>
184
 
<pre class="programlisting"><a class="link" href="EIterator.html" title="EIterator"><span class="returnvalue">EIterator</span></a> *            e_list_get_iterator                 (<em class="parameter"><code><a class="link" href="EList.html" title="EList"><span class="type">EList</span></a> *list</code></em>);</pre>
 
184
<pre class="programlisting"><a class="link" href="EIterator.html" title="EIterator"><span class="returnvalue">EIterator</span></a> *         e_list_get_iterator                 (<em class="parameter"><code><a class="link" href="EList.html" title="EList"><span class="type">EList</span></a> *list</code></em>);</pre>
185
185
<div class="variablelist"><table border="0">
186
186
<col align="left" valign="top">
187
187
<tbody>
201
201
<div class="refsect2">
202
202
<a name="e-list-append"></a><h3>e_list_append ()</h3>
203
203
<pre class="programlisting"><span class="returnvalue">void</span>                e_list_append                       (<em class="parameter"><code><a class="link" href="EList.html" title="EList"><span class="type">EList</span></a> *list</code></em>,
204
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gconstpointer"><span class="type">gconstpointer</span></a> data</code></em>);</pre>
 
204
                                                         <em class="parameter"><code><span class="type">gconstpointer</span> data</code></em>);</pre>
205
205
<p>
206
206
</p>
207
207
</div>
209
209
<div class="refsect2">
210
210
<a name="e-list-remove"></a><h3>e_list_remove ()</h3>
211
211
<pre class="programlisting"><span class="returnvalue">void</span>                e_list_remove                       (<em class="parameter"><code><a class="link" href="EList.html" title="EList"><span class="type">EList</span></a> *list</code></em>,
212
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gconstpointer"><span class="type">gconstpointer</span></a> data</code></em>);</pre>
 
212
                                                         <em class="parameter"><code><span class="type">gconstpointer</span> data</code></em>);</pre>
213
213
<p>
214
214
</p>
215
215
</div>
216
216
<hr>
217
217
<div class="refsect2">
218
218
<a name="e-list-length"></a><h3>e_list_length ()</h3>
219
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                e_list_length                       (<em class="parameter"><code><a class="link" href="EList.html" title="EList"><span class="type">EList</span></a> *list</code></em>);</pre>
 
219
<pre class="programlisting"><span class="returnvalue">gint</span>                e_list_length                       (<em class="parameter"><code><a class="link" href="EList.html" title="EList"><span class="type">EList</span></a> *list</code></em>);</pre>
220
220
<p>
221
221
</p>
222
222
</div>
224
224
<div class="refsect2">
225
225
<a name="e-list-remove-link"></a><h3>e_list_remove_link ()</h3>
226
226
<pre class="programlisting"><span class="returnvalue">void</span>                e_list_remove_link                  (<em class="parameter"><code><a class="link" href="EList.html" title="EList"><span class="type">EList</span></a> *list</code></em>,
227
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *link</code></em>);</pre>
 
227
                                                         <em class="parameter"><code><span class="type">GList</span> *link</code></em>);</pre>
228
228
<p>
229
229
</p>
230
230
</div>
248
248
</div>
249
249
<div class="footer">
250
250
<hr>
251
 
          Generated by GTK-Doc V1.17</div>
 
251
          Generated by GTK-Doc V1.18</div>
252
252
</body>
253
253
</html>
 
 
b'\\ No newline at end of file'