~ubuntu-branches/ubuntu/feisty/evolution-data-server/feisty-security

« back to all changes in this revision

Viewing changes to docs/reference/addressbook/libedata-book/html/EDataBook.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-03-13 01:11:27 UTC
  • mfrom: (1.1.25 upstream)
  • Revision ID: james.westby@ubuntu.com-20070313011127-sx9vrdropgwskhfn
Tags: 1.10.0-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 
5
<title>EDataBook</title>
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
 
7
<link rel="start" href="index.html" title="Evolution API Reference: libedata-book, the Addressbook backend library">
 
8
<link rel="up" href="ch01.html" title="Evolution API Reference: libedata-book, the Addressbook backend library">
 
9
<link rel="prev" href="EBookBackendSync.html" title="EBookBackendSync">
 
10
<link rel="next" href="libedata-book-EDataBookFactory.html" title="EDataBookFactory">
 
11
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
 
12
<link rel="stylesheet" href="style.css" type="text/css">
 
13
<link rel="chapter" href="ch01.html" title="Evolution API Reference: libedata-book, the Addressbook backend library">
 
14
<link rel="index" href="ix01.html" title="Index">
 
15
</head>
 
16
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 
17
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 
18
<tr valign="middle">
 
19
<td><a accesskey="p" href="EBookBackendSync.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
20
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 
21
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 
22
<th width="100%" align="center">Evolution API Reference: libedata-book, the Addressbook backend library</th>
 
23
<td><a accesskey="n" href="libedata-book-EDataBookFactory.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
24
</tr>
 
25
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2540412" class="shortcut">Top</a>
 
26
                  &#160;|&#160;
 
27
                  <a href="#id2538310" class="shortcut">Description</a>
 
28
                  &#160;|&#160;
 
29
                  <a href="#id2538280" class="shortcut">Object Hierarchy</a></nobr></td></tr>
 
30
</table>
 
31
<div class="refentry" lang="en">
 
32
<a name="EDataBook"></a><div class="titlepage"></div>
 
33
<div class="refnamediv"><table width="100%"><tr>
 
34
<td valign="top">
 
35
<h2>
 
36
<a name="id2540412"></a><span class="refentrytitle">EDataBook</span>
 
37
</h2>
 
38
<p>EDataBook &#8212; </p>
 
39
</td>
 
40
<td valign="top" align="right"></td>
 
41
</tr></table></div>
 
42
<div class="refsynopsisdiv">
 
43
<h2>Synopsis</h2>
 
44
<pre class="synopsis">
 
45
 
 
46
 
 
47
 
 
48
struct      <a href="EDataBook.html#EDataBook-struct">EDataBook</a>;
 
49
<a href="EDataBook.html" title="EDataBook">EDataBook</a>*  <a href="EDataBook.html#e-data-book-new">e_data_book_new</a>                 (<a href="EBookBackend.html" title="EBookBackend">EBookBackend</a> *backend,
 
50
                                             ESource *source,
 
51
                                             GNOME_Evolution_Addressbook_BookListener listener);
 
52
GNOME_Evolution_Addressbook_BookListener <a href="EDataBook.html#e-data-book-get-listener">e_data_book_get_listener</a>
 
53
                                            (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book);
 
54
<a href="EBookBackend.html" title="EBookBackend">EBookBackend</a>* <a href="EDataBook.html#e-data-book-get-backend">e_data_book_get_backend</a>       (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book);
 
55
ESource*    <a href="EDataBook.html#e-data-book-get-source">e_data_book_get_source</a>          (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book);
 
56
void        <a href="EDataBook.html#e-data-book-respond-open">e_data_book_respond_open</a>        (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book,
 
57
                                             <a
 
58
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
 
59
>guint32</a> opid,
 
60
                                             GNOME_Evolution_Addressbook_CallStatus status);
 
61
void        <a href="EDataBook.html#e-data-book-respond-remove">e_data_book_respond_remove</a>      (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book,
 
62
                                             <a
 
63
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
 
64
>guint32</a> opid,
 
65
                                             GNOME_Evolution_Addressbook_CallStatus status);
 
66
void        <a href="EDataBook.html#e-data-book-respond-create">e_data_book_respond_create</a>      (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book,
 
67
                                             <a
 
68
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
 
69
>guint32</a> opid,
 
70
                                             GNOME_Evolution_Addressbook_CallStatus status,
 
71
                                             <a
 
72
href="/opt/gnome/share/gtk-doc/html/libebook/EContact.html"
 
73
>EContact</a> *contact);
 
74
void        <a href="EDataBook.html#e-data-book-respond-remove-contacts">e_data_book_respond_remove_contacts</a>
 
75
                                            (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book,
 
76
                                             <a
 
77
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
 
78
>guint32</a> opid,
 
79
                                             GNOME_Evolution_Addressbook_CallStatus status,
 
80
                                             <a
 
81
href="/opt/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
 
82
>GList</a> *ids);
 
83
void        <a href="EDataBook.html#e-data-book-respond-modify">e_data_book_respond_modify</a>      (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book,
 
84
                                             <a
 
85
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
 
86
>guint32</a> opid,
 
87
                                             GNOME_Evolution_Addressbook_CallStatus status,
 
88
                                             <a
 
89
href="/opt/gnome/share/gtk-doc/html/libebook/EContact.html"
 
90
>EContact</a> *contact);
 
91
void        <a href="EDataBook.html#e-data-book-respond-authenticate-user">e_data_book_respond_authenticate_user</a>
 
92
                                            (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book,
 
93
                                             <a
 
94
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
 
95
>guint32</a> opid,
 
96
                                             GNOME_Evolution_Addressbook_CallStatus status);
 
97
void        <a href="EDataBook.html#e-data-book-respond-get-supported-fields">e_data_book_respond_get_supported_fields</a>
 
