~ubuntu-branches/ubuntu/natty/evolution-data-server/natty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-03-01 22:47:15 UTC
  • mfrom: (1.1.77 upstream)
  • Revision ID: james.westby@ubuntu.com-20100301224715-drsxc2y3t8anz3c0
Tags: 2.28.3-0ubuntu1
* New upstream version:
  Bug Fixes:
  - #602723 - Contact list name doesn't get displayed in 'To' dialog 
  - #600322 - assertion failed: (reply == msg) in cs_waitinfo()
              (lp: #455020, #475147)
  - #564727 - Few memory leaks (lp: #305428)
  - #574940 - Always ref returned info from message_info_from_uid 
              (lp: #341909)
  - #429317 - Use the relative URI returned if the server 
              re-directs a request
  - #602820 - Test validity of a book_view before using it in LDAP 
  - #590762 - Recurring google calendar items are not changeable
  - #604236 - Slow GPG processing 
  - #597816 - Do not crash on incorrect parameters used in sexp to SQL 
              (lp: #444177)
  - #604544 - Try Exchange fallback authentication only once 
  - #600778 - Fix --enable-e2k-debug configure option resolution 
  - #260407 - 'endswith' address book search doesn't work 
  - #549221 - (bnc) delete, sync flags immediately
* debian/patches/99_reconfigure.patch:
  - new version update

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>EListIterator</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
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="EList.html" title="EList">
10
10
<link rel="next" href="libedataserver-e-memory.html" title="e-memory">
11
 
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
 
<link rel="chapter" href="ch01.html" title="Evolution-Data-Server Manual: Utilities (libedataserver)">
14
 
<link rel="index" href="ix01.html" title="Index">
15
13
</head>
16
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
17
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
24
22
</tr>
25
23
<tr><td colspan="5" class="shortcuts">
26
24
<a href="#EListIterator.synopsis" class="shortcut">Top</a>
27
 
                 | 
28
 
                <a href="#EListIterator.description" class="shortcut">Description</a>
29
 
                 | 
30
 
                <a href="#EListIterator.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
25
                   | 
 
26
                  <a href="#EListIterator.description" class="shortcut">Description</a>
 
27
                   | 
 
28
                  <a href="#EListIterator.object-hierarchy" class="shortcut">Object Hierarchy</a>
31
29
</td></tr>
32
30
</table>
33
 
<div class="refentry" title="EListIterator">
 
31
<div class="refentry" lang="en">
34
32
<a name="EListIterator"></a><div class="titlepage"></div>
35
33
<div class="refnamediv"><table width="100%"><tr>
36
34
<td valign="top">
39
37
</td>
40
38
<td valign="top" align="right"></td>
41
39
</tr></table></div>
42
 
<div class="refsynopsisdiv" title="Synopsis">
 
40
<div class="refsynopsisdiv">
43
41
<a name="EListIterator.synopsis"></a><h2>Synopsis</h2>
44
 
<pre class="synopsis">
45
 
                    <a class="link" href="EListIterator.html#EListIterator-struct" title="EListIterator">EListIterator</a>;
46
 
<a class="link" href="EIterator.html" title="EIterator">EIterator</a> *         <a class="link" href="EListIterator.html#e-list-iterator-new" title="e_list_iterator_new ()">e_list_iterator_new</a>                 (<a class="link" href="EList.html" title="EList">EList</a> *list);
 
42
<pre class="synopsis">                    <a class="link" href="EListIterator.html#EListIterator-struct" title="EListIterator">EListIterator</a>;
 
43
<a class="link" href="EIterator.html" title="EIterator"><span class="returnvalue">EIterator</span></a> *         <a class="link" href="EListIterator.html#e-list-iterator-new" title="e_list_iterator_new ()">e_list_iterator_new</a>                 (<em class="parameter"><code><a class="link" href="EList.html" title="EList"><span class="type">EList</span></a> *list</code></em>);
47
44
</pre>
48
45
</div>
49
 
<div class="refsect1" title="Object Hierarchy">
 
46
<div class="refsect1" lang="en">
50
47
<a name="EListIterator.object-hierarchy"></a><h2>Object Hierarchy</h2>
51
48
<pre class="synopsis">
52
 
  <a
53
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
54
 
>GObject</a>
 
49
  GObject
55
50
   +----<a class="link" href="EIterator.html" title="EIterator">EIterator</a>
56
51
         +----EListIterator
57
52
</pre>
58
53
</div>
59
 
<div class="refsect1" title="Description">
 
54
<div class="refsect1" lang="en">
60
55
<a name="EListIterator.description"></a><h2>Description</h2>
61
56
<p>
62
57
</p>
63
58
</div>
64
 
<div class="refsect1" title="Details">
 
59
<div class="refsect1" lang="en">
65
60
<a name="EListIterator.details"></a><h2>Details</h2>
66
 
<div class="refsect2" title="EListIterator">
 
61
<div class="refsect2" lang="en">
67
62
<a name="EListIterator-struct"></a><h3>EListIterator</h3>
68
63
<pre class="programlisting">typedef struct _EListIterator EListIterator;</pre>
69
64
<p>
70
65
</p>
71
66
</div>
72
67
<hr>
73
 
<div class="refsect2" title="e_list_iterator_new ()">
 
68
<div class="refsect2" lang="en">
74
69
<a name="e-list-iterator-new"></a><h3>e_list_iterator_new ()</h3>
75
 
<pre class="programlisting"><a class="link" href="EIterator.html" title="EIterator">EIterator</a> *         e_list_iterator_new                 (<a class="link" href="EList.html" title="EList">EList</a> *list);</pre>
 
70
<pre class="programlisting"><a class="link" href="EIterator.html" title="EIterator"><span class="returnvalue">EIterator</span></a> *         e_list_iterator_new                 (<em class="parameter"><code><a class="link" href="EList.html" title="EList"><span class="type">EList</span></a> *list</code></em>);</pre>
76
71
<p>
77
72
</p>
78
73
<div class="variablelist"><table border="0">
95
90
</div>
96
91
<div class="footer">
97
92
<hr>
98
 
          Generated by GTK-Doc V1.11</div>
 
93
          Generated by GTK-Doc V1.14</div>
99
94
</body>
100
 
</html>
 
95
</html>
 
 
b'\\ No newline at end of file'