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

« back to all changes in this revision

Viewing changes to docs/reference/addressbook/libebook/html/libebook-e-book-types.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>e-book-types</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: Address Book Client (libebook)">
8
8
<link rel="up" href="ch01.html" title="Evolution-Data-Server Manual: Address Book Client (libebook)">
9
9
<link rel="prev" href="libebook-e-book-query.html" title="e-book-query">
10
10
<link rel="next" href="EBookView.html" title="EBookView">
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: Address Book Client (libebook)">
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="#libebook-e-book-types.synopsis" class="shortcut">Top</a>
27
 
                 | 
28
 
                <a href="#libebook-e-book-types.description" class="shortcut">Description</a>
 
25
                   | 
 
26
                  <a href="#libebook-e-book-types.description" class="shortcut">Description</a>
29
27
</td></tr>
30
28
</table>
31
 
<div class="refentry" title="e-book-types">
 
29
<div class="refentry" lang="en">
32
30
<a name="libebook-e-book-types"></a><div class="titlepage"></div>
33
31
<div class="refnamediv"><table width="100%"><tr>
34
32
<td valign="top">
38
36
</td>
39
37
<td valign="top" align="right"></td>
40
38
</tr></table></div>
41
 
<div class="refsynopsisdiv" title="Synopsis">
 
39
<div class="refsynopsisdiv">
42
40
<a name="libebook-e-book-types.synopsis"></a><h2>Synopsis</h2>
43
 
<pre class="synopsis">
44
 
#define             <a class="link" href="libebook-e-book-types.html#E-BOOK-ERROR--CAPS" title="E_BOOK_ERROR">E_BOOK_ERROR</a>
45
 
<a
46
 
href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"
47
 
>GQuark</a>              <a class="link" href="libebook-e-book-types.html#e-book-error-quark" title="e_book_error_quark ()">e_book_error_quark</a>                  (void);
 
41
<pre class="synopsis">#define             <a class="link" href="libebook-e-book-types.html#E-BOOK-ERROR:CAPS" title="E_BOOK_ERROR">E_BOOK_ERROR</a>
 
42
<span class="returnvalue">GQuark</span>              <a class="link" href="libebook-e-book-types.html#e-book-error-quark" title="e_book_error_quark ()">e_book_error_quark</a>                  (<em class="parameter"><code><span class="type">void</span></code></em>);
48
43
enum                <a class="link" href="libebook-e-book-types.html#EBookStatus" title="enum EBookStatus">EBookStatus</a>;
49
44
enum                <a class="link" href="libebook-e-book-types.html#EBookViewStatus" title="enum EBookViewStatus">EBookViewStatus</a>;
50
45
enum                <a class="link" href="libebook-e-book-types.html#EBookChangeType" title="enum EBookChangeType">EBookChangeType</a>;
51
46
                    <a class="link" href="libebook-e-book-types.html#EBookChange" title="EBookChange">EBookChange</a>;
52
47
</pre>
53
48
</div>
54
 
<div class="refsect1" title="Description">
 
49
<div class="refsect1" lang="en">
55
50
<a name="libebook-e-book-types.description"></a><h2>Description</h2>
56
51
<p>
57
52
</p>
58
53
</div>
59
 
<div class="refsect1" title="Details">
 
54
<div class="refsect1" lang="en">
60
55
<a name="libebook-e-book-types.details"></a><h2>Details</h2>
61
 
<div class="refsect2" title="E_BOOK_ERROR">
62
 
<a name="E-BOOK-ERROR--CAPS"></a><h3>E_BOOK_ERROR</h3>
 
56
<div class="refsect2" lang="en">
 
57
<a name="E-BOOK-ERROR:CAPS"></a><h3>E_BOOK_ERROR</h3>
63
58
<pre class="programlisting">#define E_BOOK_ERROR e_book_error_quark()
64
59
</pre>
65
60
<p>
66
61
</p>
67
62
</div>
68
63
<hr>
69
 
<div class="refsect2" title="e_book_error_quark ()">
 
64
<div class="refsect2" lang="en">
70
65
<a name="e-book-error-quark"></a><h3>e_book_error_quark ()</h3>
71
 
<pre class="programlisting"><a
72
 
href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"
73
 
>GQuark</a>              e_book_error_quark                  (void);</pre>
 
66
<pre class="programlisting"><span class="returnvalue">GQuark</span>              e_book_error_quark                  (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
74
67
<p>
75
68
</p>
76
69
<div class="variablelist"><table border="0">
83
76
</table></div>
84
77
</div>
85
78
<hr>
86
 
<div class="refsect2" title="enum EBookStatus">
 
79
<div class="refsect2" lang="en">
87
80
<a name="EBookStatus"></a><h3>enum EBookStatus</h3>
88
81
<pre class="programlisting">typedef enum {
89
82
        E_BOOK_ERROR_OK,
116
109
</p>
117
110
</div>
118
111
<hr>
119
 
<div class="refsect2" title="enum EBookViewStatus">
 
112
<div class="refsect2" lang="en">
120
113
<a name="EBookViewStatus"></a><h3>enum EBookViewStatus</h3>
121
114
<pre class="programlisting">typedef enum {
122
115
        E_BOOK_VIEW_STATUS_OK,
131
124
</p>
132
125
</div>
133
126
<hr>
134
 
<div class="refsect2" title="enum EBookChangeType">
 
127
<div class="refsect2" lang="en">
135
128
<a name="EBookChangeType"></a><h3>enum EBookChangeType</h3>
136
129
<pre class="programlisting">typedef enum {
137
130
        E_BOOK_CHANGE_CARD_ADDED,
143
136
</p>
144
137
</div>
145
138
<hr>
146
 
<div class="refsect2" title="EBookChange">
 
139
<div class="refsect2" lang="en">
147
140
<a name="EBookChange"></a><h3>EBookChange</h3>
148
141
<pre class="programlisting">typedef struct {
149
142
        EBookChangeType  change_type;
157
150
</div>
158
151
<div class="footer">
159
152
<hr>
160
 
          Generated by GTK-Doc V1.11</div>
 
153
          Generated by GTK-Doc V1.14</div>
161
154
</body>
162
 
</html>
 
155
</html>
 
 
b'\\ No newline at end of file'