98
                                            (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book,
 
99
                                             <a
 
100
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
 
101
>guint32</a> opid,
 
102
                                             GNOME_Evolution_Addressbook_CallStatus status,
 
103
                                             <a
 
104
href="/opt/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
 
105
>GList</a> *fields);
 
106
void        <a href="EDataBook.html#e-data-book-respond-get-required-fields">e_data_book_respond_get_required_fields</a>
 
107
                                            (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book,
 
108
                                             <a
 
109
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
 
110
>guint32</a> opid,
 
111
                                             GNOME_Evolution_Addressbook_CallStatus status,
 
112
                                             <a
 
113
href="/opt/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
 
114
>GList</a> *fields);
 
115
void        <a href="EDataBook.html#e-data-book-respond-get-supported-auth-methods">e_data_book_respond_get_supported_auth_methods</a>
 
116
                                            (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book,
 
117
                                             <a
 
118
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
 
119
>guint32</a> opid,
 
120
                                             GNOME_Evolution_Addressbook_CallStatus status,
 
121
                                             <a
 
122
href="/opt/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
 
123
>GList</a> *fields);
 
124
void        <a href="EDataBook.html#e-data-book-respond-get-book-view">e_data_book_respond_get_book_view</a>
 
125
                                            (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book,
 
126
                                             <a
 
127
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
 
128
>guint32</a> opid,
 
129
                                             GNOME_Evolution_Addressbook_CallStatus status,
 
130
                                             <a href="EDataBookView.html" title="EDataBookView">EDataBookView</a> *book_view);
 
131
void        <a href="EDataBook.html#e-data-book-respond-get-contact">e_data_book_respond_get_contact</a> (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book,
 
132
                                             <a
 
133
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
 
134
>guint32</a> opid,
 
135
                                             GNOME_Evolution_Addressbook_CallStatus status,
 
136
                                             char *vcard);
 
137
void        <a href="EDataBook.html#e-data-book-respond-get-contact-list">e_data_book_respond_get_contact_list</a>
 
138
                                            (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book,
 
139
                                             <a
 
140
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
 
141
>guint32</a> opid,
 
142
                                             GNOME_Evolution_Addressbook_CallStatus status,
 
143
                                             <a
 
144
href="/opt/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
 
145
>GList</a> *cards);
 
146
void        <a href="EDataBook.html#e-data-book-respond-get-changes">e_data_book_respond_get_changes</a> (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book,
 
147
                                             <a
 
148
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
 
149
>guint32</a> opid,
 
150
                                             GNOME_Evolution_Addressbook_CallStatus status,
 
151
                                             <a
 
152
href="/opt/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
 
153
>GList</a> *changes);
 
154
void        <a href="EDataBook.html#e-data-book-report-writable">e_data_book_report_writable</a>     (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book,
 
155
                                             <a
 
156
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
157
>gboolean</a> writable);
 
158
void        <a href="EDataBook.html#e-data-book-report-connection-status">e_data_book_report_connection_status</a>
 
159
                                            (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book,
 
160
                                             <a
 
161
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
162
>gboolean</a> is_online);
 
163
void        <a href="EDataBook.html#e-data-book-report-auth-required">e_data_book_report_auth_required</a>
 
164
                                            (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book);
 
165
 
 
166
 
 
167
</pre>
 
168
</div>
 
169
<div class="refsect1" lang="en">
 
170
<a name="id2538280"></a><h2>Object Hierarchy</h2>
 
171
<pre class="synopsis">
 
172
 
 
173
  <a
 
174
href="/opt/gnome/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
 
175
>GObject</a>
 
176
   +----<a
 
177
href="/opt/gnome/share/gtk-doc/html/libbonobo/libbonobo-bonobo-object.html#BonoboObject"
 
178
>BonoboObject</a>
 
179
         +----EDataBook
 
180
</pre>
 
181
</div>
 
182
<div class="refsect1" lang="en">
 
183
<a name="id2538310"></a><h2>Description</h2>
 
184
<p>
 
185
 
 
186
</p>
 
187
</div>
 
188
<div class="refsect1" lang="en">
 
189
<a name="id2538326"></a><h2>Details</h2>
 
190
<div class="refsect2" lang="en">
 
191
<a name="id2538337"></a><h3>
 
192
<a name="EDataBook-struct"></a>struct EDataBook</h3>
 
193
<a class="indexterm" name="id2538349"></a><pre class="programlisting">struct EDataBook;</pre>
 
194
<p>
 
195
 
 
196
</p>
 
197
</div>
 
198
<hr>
 
199
<div class="refsect2" lang="en">
 
200
<a name="id2538365"></a><h3>
 
201
<a name="e-data-book-new"></a>e_data_book_new ()</h3>
 
202
<a class="indexterm" name="id2538377"></a><pre class="programlisting"><a href="EDataBook.html" title="EDataBook">EDataBook</a>*  e_data_book_new                 (<a href="EBookBackend.html" title="EBookBackend">EBookBackend</a> *backend,
 
203
                                             ESource *source,
 
204
                                             GNOME_Evolution_Addressbook_BookListener listener);</pre>
 
205
<p>
 
206
Create a new <a href="EDataBook.html" title="EDataBook"><span class="type">EDataBook</span></a> using <em class="parameter"><code>backend</code></em> for storage, <em class="parameter"><code>source</code></em> as the
 
207
storage location and <em class="parameter"><code>listener</code></em> for reporting status.</p>
 
208
<p>
 
209
 
 
210
</p>
 
211
<div class="variablelist"><table border="0">
 
212
<col align="left" valign="top">
 
213
<tbody>
 
214
<tr>
 
215
<td><span class="term"><em class="parameter"><code>backend</code></em>&#160;:</span></td>
 
