1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268
|
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>e-book-async</title><meta name="generator" content="DocBook XSL Stylesheets V1.64.1"><link rel="home" href="index.html" title="Evolution API Reference: libebook, the Addressbook Library"><link rel="up" href="ch01.html" title="Evolution API Reference: libebook, the Addressbook Library"><link rel="previous" href="EBookViewListener.html" title="EBookViewListener"><link rel="next" href="libebook-e-book-types.html" title="e-book-types"><link rel="chapter" href="ch01.html" title="Evolution API Reference: libebook, the Addressbook Library"><link rel="refentry" href="EBook.html" title="EBook"><link rel="refentry" href="libebook-e-book-query.html" title="e-book-query"><link rel="refentry" href="EContact.html" title="EContact"><link rel="refentry" href="EVCard.html" title="EVCard"><link rel="refentry" href="EBookListener.html" title="EBookListener"><link rel="refentry" href="EBookView.html" title="EBookView"><link rel="refentry" href="EBookViewListener.html" title="EBookViewListener"><link rel="refentry" href="libebook-e-book-async.html" title="e-book-async"><link rel="refentry" href="libebook-e-book-types.html" title="e-book-types"><link rel="refentry" href="libebook-EAddressWestern.html" title="e-address-western"><link rel="refentry" href="libebook-ENameWestern.html" title="e-name-western"><link rel="section" href="libebook-e-book-async.html#id2564786" title="Description"><link rel="section" href="libebook-e-book-async.html#id2564796" title="Details"><meta name="generator" content="GTK-Doc V1.2 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="EBookViewListener.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">Evolution API Reference: libebook, the Addressbook Library</th><td><a accesskey="n" href="libebook-e-book-types.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="libebook-e-book-async"></a><div class="titlepage"><div></div><div></div></div><div class="refnamediv"><h2><span class="refentrytitle">e-book-async</span></h2><p>e-book-async —
Handles asynchronous interactions with the EBook.</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
void (<a href="libebook-e-book-async.html#EBookCallback">*EBookCallback</a>) (<a href="EBook.html" title="EBook">EBook</a> *book,
<a href="libebook-e-book-types.html#EBookStatus">EBookStatus</a> status,
gpointer closure);
void (<a href="libebook-e-book-async.html#EBookOpenProgressCallback">*EBookOpenProgressCallback</a>) (<a href="EBook.html" title="EBook">EBook</a> *book,
const char *status_message,
short percent,
gpointer closure);
void (<a href="libebook-e-book-async.html#EBookIdCallback">*EBookIdCallback</a>) (<a href="EBook.html" title="EBook">EBook</a> *book,
<a href="libebook-e-book-types.html#EBookStatus">EBookStatus</a> status,
const char *id,
gpointer closure);
void (<a href="libebook-e-book-async.html#EBookContactCallback">*EBookContactCallback</a>) (<a href="EBook.html" title="EBook">EBook</a> *book,
<a href="libebook-e-book-types.html#EBookStatus">EBookStatus</a> status,
<a href="EContact.html" title="EContact">EContact</a> *contact,
gpointer closure);
void (<a href="libebook-e-book-async.html#EBookBookViewCallback">*EBookBookViewCallback</a>) (<a href="EBook.html" title="EBook">EBook</a> *book,
<a href="libebook-e-book-types.html#EBookStatus">EBookStatus</a> status,
<a href="EBookView.html" title="EBookView">EBookView</a> *book_view,
gpointer closure);
guint <a href="libebook-e-book-async.html#e-book-async-get-supported-fields">e_book_async_get_supported_fields</a>
(<a href="EBook.html" title="EBook">EBook</a> *book,
EBookEListCallback cb,
gpointer closure);
guint <a href="libebook-e-book-async.html#e-book-async-get-supported-auth-methods">e_book_async_get_supported_auth_methods</a>
(<a href="EBook.html" title="EBook">EBook</a> *book,
EBookEListCallback cb,
gpointer closure);
guint <a href="libebook-e-book-async.html#e-book-async-authenticate-user">e_book_async_authenticate_user</a> (<a href="EBook.html" title="EBook">EBook</a> *book,
const char *user,
const char *passwd,
const char *auth_method,
<a href="libebook-e-book-async.html#EBookCallback">EBookCallback</a> cb,
gpointer closure);
guint <a href="libebook-e-book-async.html#e-book-async-get-contact">e_book_async_get_contact</a> (<a href="EBook.html" title="EBook">EBook</a> *book,
const char *id,
<a href="libebook-e-book-async.html#EBookContactCallback">EBookContactCallback</a> cb,
gpointer closure);
guint <a href="libebook-e-book-async.html#e-book-async-get-contacts">e_book_async_get_contacts</a> (<a href="EBook.html" title="EBook">EBook</a> *book,
EBookQuery *query,
EBookListCallback cb,
gpointer closure);
guint <a href="libebook-e-book-async.html#e-book-async-remove-contact">e_book_async_remove_contact</a> (<a href="EBook.html" title="EBook">EBook</a> *book,
<a href="EContact.html" title="EContact">EContact</a> *contact,
<a href="libebook-e-book-async.html#EBookCallback">EBookCallback</a> cb,
gpointer closure);
guint <a href="libebook-e-book-async.html#e-book-async-remove-contact-by-id">e_book_async_remove_contact_by_id</a>
(<a href="EBook.html" title="EBook">EBook</a> *book,
const char *id,
<a href="libebook-e-book-async.html#EBookCallback">EBookCallback</a> cb,
gpointer closure);
guint <a href="libebook-e-book-async.html#e-book-async-remove-contacts">e_book_async_remove_contacts</a> (<a href="EBook.html" title="EBook">EBook</a> *book,
GList *id_list,
<a href="libebook-e-book-async.html#EBookCallback">EBookCallback</a> cb,
gpointer closure);
gboolean <a href="libebook-e-book-async.html#e-book-async-add-contact">e_book_async_add_contact</a> (<a href="EBook.html" title="EBook">EBook</a> *book,
<a href="EContact.html" title="EContact">EContact</a> *contact,
<a href="libebook-e-book-async.html#EBookIdCallback">EBookIdCallback</a> cb,
gpointer closure);
guint <a href="libebook-e-book-async.html#e-book-async-commit-contact">e_book_async_commit_contact</a> (<a href="EBook.html" title="EBook">EBook</a> *book,
<a href="EContact.html" title="EContact">EContact</a> *contact,
<a href="libebook-e-book-async.html#EBookCallback">EBookCallback</a> cb,
gpointer closure);
guint <a href="libebook-e-book-async.html#e-book-async-get-book-view">e_book_async_get_book_view</a> (<a href="EBook.html" title="EBook">EBook</a> *book,
EBookQuery *query,
GList *requested_fields,
int max_results,
<a href="libebook-e-book-async.html#EBookBookViewCallback">EBookBookViewCallback</a> cb,
gpointer closure);
</pre></div><div class="refsect1" lang="en"><a name="id2564786"></a><h2>Description</h2><p>
</p></div><div class="refsect1" lang="en"><a name="id2564796"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2564801"></a><h3><a name="EBookCallback"></a>EBookCallback ()</h3><a class="indexterm" name="id2564809"></a><pre class="programlisting">void (*EBookCallback) (<a href="EBook.html" title="EBook">EBook</a> *book,
<a href="libebook-e-book-types.html#EBookStatus">EBookStatus</a> status,
gpointer closure);</pre><p>
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>book</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>status</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>closure</tt></i>:</span></td><td>
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2564877"></a><h3><a name="EBookOpenProgressCallback"></a>EBookOpenProgressCallback ()</h3><a class="indexterm" name="id2564886"></a><pre class="programlisting">void (*EBookOpenProgressCallback) (<a href="EBook.html" title="EBook">EBook</a> *book,
const char *status_message,
short percent,
gpointer closure);</pre><p>
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>book</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>status_message</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>Param3</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>closure</tt></i>:</span></td><td>
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2564971"></a><h3><a name="EBookIdCallback"></a>EBookIdCallback ()</h3><a class="indexterm" name="id2564979"></a><pre class="programlisting">void (*EBookIdCallback) (<a href="EBook.html" title="EBook">EBook</a> *book,
<a href="libebook-e-book-types.html#EBookStatus">EBookStatus</a> status,
const char *id,
gpointer closure);</pre><p>
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>book</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>status</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>id</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>closure</tt></i>:</span></td><td>
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2580600"></a><h3><a name="EBookContactCallback"></a>EBookContactCallback ()</h3><a class="indexterm" name="id2580608"></a><pre class="programlisting">void (*EBookContactCallback) (<a href="EBook.html" title="EBook">EBook</a> *book,
<a href="libebook-e-book-types.html#EBookStatus">EBookStatus</a> status,
<a href="EContact.html" title="EContact">EContact</a> *contact,
gpointer closure);</pre><p>
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>book</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>status</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>contact</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>closure</tt></i>:</span></td><td>
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2580693"></a><h3><a name="EBookBookViewCallback"></a>EBookBookViewCallback ()</h3><a class="indexterm" name="id2580701"></a><pre class="programlisting">void (*EBookBookViewCallback) (<a href="EBook.html" title="EBook">EBook</a> *book,
<a href="libebook-e-book-types.html#EBookStatus">EBookStatus</a> status,
<a href="EBookView.html" title="EBookView">EBookView</a> *book_view,
gpointer closure);</pre><p>
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>book</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>status</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>book_view</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>closure</tt></i>:</span></td><td>
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2580786"></a><h3><a name="e-book-async-get-supported-fields"></a>e_book_async_get_supported_fields ()</h3><a class="indexterm" name="id2580798"></a><pre class="programlisting">guint e_book_async_get_supported_fields
(<a href="EBook.html" title="EBook">EBook</a> *book,
EBookEListCallback cb,
gpointer closure);</pre><p>
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>book</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>cb</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>closure</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2580834"></a><h3><a name="e-book-async-get-supported-auth-methods"></a>e_book_async_get_supported_auth_methods ()</h3><a class="indexterm" name="id2580841"></a><pre class="programlisting">guint e_book_async_get_supported_auth_methods
(<a href="EBook.html" title="EBook">EBook</a> *book,
EBookEListCallback cb,
gpointer closure);</pre><p>
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>book</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>cb</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>closure</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2580914"></a><h3><a name="e-book-async-authenticate-user"></a>e_book_async_authenticate_user ()</h3><a class="indexterm" name="id2580922"></a><pre class="programlisting">guint e_book_async_authenticate_user (<a href="EBook.html" title="EBook">EBook</a> *book,
const char *user,
const char *passwd,
const char *auth_method,
<a href="libebook-e-book-async.html#EBookCallback">EBookCallback</a> cb,
gpointer closure);</pre><p>
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>book</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>user</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>passwd</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>auth_method</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>cb</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>closure</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2581042"></a><h3><a name="e-book-async-get-contact"></a>e_book_async_get_contact ()</h3><a class="indexterm" name="id2581049"></a><pre class="programlisting">guint e_book_async_get_contact (<a href="EBook.html" title="EBook">EBook</a> *book,
const char *id,
<a href="libebook-e-book-async.html#EBookContactCallback">EBookContactCallback</a> cb,
gpointer closure);</pre><p>
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>book</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>id</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>cb</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>closure</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2581140"></a><h3><a name="e-book-async-get-contacts"></a>e_book_async_get_contacts ()</h3><a class="indexterm" name="id2581148"></a><pre class="programlisting">guint e_book_async_get_contacts (<a href="EBook.html" title="EBook">EBook</a> *book,
EBookQuery *query,
EBookListCallback cb,
gpointer closure);</pre><p>
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>book</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>query</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>cb</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>closure</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2581242"></a><h3><a name="e-book-async-remove-contact"></a>e_book_async_remove_contact ()</h3><a class="indexterm" name="id2581251"></a><pre class="programlisting">guint e_book_async_remove_contact (<a href="EBook.html" title="EBook">EBook</a> *book,
<a href="EContact.html" title="EContact">EContact</a> *contact,
<a href="libebook-e-book-async.html#EBookCallback">EBookCallback</a> cb,
gpointer closure);</pre><p>
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>book</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>contact</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>cb</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>closure</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2581345"></a><h3><a name="e-book-async-remove-contact-by-id"></a>e_book_async_remove_contact_by_id ()</h3><a class="indexterm" name="id2581353"></a><pre class="programlisting">guint e_book_async_remove_contact_by_id
(<a href="EBook.html" title="EBook">EBook</a> *book,
const char *id,
<a href="libebook-e-book-async.html#EBookCallback">EBookCallback</a> cb,
gpointer closure);</pre><p>
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>book</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>id</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>cb</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>closure</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2581449"></a><h3><a name="e-book-async-remove-contacts"></a>e_book_async_remove_contacts ()</h3><a class="indexterm" name="id2581457"></a><pre class="programlisting">guint e_book_async_remove_contacts (<a href="EBook.html" title="EBook">EBook</a> *book,
GList *id_list,
<a href="libebook-e-book-async.html#EBookCallback">EBookCallback</a> cb,
gpointer closure);</pre><p>
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>book</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>id_list</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>cb</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>closure</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2581551"></a><h3><a name="e-book-async-add-contact"></a>e_book_async_add_contact ()</h3><a class="indexterm" name="id2581560"></a><pre class="programlisting">gboolean e_book_async_add_contact (<a href="EBook.html" title="EBook">EBook</a> *book,
<a href="EContact.html" title="EContact">EContact</a> *contact,
<a href="libebook-e-book-async.html#EBookIdCallback">EBookIdCallback</a> cb,
gpointer closure);</pre><p>
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>book</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>contact</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>cb</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>closure</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2581654"></a><h3><a name="e-book-async-commit-contact"></a>e_book_async_commit_contact ()</h3><a class="indexterm" name="id2581662"></a><pre class="programlisting">guint e_book_async_commit_contact (<a href="EBook.html" title="EBook">EBook</a> *book,
<a href="EContact.html" title="EContact">EContact</a> *contact,
<a href="libebook-e-book-async.html#EBookCallback">EBookCallback</a> cb,
gpointer closure);</pre><p>
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>book</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>contact</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>cb</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>closure</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2581756"></a><h3><a name="e-book-async-get-book-view"></a>e_book_async_get_book_view ()</h3><a class="indexterm" name="id2581764"></a><pre class="programlisting">guint e_book_async_get_book_view (<a href="EBook.html" title="EBook">EBook</a> *book,
EBookQuery *query,
GList *requested_fields,
int max_results,
<a href="libebook-e-book-async.html#EBookBookViewCallback">EBookBookViewCallback</a> cb,
gpointer closure);</pre><p>
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>book</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>query</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>requested_fields</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>max_results</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>cb</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><i class="parameter"><tt>closure</tt></i>:</span></td><td>
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
</td></tr></tbody></table></div></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="EBookViewListener.html"><b><<EBookViewListener</b></a></td><td align="right"><a accesskey="n" href="libebook-e-book-types.html"><b>e-book-types>></b></a></td></tr></table></body></html>
|