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

« back to all changes in this revision

Viewing changes to docs/reference/addressbook/libebook/html/EBook.html

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-10-08 12:58:16 UTC
  • mfrom: (181.1.7 quantal)
  • Revision ID: package-import@ubuntu.com-20121008125816-i3n76e8c0m64e7xp
Tags: 3.6.0-0ubuntu2
* Fix LP: #1038047 part 1 - Don't abort in e_source_registry_new* when a
  problem occurs connecting to the Dbus service
  - add debian/patches/dont-abort-in-e_source_registry_new.patch
  - update debian/patches/series
* Fix LP: #1038047 part 2 - libedataserver depends on
  evolution-data-server-common to ensure that the GSettings schemas are
  present
  - update debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
<div class="refsynopsisdiv">
43
43
<a name="EBook.synopsis"></a><h2>Synopsis</h2>
44
44
<pre class="synopsis">struct              <a class="link" href="EBook.html#EBook-struct" title="struct EBook">EBook</a>;
45
 
<a class="link" href="EBook.html" title="EBook"><span class="returnvalue">EBook</span></a> *             <a class="link" href="EBook.html#e-book-new" title="e_book_new ()">e_book_new</a>                          (<em class="parameter"><code><span class="type">ESource</span> *source</code></em>,
 
45
<a class="link" href="EBook.html" title="EBook"><span class="returnvalue">EBook</span></a> *             <a class="link" href="EBook.html#e-book-new" title="e_book_new ()">e_book_new</a>                          (<em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
46
46
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
47
47
<span class="returnvalue">gboolean</span>            <a class="link" href="EBook.html#e-book-remove" title="e_book_remove ()">e_book_remove</a>                       (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>,
48
48
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
58
58
<span class="returnvalue">gboolean</span>            <a class="link" href="EBook.html#e-book-get-required-fields" title="e_book_get_required_fields ()">e_book_get_required_fields</a>          (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>,
59
59
                                                         <em class="parameter"><code><span class="type">GList</span> **fields</code></em>,
60
60
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
61
 
<span class="returnvalue">ESource</span> *           <a class="link" href="EBook.html#e-book-get-source" title="e_book_get_source ()">e_book_get_source</a>                   (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>);
 
61
<a href="../libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           <a class="link" href="EBook.html#e-book-get-source" title="e_book_get_source ()">e_book_get_source</a>                   (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>);
62
62
<span class="returnvalue">gboolean</span>            <a class="link" href="EBook.html#e-book-is-online" title="e_book_is_online ()">e_book_is_online</a>                    (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>);
63
63
<span class="returnvalue">gboolean</span>            <a class="link" href="EBook.html#e-book-is-opened" title="e_book_is_opened ()">e_book_is_opened</a>                    (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>);
64
64
<span class="returnvalue">gboolean</span>            <a class="link" href="EBook.html#e-book-get-contact" title="e_book_get_contact ()">e_book_get_contact</a>                  (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>,
144
144
                                                         <em class="parameter"><code><span class="type">gpointer</span> closure</code></em>);
145
145
<span class="returnvalue">void</span>                (<a class="link" href="EBook.html#EBookEListAsyncCallback" title="EBookEListAsyncCallback ()">*EBookEListAsyncCallback</a>)          (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>,
146
146
                                                         <em class="parameter"><code>const <span class="type">GError</span> *error</code></em>,
147
 
                                                         <em class="parameter"><code><span class="type">EList</span> *list</code></em>,
 
147
                                                         <em class="parameter"><code><a href="../libedataserver/EList.html"><span class="type">EList</span></a> *list</code></em>,
148
148
                                                         <em class="parameter"><code><span class="type">gpointer</span> closure</code></em>);
149
149
<span class="returnvalue">void</span>                (<a class="link" href="EBook.html#EBookCallback" title="EBookCallback ()">*EBookCallback</a>)                    (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>,
150
150
                                                         <em class="parameter"><code><a class="link" href="libebook-e-book-types.html#EBookStatus" title="enum EBookStatus"><span class="type">EBookStatus</span></a> status</code></em>,
155
155
                                                         <em class="parameter"><code><span class="type">gpointer</span> closure</code></em>);
156
156
<span class="returnvalue">void</span>                (<a class="link" href="EBook.html#EBookEListCallback" title="EBookEListCallback ()">*EBookEListCallback</a>)               (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>,
157
157
                                                         <em class="parameter"><code><a class="link" href="libebook-e-book-types.html#EBookStatus" title="enum EBookStatus"><span class="type">EBookStatus</span></a> status</code></em>,
158
 
                                                         <em class="parameter"><code><span class="type">EList</span> *list</code></em>,
 
158
                                                         <em class="parameter"><code><a href="../libedataserver/EList.html"><span class="type">EList</span></a> *list</code></em>,
159
159
                                                         <em class="parameter"><code><span class="type">gpointer</span> closure</code></em>);
160
160
<span class="returnvalue">void</span>                (<a class="link" href="EBook.html#EBookListCallback" title="EBookListCallback ()">*EBookListCallback</a>)                (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>,
161
161
                                                         <em class="parameter"><code><a class="link" href="libebook-e-book-types.html#EBookStatus" title="enum EBookStatus"><span class="type">EBookStatus</span></a> status</code></em>,
320
320
<hr>
321
321
<div class="refsect2">
322
322
<a name="e-book-new"></a><h3>e_book_new ()</h3>
323
 
<pre class="programlisting"><a class="link" href="EBook.html" title="EBook"><span class="returnvalue">EBook</span></a> *             e_book_new                          (<em class="parameter"><code><span class="type">ESource</span> *source</code></em>,
 
323
<pre class="programlisting"><a class="link" href="EBook.html" title="EBook"><span class="returnvalue">EBook</span></a> *             e_book_new                          (<em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
324
324
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
325
325
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
326
326
<h3 class="title">Warning</h3>
336
336
<tbody>
337
337
<tr>
338
338
<td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
339
 
<td>an <span class="type">ESource</span>
 
339
<td>an <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a>
340
340
</td>
341
341
</tr>
342
342
<tr>
358
358
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
359
359
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
360
360
<h3 class="title">Warning</h3>
361
 
<p><code class="literal">e_book_remove</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <code class="function">e_client_remove_sync()</code> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
 
361
<p><code class="literal">e_book_remove</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-remove-sync"><code class="function">e_client_remove_sync()</code></a> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
362
362
</div>
363
363
<p>
364
364
Removes the backing data for this <a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a>. For example, with the file backend this
392
392
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
393
393
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
394
394
<h3 class="title">Warning</h3>
395
 
<p><code class="literal">e_book_open</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <code class="function">e_client_open_sync()</code> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
 
395
<p><code class="literal">e_book_open</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-open-sync"><code class="function">e_client_open_sync()</code></a> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
396
396
</div>
397
397
<p>
398
398
Opens the addressbook, making it ready for queries and other operations.
429
429
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
430
430
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
431
431
<h3 class="title">Warning</h3>
432
 
<p><code class="literal">e_book_get_supported_fields</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <code class="function">e_client_get_backend_property_sync()</code> on
 
432
<p><code class="literal">e_book_get_supported_fields</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-get-backend-property-sync"><code class="function">e_client_get_backend_property_sync()</code></a> on
433
433
an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object with <a class="link" href="EBookClient.html#BOOK-BACKEND-PROPERTY-SUPPORTED-FIELDS:CAPS" title="BOOK_BACKEND_PROPERTY_SUPPORTED_FIELDS"><span class="type">BOOK_BACKEND_PROPERTY_SUPPORTED_FIELDS</span></a> instead.</p>
434
434
</div>
435
435
<p>
471
471
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
472
472
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
473
473
<h3 class="title">Warning</h3>
474
 
<p><code class="literal">e_book_get_supported_auth_methods</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <code class="function">e_client_get_backend_property_sync()</code> on
 
474
<p><code class="literal">e_book_get_supported_auth_methods</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-get-backend-property-sync"><code class="function">e_client_get_backend_property_sync()</code></a> on
475
475
an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object with <a class="link" href="EBookClient.html#BOOK-BACKEND-PROPERTY-SUPPORTED-AUTH-METHODS:CAPS" title="BOOK_BACKEND_PROPERTY_SUPPORTED_AUTH_METHODS"><span class="type">BOOK_BACKEND_PROPERTY_SUPPORTED_AUTH_METHODS</span></a> instead.</p>
476
476
</div>
477
477
<p>
512
512
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
513
513
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
514
514
<h3 class="title">Warning</h3>
515
 
<p><code class="literal">e_book_get_required_fields</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <code class="function">e_client_get_backend_property_sync()</code> on
 
515
<p><code class="literal">e_book_get_required_fields</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-get-backend-property-sync"><code class="function">e_client_get_backend_property_sync()</code></a> on
516
516
an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object with <a class="link" href="EBookClient.html#BOOK-BACKEND-PROPERTY-REQUIRED-FIELDS:CAPS" title="BOOK_BACKEND_PROPERTY_REQUIRED_FIELDS"><span class="type">BOOK_BACKEND_PROPERTY_REQUIRED_FIELDS</span></a> instead.</p>
517
517
</div>
518
518
<p>
549
549
<hr>
550
550
<div class="refsect2">
551
551
<a name="e-book-get-source"></a><h3>e_book_get_source ()</h3>
552
 
<pre class="programlisting"><span class="returnvalue">ESource</span> *           e_book_get_source                   (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>);</pre>
 
552
<pre class="programlisting"><a href="../libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           e_book_get_source                   (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>);</pre>
553
553
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
554
554
<h3 class="title">Warning</h3>
555
 
<p><code class="literal">e_book_get_source</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <code class="function">e_client_get_source()</code> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
 
555
<p><code class="literal">e_book_get_source</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-get-source"><code class="function">e_client_get_source()</code></a> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
556
556
</div>
557
557
<p>
558
 
Get the <span class="type">ESource</span> that this book has loaded.
 
558
Get the <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> that this book has loaded.
559
559
</p>
560
560
<div class="variablelist"><table border="0">
561
561
<col align="left" valign="top">
579
579
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_book_is_online                    (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>);</pre>
580
580
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
581
581
<h3 class="title">Warning</h3>
582
 
<p><code class="literal">e_book_is_online</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <code class="function">e_client_is_online()</code> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
 
582
<p><code class="literal">e_book_is_online</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-is-online"><code class="function">e_client_is_online()</code></a> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
583
583
</div>
584
584
<p>
585
585
Check if this book is connected.
606
606
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_book_is_opened                    (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>);</pre>
607
607
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
608
608
<h3 class="title">Warning</h3>
609
 
<p><code class="literal">e_book_is_opened</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <code class="function">e_client_is_opened()</code> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
 
609
<p><code class="literal">e_book_is_opened</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-is-opened"><code class="function">e_client_is_opened()</code></a> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
610
610
</div>
611
611
<p>
612
612
Check if this book has been opened.
1000
1000
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
1001
1001
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1002
1002
<h3 class="title">Warning</h3>
1003
 
<p><code class="literal">e_book_get_static_capabilities</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <code class="function">e_client_get_capabilities()</code> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object.</p>
 
1003
<p><code class="literal">e_book_get_static_capabilities</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-get-capabilities"><code class="function">e_client_get_capabilities()</code></a> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object.</p>
1004
1004
</div>
1005
1005
<p>
1006
1006
Get the list of capabilities which the backend for this address book
1032
1032
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *cap</code></em>);</pre>
1033
1033
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1034
1034
<h3 class="title">Warning</h3>
1035
 
<p><code class="literal">e_book_check_static_capability</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <code class="function">e_client_check_capability()</code> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
 
1035
<p><code class="literal">e_book_check_static_capability</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-check-capability"><code class="function">e_client_check_capability()</code></a> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
1036
1036
</div>
1037
1037
<p>
1038
1038
Check to see if the backend for this address book supports the capability
1064
1064
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_book_is_writable                  (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>);</pre>
1065
1065
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1066
1066
<h3 class="title">Warning</h3>
1067
 
<p><code class="literal">e_book_is_writable</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <code class="function">e_client_is_readonly()</code> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
 
1067
<p><code class="literal">e_book_is_writable</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-is-readonly"><code class="function">e_client_is_readonly()</code></a> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
1068
1068
</div>
1069
1069
<p>
1070
1070
Check if this book is writable.
1092
1092
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
1093
1093
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1094
1094
<h3 class="title">Warning</h3>
1095
 
<p><code class="literal">e_book_cancel</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <code class="function">e_client_cancel_all()</code> or <code class="function">e_client_cancel_op()</code> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
 
1095
<p><code class="literal">e_book_cancel</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-cancel-all"><code class="function">e_client_cancel_all()</code></a> or <code class="function">e_client_cancel_op()</code> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
1096
1096
</div>
1097
1097
<p>
1098
1098
Used to cancel an already running operation on <em class="parameter"><code>book</code></em>.  This
1132
1132
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
1133
1133
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1134
1134
<h3 class="title">Warning</h3>
1135
 
<p><code class="literal">e_book_cancel_async_op</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <code class="function">e_client_cancel_all()</code> or <code class="function">e_client_cancel_op()</code> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
 
1135
<p><code class="literal">e_book_cancel_async_op</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-cancel-all"><code class="function">e_client_cancel_all()</code></a> or <code class="function">e_client_cancel_op()</code> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
1136
1136
</div>
1137
1137
<p>
1138
1138
Similar to above e_book_cancel function, only cancels last, still running,
1364
1364
<a name="EBookEListAsyncCallback"></a><h3>EBookEListAsyncCallback ()</h3>
1365
1365
<pre class="programlisting"><span class="returnvalue">void</span>                (*EBookEListAsyncCallback)          (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>,
1366
1366
                                                         <em class="parameter"><code>const <span class="type">GError</span> *error</code></em>,
1367
 
                                                         <em class="parameter"><code><span class="type">EList</span> *list</code></em>,
 
1367
                                                         <em class="parameter"><code><a href="../libedataserver/EList.html"><span class="type">EList</span></a> *list</code></em>,
1368
1368
                                                         <em class="parameter"><code><span class="type">gpointer</span> closure</code></em>);</pre>
1369
1369
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1370
1370
<h3 class="title">Warning</h3>
1400
1400
<a name="EBookEListCallback"></a><h3>EBookEListCallback ()</h3>
1401
1401
<pre class="programlisting"><span class="returnvalue">void</span>                (*EBookEListCallback)               (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>,
1402
1402
                                                         <em class="parameter"><code><a class="link" href="libebook-e-book-types.html#EBookStatus" title="enum EBookStatus"><span class="type">EBookStatus</span></a> status</code></em>,
1403
 
                                                         <em class="parameter"><code><span class="type">EList</span> *list</code></em>,
 
1403
                                                         <em class="parameter"><code><a href="../libedataserver/EList.html"><span class="type">EList</span></a> *list</code></em>,
1404
1404
                                                         <em class="parameter"><code><span class="type">gpointer</span> closure</code></em>);</pre>
1405
1405
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1406
1406
<h3 class="title">Warning</h3>
1452
1452
                                                         <em class="parameter"><code><span class="type">gpointer</span> closure</code></em>);</pre>
1453
1453
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1454
1454
<h3 class="title">Warning</h3>
1455
 
<p><code class="literal">e_book_open_async</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <code class="function">e_client_open()</code> and <code class="function">e_client_open_finish()</code> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
 
1455
<p><code class="literal">e_book_open_async</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-open"><code class="function">e_client_open()</code></a> and <a href="../libedataserver/EClient.html#e-client-open-finish"><code class="function">e_client_open_finish()</code></a> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
1456
1456
</div>
1457
1457
<p>
1458
1458
Opens the addressbook, making it ready for queries and other operations.
1496
1496
                                                         <em class="parameter"><code><span class="type">gpointer</span> closure</code></em>);</pre>
1497
1497
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1498
1498
<h3 class="title">Warning</h3>
1499
 
<p><code class="literal">e_book_remove_async</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <code class="function">e_client_remove()</code> and <code class="function">e_client_remove_finish()</code> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
 
1499
<p><code class="literal">e_book_remove_async</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-remove"><code class="function">e_client_remove()</code></a> and <a href="../libedataserver/EClient.html#e-client-remove-finish"><code class="function">e_client_remove_finish()</code></a> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
1500
1500
</div>
1501
1501
<p>
1502
1502
Remove the backing data for this <a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a>. For example, with the file backend this
1536
1536
                                                         <em class="parameter"><code><span class="type">gpointer</span> closure</code></em>);</pre>
1537
1537
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1538
1538
<h3 class="title">Warning</h3>
1539
 
<p><code class="literal">e_book_get_supported_fields_async</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <code class="function">e_client_get_backend_property()</code> and <code class="function">e_client_get_backend_property_finish()</code>
 
1539
<p><code class="literal">e_book_get_supported_fields_async</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-get-backend-property"><code class="function">e_client_get_backend_property()</code></a> and <a href="../libedataserver/EClient.html#e-client-get-backend-property-finish"><code class="function">e_client_get_backend_property_finish()</code></a>
1540
1540
on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object with <a class="link" href="EBookClient.html#BOOK-BACKEND-PROPERTY-SUPPORTED-FIELDS:CAPS" title="BOOK_BACKEND_PROPERTY_SUPPORTED_FIELDS"><span class="type">BOOK_BACKEND_PROPERTY_SUPPORTED_FIELDS</span></a> instead.</p>
1541
1541
</div>
1542
1542
<p>
1579
1579
                                                         <em class="parameter"><code><span class="type">gpointer</span> closure</code></em>);</pre>
1580
1580
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1581
1581
<h3 class="title">Warning</h3>
1582
 
<p><code class="literal">e_book_get_supported_auth_methods_async</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <code class="function">e_client_get_backend_property()</code> and <code class="function">e_client_get_backend_property_finish()</code>
 
1582
<p><code class="literal">e_book_get_supported_auth_methods_async</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-get-backend-property"><code class="function">e_client_get_backend_property()</code></a> and <a href="../libedataserver/EClient.html#e-client-get-backend-property-finish"><code class="function">e_client_get_backend_property_finish()</code></a>
1583
1583
on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object with <a class="link" href="EBookClient.html#BOOK-BACKEND-PROPERTY-SUPPORTED-AUTH-METHODS:CAPS" title="BOOK_BACKEND_PROPERTY_SUPPORTED_AUTH_METHODS"><span class="type">BOOK_BACKEND_PROPERTY_SUPPORTED_AUTH_METHODS</span></a> instead.</p>
1584
1584
</div>
1585
1585
<p>
2040
2040
                                                         <em class="parameter"><code><span class="type">gpointer</span> closure</code></em>);</pre>
2041
2041
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
2042
2042
<h3 class="title">Warning</h3>
2043
 
<p><code class="literal">e_book_get_required_fields_async</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <code class="function">e_client_get_backend_property()</code> and <code class="function">e_client_get_backend_property_finish()</code>
 
2043
<p><code class="literal">e_book_get_required_fields_async</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-get-backend-property"><code class="function">e_client_get_backend_property()</code></a> and <a href="../libedataserver/EClient.html#e-client-get-backend-property-finish"><code class="function">e_client_get_backend_property_finish()</code></a>
2044
2044
on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object with <a class="link" href="EBookClient.html#BOOK-BACKEND-PROPERTY-REQUIRED-FIELDS:CAPS" title="BOOK_BACKEND_PROPERTY_REQUIRED_FIELDS"><span class="type">BOOK_BACKEND_PROPERTY_REQUIRED_FIELDS</span></a> instead.</p>
2045
2045
</div>
2046
2046
<p>