216
<td> an <a href="EBookBackend.html" title="EBookBackend"><span class="type">EBookBackend</span></a>
 
217
</td>
 
218
</tr>
 
219
<tr>
 
220
<td><span class="term"><em class="parameter"><code>source</code></em>&#160;:</span></td>
 
221
<td> an <span class="type">ESource</span>
 
222
</td>
 
223
</tr>
 
224
<tr>
 
225
<td><span class="term"><em class="parameter"><code>listener</code></em>&#160;:</span></td>
 
226
<td> a <span class="type">GNOME_Evolution_Addressbook_BookListener</span> CORBA object
 
227
</td>
 
228
</tr>
 
229
<tr>
 
230
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
231
<td> A new <a href="EDataBook.html" title="EDataBook"><span class="type">EDataBook</span></a>.
 
232
</td>
 
233
</tr>
 
234
</tbody>
 
235
</table></div>
 
236
</div>
 
237
<hr>
 
238
<div class="refsect2" lang="en">
 
239
<a name="id2590685"></a><h3>
 
240
<a name="e-data-book-get-listener"></a>e_data_book_get_listener ()</h3>
 
241
<a class="indexterm" name="id2590696"></a><pre class="programlisting">GNOME_Evolution_Addressbook_BookListener e_data_book_get_listener
 
242
                                            (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book);</pre>
 
243
<p>
 
244
Gets the CORBA listener associated with <em class="parameter"><code>book</code></em>.</p>
 
245
<p>
 
246
 
 
247
</p>
 
248
<div class="variablelist"><table border="0">
 
249
<col align="left" valign="top">
 
250
<tbody>
 
251
<tr>
 
252
<td><span class="term"><em class="parameter"><code>book</code></em>&#160;:</span></td>
 
253
<td> an <a href="EDataBook.html" title="EDataBook"><span class="type">EDataBook</span></a>
 
254
</td>
 
255
</tr>
 
256
<tr>
 
257
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
258
<td> A <span class="type">GNOME_Evolution_Addressbook_BookListener</span>.
 
259
</td>
 
260
</tr>
 
261
</tbody>
 
262
</table></div>
 
263
</div>
 
264
<hr>
 
265
<div class="refsect2" lang="en">
 
266
<a name="id2590771"></a><h3>
 
267
<a name="e-data-book-get-backend"></a>e_data_book_get_backend ()</h3>
 
268
<a class="indexterm" name="id2590782"></a><pre class="programlisting"><a href="EBookBackend.html" title="EBookBackend">EBookBackend</a>* e_data_book_get_backend       (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book);</pre>
 
269
<p>
 
270
Gets the <a href="EBookBackend.html" title="EBookBackend"><span class="type">EBookBackend</span></a> being used to store data for <em class="parameter"><code>book</code></em>.</p>
 
271
<p>
 
272
 
 
273
</p>
 
274
<div class="variablelist"><table border="0">
 
275
<col align="left" valign="top">
 
276
<tbody>
 
277
<tr>
 
278
<td><span class="term"><em class="parameter"><code>book</code></em>&#160;:</span></td>
 
279
<td> an <a href="EDataBook.html" title="EDataBook"><span class="type">EDataBook</span></a>
 
280
</td>
 
281
</tr>
 
282
<tr>
 
283
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
284
<td> The <a href="EBookBackend.html" title="EBookBackend"><span class="type">EBookBackend</span></a> being used.
 
285
</td>
 
286
</tr>
 
287
</tbody>
 
288
</table></div>
 
289
</div>
 
290
<hr>
 
291
<div class="refsect2" lang="en">
 
292
<a name="id2590871"></a><h3>
 
293
<a name="e-data-book-get-source"></a>e_data_book_get_source ()</h3>
 
294
<a class="indexterm" name="id2590882"></a><pre class="programlisting">ESource*    e_data_book_get_source          (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book);</pre>
 
295
<p>
 
296
Gets the <span class="type">ESource</span> associated with <em class="parameter"><code>book</code></em>.</p>
 
297
<p>
 
298
 
 
299
</p>
 
300
<div class="variablelist"><table border="0">
 
301
<col align="left" valign="top">
 
302
<tbody>
 
303
<tr>
 
304
<td><span class="term"><em class="parameter"><code>book</code></em>&#160;:</span></td>
 
305
<td> an <a href="EDataBook.html" title="EDataBook"><span class="type">EDataBook</span></a>
 
306
</td>
 
307
</tr>
 
308
<tr>
 
309
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
310
<td> An <span class="type">ESource</span>.
 
311
</td>
 
312
</tr>
 
313
</tbody>
 
314
</table></div>
 
315
</div>
 
316
<hr>
 
317
<div class="refsect2" lang="en">
 
318
<a name="id2590969"></a><h3>
 
319
<a name="e-data-book-respond-open"></a>e_data_book_respond_open ()</h3>
 
320
<a class="indexterm" name="id2590980"></a><pre class="programlisting">void        e_data_book_respond_open        (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book,
 
321
                                             <a
 
322
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
 
323
>guint32</a> opid,
 
324
                                             GNOME_Evolution_Addressbook_CallStatus status);</pre>
 
325
<p>
 
326
Respond to an 'open' request specified by <em class="parameter"><code>opid</code></em> on <em class="parameter"><code>book</code></em>,
 
327
indicating <em class="parameter"><code>status</code></em> as the outcome.</p>
 
328
<p>
 
329
 
 
330
</p>
 
331
<div class="variablelist"><table border="0">
 
332
<col align="left" valign="top">
 
333
<tbody>
 
334
<tr>
 
335
<td><span class="term"><em class="parameter"><code>book</code></em>&#160;:</span></td>
 
336
<td> an <a href="EDataBook.html" title="EDataBook"><span class="type">EDataBook</span></a>
 
337
</td>
 
338
</tr>
 
339
<tr>
 
340
<td><span class="term"><em class="parameter"><code>opid</code></em>&#160;:</span></td>
 
341
<td> the operation ID that generated the response
 
342
</td>
 
343
</tr>
 
344
<tr>
 
345
<td><span class="term"><em class="parameter"><code>status</code></em>&#160;:</span></td>
 
346
<td> the outcome of the operation
 
347
</td>
 
348
</tr>
 
349
</tbody>
 
350
</table></div>
 
351
</div>
 
352
<hr>
 
353
<div class="refsect2" lang="en">
 
354
<a name="id2591100"></a><h3>
 
355
<a name="e-data-book-respond-remove"></a>e_data_book_respond_remove ()</h3>
 
356
<a class="indexterm" name="id2591112"></a><pre class="programlisting">void        e_data_book_respond_remove      (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book,
 
357
                                             <a
 
358
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
 
359
>guint32</a> opid,
 
360
                                             GNOME_Evolution_Addressbook_CallStatus status);</pre>
 
361
<p>
 
362
Respond to a 'remove' request to remove all of <em class="parameter"><code>book</code></em>'s data,
 
363
specified by <em class="parameter"><code>opid</code></em>, indicating <em class="parameter"><code>status</code></em> as the outcome.</p>
 
364
<p>
 
365
 
 
366
</p>
 
367
<div class="variablelist"><table border="0">
 
368
<col align="left" valign="top">
 
369
<tbody>
 
370
<tr>
 
371
<td><span class="term"><em class="parameter"><code>book</code></em>&#160;:</span></td>
 
372
<td> an <a href="EDataBook.html" title="EDataBook"><span class="type">EDataBook</span></a>
 
373
</td>
 
374
</tr>
 
375
<tr>
 
376
<td><span class="term"><em class="parameter"><code>opid</code></em>&#160;:</span></td>
 
377
<td> the operation ID that generated the response
 
378
</td>
 
379
</tr>
 
380
<tr>
 
381
<td><span class="term"><em class="parameter"><code>status</code></em>&#160;:</span></td>
 
382
<td> the outcome of the operation
 
383
</td>
 
384
</tr>
 
385
</tbody>
 
386
</table></div>
 
387
</div>
 
388
<hr>
 
389
<div class="refsect2" lang="en">
 
390
<a name="id2591231"></a><h3>
 
391
<a name="e-data-book-respond-create"></a>e_data_book_respond_create ()</h3>
 
392
<a class="indexterm" name="id2591243"></a><pre class="programlisting">void        e_data_book_respond_create      (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book,
 
393
                                             <a
 
394
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
 
395
>guint32</a> opid,
 
396
                                             GNOME_Evolution_Addressbook_CallStatus status,
 
397
                                             <a
 
398
href="/opt/gnome/share/gtk-doc/html/libebook/EContact.html"
 
399
>EContact</a> *contact);</pre>
 
400
<p>
 
401
Respond to a 'create' request specified by <em class="parameter"><code>opid</code></em> on <em class="parameter"><code>book</code></em>,
 
402
indicating <em class="parameter"><code>status</code></em> as the outcome.</p>
 
403
<p>
 
404
 
 
405
</p>
 
406
<div class="variablelist"><table border="0">
 
407
<col align="left" valign="top">
 
408
<tbody>
 
409
<tr>
 
410
<td><span class="term"><em class="parameter"><code>book</code></em>&#160;:</span></td>
 
411
<td> an <a href="EDataBook.html" title="EDataBook"><span class="type">EDataBook</span></a>
 
412
</td>
 
413
</tr>
 
414
<tr>
 
415
<td><span class="term"><em class="parameter"><code>opid</code></em>&#160;:</span></td>
 
416
<td> the operation ID that generated the response
 
417
</td>
 
418
</tr>
 
419
<tr>
 
420
<td><span class="term"><em class="parameter"><code>status</code></em>&#160;:</span></td>
 
421
<td> the outcome of the operation
 
422
</td>
 
423
</tr>
 
424
<tr>
 
425
<td><span class="term"><em class="parameter"><code>contact</code></em>&#160;:</span></td>
 
426
<td> the contact created, or <a
 
427
href="/opt/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
 
428
><code class="literal">NULL</code></a>
 
429
</td>
 
430
</tr>
 
431
</tbody>
 
432
</table></div>
 
433
</div>
 
434
<hr>
 
435
<div class="refsect2" lang="en">
 
436
<a name="id2591392"></a><h3>
 
437
<a name="e-data-book-respond-remove-contacts"></a>e_data_book_respond_remove_contacts ()</h3>
 
438
<a class="indexterm" name="id2591406"></a><pre class="programlisting">void        e_data_book_respond_remove_contacts
 
439
                                            (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book,
 
440
                                             <a
 
441
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
 
442
>guint32</a> opid,
 
443
                                             GNOME_Evolution_Addressbook_CallStatus status,
 
444
                                             <a
 
445
href="/opt/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
 
446
>GList</a> *ids);</pre>
 
447
<p>
 
448
Respond to a 'remove contacts' request specified by <em class="parameter"><code>opid</code></em> on <em class="parameter"><code>book</code></em>,
 
449
indicating <em class="parameter"><code>status</code></em> as the outcome.</p>
 
450
<p>
 
451
 
 
452
</p>
 
453
<div class="variablelist"><table border="0">
 
454
<col align="left" valign="top">
 
455
<tbody>
 
456
<tr>
 
457
<td><span class="term"><em class="parameter"><code>book</code></em>&#160;:</span></td>
 
458
<td> an <a href="EDataBook.html" title="EDataBook"><span class="type">EDataBook</span></a>
 
459
</td>
 
460
</tr>
 
461
<tr>
 
462
<td><span class="term"><em class="parameter"><code>opid</code></em>&#160;:</span></td>
 
463
<td> the operation ID that generated the response
 
464
</td>
 
465
</tr>
 
466
<tr>
 
467
<td><span class="term"><em class="parameter"><code>status</code></em>&#160;:</span></td>
 
468
<td> the outcome of the operation
 
469
</td>
 
470
</tr>
 
471
<tr>
 
472
<td><span class="term"><em class="parameter"><code>ids</code></em>&#160;:</span></td>
 
473
<td> a list of contact IDs removed
 
474
</td>
 
475
</tr>
 
476
</tbody>
 
477
</table></div>
 
478
</div>
 
479
<hr>
 
480
<div class="refsect2" lang="en">
 
481
<a name="id2591548"></a><h3>
 
482
<a name="e-data-book-respond-modify"></a>e_data_book_respond_modify ()</h3>
 
483
<a class="indexterm" name="id2591560"></a><pre class="programlisting">void        e_data_book_respond_modify      (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book,
 
484
                                             <a
 
485
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
 
486
>guint32</a> opid,
 
487
                                             GNOME_Evolution_Addressbook_CallStatus status,
 
488
                                             <a
 
489
href="/opt/gnome/share/gtk-doc/html/libebook/EContact.html"
 
490
>EContact</a> *contact);</pre>
 
491
<p>
 
492
Respond to a 'modify' request specified by <em class="parameter"><code>opid</code></em> on <em class="parameter"><code>book</code></em>,
 
493
indicating <em class="parameter"><code>status</code></em> as the outcome.</p>
 
494
<p>
 
495
 
 
496
</p>
 
497
<div class="variablelist"><table border="0">
 
498
<col align="left" valign="top">
 
499
<tbody>
 
500
<tr>
 
501
<td><span class="term"><em class="parameter"><code>book</code></em>&#160;:</span></td>
 
502
<td> an <a href="EDataBook.html" title="EDataBook"><span class="type">EDataBook</span></a>
 
503
</td>
 
504
</tr>
 
505
<tr>
 
506
<td><span class="term"><em class="parameter"><code>opid</code></em>&#160;:</span></td>
 
507
<td> the operation ID that generated the response
 
508
</td>
 
509
</tr>
 
510
<tr>
 
511
<td><span class="term"><em class="parameter"><code>status</code></em>&#160;:</span></td>
 
512
<td> the outcome of the operation
 
513
</td>
 
514
</tr>
 
515
<tr>
 
516
<td><span class="term"><em class="parameter"><code>contact</code></em>&#160;:</span></td>
 
517
<td> the modified <a
 
518
href="/opt/gnome/share/gtk-doc/html/libebook/EContact.html"
 
519
><span class="type">EContact</span></a>
 
520
</td>
 
521
</tr>
 
522
</tbody>
 
523
</table></div>
 
524
</div>
 
525
<hr>
 
526
<div class="refsect2" lang="en">
 
527
<a name="id2591708"></a><h3>
 
528
<a name="e-data-book-respond-authenticate-user"></a>e_data_book_respond_authenticate_user ()</h3>
 
529
<a class="indexterm" name="id2591721"></a><pre class="programlisting">void        e_data_book_respond_authenticate_user
 
530
                                            (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book,
 
531
                                             <a
 
532
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
 
533
>guint32</a> opid,
 
534
                                             GNOME_Evolution_Addressbook_CallStatus status);</pre>
 
535
<p>
 
536
Respond to an 'authenticate' request specified by <em class="parameter"><code>opid</code></em> on <em class="parameter"><code>book</code></em>,
 
537
indicating <em class="parameter"><code>status</code></em> as the outcome.</p>
 
538
<p>
 
539
 
 
540
</p>
 
541
<div class="variablelist"><table border="0">
 
542
<col align="left" valign="top">
 
543
<tbody>
 
544
<tr>
 
545
<td><span class="term"><em class="parameter"><code>book</code></em>&#160;:</span></td>
 
546
<td> an <a href="EDataBook.html" title="EDataBook"><span class="type">EDataBook</span></a>
 
547
</td>
 
548
</tr>
 
549
<tr>
 
550
<td><span class="term"><em class="parameter"><code>opid</code></em>&#160;:</span></td>
 
551
<td> the operation ID that generated the response
 
552
</td>
 
553
</tr>
 
554
<tr>
 
555
<td><span class="term"><em class="parameter"><code>status</code></em>&#160;:</span></td>
 
556
<td> the outcome of the operation
 
557
</td>
 
558
</tr>
 
559
</tbody>
 
560
</table></div>
 
561
</div>
 
562
<hr>
 
563
<div class="refsect2" lang="en">
 
564
<a name="id2591842"></a><h3>
 
565
<a name="e-data-book-respond-get-supported-fields"></a>e_data_book_respond_get_supported_fields ()</h3>
 
566
<a class="indexterm" name="id2591856"></a><pre class="programlisting">void        e_data_book_respond_get_supported_fields
 
567
                                            (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book,
 
568
                                             <a
 
569
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
 
570
>guint32</a> opid,
 
571
                                             GNOME_Evolution_Addressbook_CallStatus status,
 
572
                                             <a
 
573
href="/opt/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
 
574
>GList</a> *fields);</pre>
 
575
<p>
 
576
Respond to a 'get supported fields' request specified by <em class="parameter"><code>opid</code></em> on <em class="parameter"><code>book</code></em>,
 
577
indicating <em class="parameter"><code>status</code></em> as the outcome.</p>
 
578
<p>
 
579
 
 
580
</p>
 
581
<div class="variablelist"><table border="0">
 
582
<col align="left" valign="top">
 
583
<tbody>
 
584
<tr>
 
585
<td><span class="term"><em class="parameter"><code>book</code></em>&#160;:</span></td>
 
586
<td> an <a href="EDataBook.html" title="EDataBook"><span class="type">EDataBook</span></a>
 
587
</td>
 
588
</tr>
 
589
<tr>
 
590
<td><span class="term"><em class="parameter"><code>opid</code></em>&#160;:</span></td>
 
591
<td> the operation ID that generated the response
 
592
</td>
 
593
</tr>
 
594
<tr>
 
595
<td><span class="term"><em class="parameter"><code>status</code></em>&#160;:</span></td>
 
596
<td> the outcome of the operation
 
597
</td>
 
598
</tr>
 
599
<tr>
 
600
<td><span class="term"><em class="parameter"><code>fields</code></em>&#160;:</span></td>
 
601
<td> a list of supported field names
 
602
</td>
 
603
</tr>
 
604
</tbody>
 
605
</table></div>
 
606
</div>
 
607
<hr>
 
608
<div class="refsect2" lang="en">
 
609
<a name="id2591999"></a><h3>
 
610
<a name="e-data-book-respond-get-required-fields"></a>e_data_book_respond_get_required_fields ()</h3>
 
611
<a class="indexterm" name="id2592012"></a><pre class="programlisting">void        e_data_book_respond_get_required_fields
 
612
                                            (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book,
 
613
                                             <a
 
614
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
 
615
>guint32</a> opid,
 
616
                                             GNOME_Evolution_Addressbook_CallStatus status,
 
617
                                             <a
 
618
href="/opt/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
 
619
>GList</a> *fields);</pre>
 
620
<p>
 
621
Respond to a 'get required fields' request specified by <em class="parameter"><code>opid</code></em> on <em class="parameter"><code>book</code></em>,
 
622
indicating <em class="parameter"><code>status</code></em> as the outcome.</p>
 
623
<p>
 
624
 
 
625
</p>
 
626
<div class="variablelist"><table border="0">
 
627
<col align="left" valign="top">
 
628
<tbody>
 
629
<tr>
 
630
<td><span class="term"><em class="parameter"><code>book</code></em>&#160;:</span></td>
 
631
<td> an <a href="EDataBook.html" title="EDataBook"><span class="type">EDataBook</span></a>
 
632
</td>
 
633
</tr>
 
634
<tr>
 
635
<td><span class="term"><em class="parameter"><code>opid</code></em>&#160;:</span></td>
 
636
<td> the operation ID that generated the response
 
637
</td>
 
638
</tr>
 
639
<tr>
 
640
<td><span class="term"><em class="parameter"><code>status</code></em>&#160;:</span></td>
 
641
<td> the outcome of the operation
 
642
</td>
 
643
</tr>
 
644
<tr>
 
645
<td><span class="term"><em class="parameter"><code>fields</code></em>&#160;:</span></td>
 
646
<td> a list of required field names
 
647
</td>
 
648
</tr>
 
649
</tbody>
 
650
</table></div>
 
651
</div>
 
652
<hr>
 
653
<div class="refsect2" lang="en">
 
654
<a name="id2592155"></a><h3>
 
655
<a name="e-data-book-respond-get-supported-auth-methods"></a>e_data_book_respond_get_supported_auth_methods ()</h3>
 
656
<a class="indexterm" name="id2592169"></a><pre class="programlisting">void        e_data_book_respond_get_supported_auth_methods
 
657
                                            (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book,
 
658
                                             <a
 
659
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
 
660
>guint32</a> opid,
 
661
                                             GNOME_Evolution_Addressbook_CallStatus status,
 
662
                                             <a
 
663
href="/opt/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
 
664
>GList</a> *fields);</pre>
 
665
<p>
 
666
Respond to a 'get supported auth methods' request specified by <em class="parameter"><code>opid</code></em> on <em class="parameter"><code>book</code></em>,
 
667
indicating <em class="parameter"><code>status</code></em> as the outcome.</p>
 
668
<p>
 
669
 
 
670
</p>
 
671
<div class="variablelist"><table border="0">
 
672
<col align="left" valign="top">
 
673
<tbody>
 
674
<tr>
 
675
<td><span class="term"><em class="parameter"><code>book</code></em>&#160;:</span></td>
 
676
<td> an <a href="EDataBook.html" title="EDataBook"><span class="type">EDataBook</span></a>
 
677
</td>
 
678
</tr>
 
679
<tr>
 
680
<td><span class="term"><em class="parameter"><code>opid</code></em>&#160;:</span></td>
 
681
<td> the operation ID that generated the response
 
682
</td>
 
683
</tr>
 
684
<tr>
 
685
<td><span class="term"><em class="parameter"><code>status</code></em>&#160;:</span></td>
 
686
<td> the outcome of the operation
 
687
</td>
 
688
</tr>
 
689
<tr>
 
690
<td><span class="term"><em class="parameter"><code>fields</code></em>&#160;:</span></td>
 
691
<td>
 
692
 
 
693
 
 
694
</td>
 
695
</tr>
 
696
</tbody>
 
697
</table></div>
 
698
</div>
 
699
<hr>
 
700
<div class="refsect2" lang="en">
 
701
<a name="id2592311"></a><h3>
 
702
<a name="e-data-book-respond-get-book-view"></a>e_data_book_respond_get_book_view ()</h3>
 
703
<a class="indexterm" name="id2592325"></a><pre class="programlisting">void        e_data_book_respond_get_book_view
 
704
                                            (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book,
 
705
                                             <a
 
706
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
 
707
>guint32</a> opid,
 
708
                                             GNOME_Evolution_Addressbook_CallStatus status,
 
709
                                             <a href="EDataBookView.html" title="EDataBookView">EDataBookView</a> *book_view);</pre>
 
710
<p>
 
711
Respond to a 'get book view' request specified by <em class="parameter"><code>opid</code></em> on <em class="parameter"><code>book</code></em>,
 
712
indicating <em class="parameter"><code>status</code></em> as the outcome.</p>
 
713
<p>
 
714
 
 
715
</p>
 
716
<div class="variablelist"><table border="0">
 
717
<col align="left" valign="top">
 
718
<tbody>
 
719
<tr>
 
720
<td><span class="term"><em class="parameter"><code>book</code></em>&#160;:</span></td>
 
721
<td> an <a href="EDataBook.html" title="EDataBook"><span class="type">EDataBook</span></a>
 
722
</td>
 
723
</tr>
 
724
<tr>
 
725
<td><span class="term"><em class="parameter"><code>opid</code></em>&#160;:</span></td>
 
726
<td> the operation ID that generated the response
 
727
</td>
 
728
</tr>
 
729
<tr>
 
730
<td><span class="term"><em class="parameter"><code>status</code></em>&#160;:</span></td>
 
731
<td> the outcome of the operation
 
732
</td>
 
733
</tr>
 
734
<tr>
 
735
<td><span class="term"><em class="parameter"><code>book_view</code></em>&#160;:</span></td>
 
736
<td> the <a href="EDataBookView.html" title="EDataBookView"><span class="type">EDataBookView</span></a> created
 
737
</td>
 
738
</tr>
 
739
</tbody>
 
740
</table></div>
 
741
</div>
 
742
<hr>
 
743
<div class="refsect2" lang="en">
 
744
<a name="id2592474"></a><h3>
 
745
<a name="e-data-book-respond-get-contact"></a>e_data_book_respond_get_contact ()</h3>
 
746
<a class="indexterm" name="id2592487"></a><pre class="programlisting">void        e_data_book_respond_get_contact (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book,
 
747
                                             <a
 
748
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
 
749
>guint32</a> opid,
 
750
                                             GNOME_Evolution_Addressbook_CallStatus status,
 
751
                                             char *vcard);</pre>
 
752
<p>
 
753
Respond to a 'get contact' request specified by <em class="parameter"><code>opid</code></em> on <em class="parameter"><code>book</code></em>,
 
754
indicating <em class="parameter"><code>status</code></em> as the outcome.</p>
 
755
<p>
 
756
 
 
757
</p>
 
758
<div class="variablelist"><table border="0">
 
759
<col align="left" valign="top">
 
760
<tbody>
 
761
<tr>
 
762
<td><span class="term"><em class="parameter"><code>book</code></em>&#160;:</span></td>
 
763
<td> an <a href="EDataBook.html" title="EDataBook"><span class="type">EDataBook</span></a>
 
764
</td>
 
765
</tr>
 
766
<tr>
 
767
<td><span class="term"><em class="parameter"><code>opid</code></em>&#160;:</span></td>
 
768
<td> the operation ID that generated the response
 
769
</td>
 
770
</tr>
 
771
<tr>
 
772
<td><span class="term"><em class="parameter"><code>status</code></em>&#160;:</span></td>
 
773
<td> the outcome of the operation
 
774
</td>
 
775
</tr>
 
776
<tr>
 
777
<td><span class="term"><em class="parameter"><code>vcard</code></em>&#160;:</span></td>
 
778
<td> the found VCard, or <a
 
779
href="/opt/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
 
780
><code class="literal">NULL</code></a>
 
781
</td>
 
782
</tr>
 
783
</tbody>
 
784
</table></div>
 
785
</div>
 
786
<hr>
 
787
<div class="refsect2" lang="en">
 
788
<a name="id2537451"></a><h3>
 
789
<a name="e-data-book-respond-get-contact-list"></a>e_data_book_respond_get_contact_list ()</h3>
 
790
<a class="indexterm" name="id2592632"></a><pre class="programlisting">void        e_data_book_respond_get_contact_list
 
791
                                            (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book,
 
792
                                             <a
 
793
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
 
794
>guint32</a> opid,
 
795
                                             GNOME_Evolution_Addressbook_CallStatus status,
 
796
                                             <a
 
797
href="/opt/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
 
798
>GList</a> *cards);</pre>
 
799
<p>
 
800
Respond to a 'get contact list' request specified by <em class="parameter"><code>opid</code></em> on <em class="parameter"><code>book</code></em>,
 
801
indicating <em class="parameter"><code>status</code></em> as the outcome.</p>
 
802
<p>
 
803
 
 
804
</p>
 
805
<div class="variablelist"><table border="0">
 
806
<col align="left" valign="top">
 
807
<tbody>
 
808
<tr>
 
809
<td><span class="term"><em class="parameter"><code>book</code></em>&#160;:</span></td>
 
810
<td> an <a href="EDataBook.html" title="EDataBook"><span class="type">EDataBook</span></a>
 
811
</td>
 
812
</tr>
 
813
<tr>
 
814
<td><span class="term"><em class="parameter"><code>opid</code></em>&#160;:</span></td>
 
815
<td> the operation ID that generated the response
 
816
</td>
 
817
</tr>
 
818
<tr>
 
819
<td><span class="term"><em class="parameter"><code>status</code></em>&#160;:</span></td>
 
820
<td> the outcome of the operation
 
821
</td>
 
822
</tr>
 
823
<tr>
 
824
<td><span class="term"><em class="parameter"><code>cards</code></em>&#160;:</span></td>
 
825
<td>
 
826
 
 
827
 
 
828
</td>
 
829
</tr>
 
830
</tbody>
 
831
</table></div>
 
832
</div>
 
833
<hr>
 
834
<div class="refsect2" lang="en">
 
835
<a name="id2592761"></a><h3>
 
836
<a name="e-data-book-respond-get-changes"></a>e_data_book_respond_get_changes ()</h3>
 
837
<a class="indexterm" name="id2592773"></a><pre class="programlisting">void        e_data_book_respond_get_changes (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book,
 
838
                                             <a
 
839
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
 
840
>guint32</a> opid,
 
841
                                             GNOME_Evolution_Addressbook_CallStatus status,
 
842
                                             <a
 
843
href="/opt/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
 
844
>GList</a> *changes);</pre>
 
845
<p>
 
846
Respond to a 'get changes' request specified by <em class="parameter"><code>opid</code></em> on <em class="parameter"><code>book</code></em>,
 
847
indicating <em class="parameter"><code>status</code></em> as the outcome.</p>
 
848
<p>
 
849
 
 
850
</p>
 
851
<div class="variablelist"><table border="0">
 
852
<col align="left" valign="top">
 
853
<tbody>
 
854
<tr>
 
855
<td><span class="term"><em class="parameter"><code>book</code></em>&#160;:</span></td>
 
856
<td> an <a href="EDataBook.html" title="EDataBook"><span class="type">EDataBook</span></a>
 
857
</td>
 
858
</tr>
 
859
<tr>
 
860
<td><span class="term"><em class="parameter"><code>opid</code></em>&#160;:</span></td>
 
861
<td> the operation ID that generated the response
 
862
</td>
 
863
</tr>
 
864
<tr>
 
865
<td><span class="term"><em class="parameter"><code>status</code></em>&#160;:</span></td>
 
866
<td> the outcome of the operation
 
867
</td>
 
868
</tr>
 
869
<tr>
 
870
<td><span class="term"><em class="parameter"><code>changes</code></em>&#160;:</span></td>
 
871
<td> a list of GNOME_Evolution_Addressbook_BookChangeItem items
 
872
</td>
 
873
</tr>
 
874
</tbody>
 
875
</table></div>
 
876
</div>
 
877
<hr>
 
878
<div class="refsect2" lang="en">
 
879
<a name="id2592902"></a><h3>
 
880
<a name="e-data-book-report-writable"></a>e_data_book_report_writable ()</h3>
 
881
<a class="indexterm" name="id2592913"></a><pre class="programlisting">void        e_data_book_report_writable     (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book,
 
882
                                             <a
 
883
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
884
>gboolean</a> writable);</pre>
 
885
<p>
 
886
Notify listeners that <em class="parameter"><code>book</code></em>'s writeable status has changed
 
887
to <em class="parameter"><code>writable</code></em>.</p>
 
888
<p>
 
889
 
 
890
</p>
 
891
<div class="variablelist"><table border="0">
 
892
<col align="left" valign="top">
 
893
<tbody>
 
894
<tr>
 
895
<td><span class="term"><em class="parameter"><code>book</code></em>&#160;:</span></td>
 
896
<td> an <a href="EDataBook.html" title="EDataBook"><span class="type">EDataBook</span></a>
 
897
</td>
 
898
</tr>
 
899
<tr>
 
900
<td><span class="term"><em class="parameter"><code>writable</code></em>&#160;:</span></td>
 
901
<td> <a
 
902
href="/opt/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
 
903
><code class="literal">TRUE</code></a> if <em class="parameter"><code>book</code></em> is writeable, <a
 
904
href="/opt/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
 
905
><code class="literal">FALSE</code></a> otherwise
 
906
</td>
 
907
</tr>
 
908
</tbody>
 
909
</table></div>
 
910
</div>
 
911
<hr>
 
912
<div class="refsect2" lang="en">
 
913
<a name="id2593014"></a><h3>
 
914
<a name="e-data-book-report-connection-status"></a>e_data_book_report_connection_status ()</h3>
 
915
<a class="indexterm" name="id2593027"></a><pre class="programlisting">void        e_data_book_report_connection_status
 
916
                                            (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book,
 
917
                                             <a
 
918
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
919
>gboolean</a> is_online);</pre>
 
920
<p>
 
921
Notify listeners that <em class="parameter"><code>book</code></em> requires authentication.</p>
 
922
<p>
 
923
 
 
924
</p>
 
925
<div class="variablelist"><table border="0">
 
926
<col align="left" valign="top">
 
927
<tbody>
 
928
<tr>
 
929
<td><span class="term"><em class="parameter"><code>book</code></em>&#160;:</span></td>
 
930
<td> an <a href="EDataBook.html" title="EDataBook"><span class="type">EDataBook</span></a>
 
931
</td>
 
932
</tr>
 
933
<tr>
 
934
<td><span class="term"><em class="parameter"><code>is_online</code></em>&#160;:</span></td>
 
935
<td>
 
936
 
 
937
 
 
938
</td>
 
939
</tr>
 
940
</tbody>
 
941
</table></div>
 
942
</div>
 
943
<hr>
 
944
<div class="refsect2" lang="en">
 
945
<a name="id2593103"></a><h3>
 
946
<a name="e-data-book-report-auth-required"></a>e_data_book_report_auth_required ()</h3>
 
947
<a class="indexterm" name="id2593115"></a><pre class="programlisting">void        e_data_book_report_auth_required
 
948
                                            (<a href="EDataBook.html" title="EDataBook">EDataBook</a> *book);</pre>
 
949
<p>
 
950
 
 
951
</p>
 
952
<div class="variablelist"><table border="0">
 
953
<col align="left" valign="top">
 
954
<tbody><tr>
 
955
<td><span class="term"><em class="parameter"><code>book</code></em>&#160;:</span></td>
 
956
<td>
 
957
 
 
958
 
 
959
</td>
 
960
</tr></tbody>
 
961
</table></div>
 
962
</div>
 
963
</div>
 
964
</div>
 
965
</body>
 
966
</html>