~cyphermox/ubuntu/quantal/evolution-data-server/autopkgtests

« back to all changes in this revision

Viewing changes to docs/reference/libedataserverui/html/EContactStore.html

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-09-19 12:15:29 UTC
  • mfrom: (1.1.93 upstream)
  • Revision ID: package-import@ubuntu.com-20110919121529-nsmfnges77ec7hux
Tags: 3.1.92-0ubuntu1
* New upstream release.
  - Cannot add more than one appointment per session (LP: #852277)
  - Contacts calendar backend doesn't show events (LP: #853905)
  - Set X-Evolution-Source header consistently (LP: #660626)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>EContactStore</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
7
<link rel="home" href="index.html" title="Evolution-Data-Server Manual: Graphical Utilities (libedataserverui)">
8
8
<link rel="up" href="ch01.html" title="Evolution-Data-Server Manual: Graphical Utilities (libedataserverui)">
9
9
<link rel="prev" href="libedataserverui-EClient-Utilities.html" title="EClient Utilities">
10
10
<link rel="next" href="EDestinationStore.html" title="EDestinationStore">
11
 
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
44
44
<div class="refsynopsisdiv">
45
45
<a name="EContactStore.synopsis"></a><h2>Synopsis</h2>
46
46
<pre class="synopsis">struct              <a class="link" href="EContactStore.html#EContactStore-struct" title="struct EContactStore">EContactStore</a>;
47
 
<a class="link" href="EContactStore.html" title="EContactStore"><span class="returnvalue">EContactStore</span></a> *        <a class="link" href="EContactStore.html#e-contact-store-new" title="e_contact_store_new ()">e_contact_store_new</a>                 (<em class="parameter"><code><span class="type">void</span></code></em>);
48
 
<a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libebook/EBookClient.html"><span class="returnvalue">EBookClient</span></a> *        <a class="link" href="EContactStore.html#e-contact-store-get-client" title="e_contact_store_get_client ()">e_contact_store_get_client</a>          (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>,
49
 
                                                         <em class="parameter"><code><span class="type">GtkTreeIter</span> *iter</code></em>);
50
 
<a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libebook/EContact.html"><span class="returnvalue">EContact</span></a> *                 <a class="link" href="EContactStore.html#e-contact-store-get-contact" title="e_contact_store_get_contact ()">e_contact_store_get_contact</a>         (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>,
51
 
                                                         <em class="parameter"><code><span class="type">GtkTreeIter</span> *iter</code></em>);
52
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="EContactStore.html#e-contact-store-find-contact" title="e_contact_store_find_contact ()">e_contact_store_find_contact</a>        (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>,
53
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
54
 
                                                         <em class="parameter"><code><span class="type">GtkTreeIter</span> *iter</code></em>);
55
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *                  <a class="link" href="EContactStore.html#e-contact-store-get-clients" title="e_contact_store_get_clients ()">e_contact_store_get_clients</a>         (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>);
 
47
<a class="link" href="EContactStore.html" title="EContactStore"><span class="returnvalue">EContactStore</span></a> *     <a class="link" href="EContactStore.html#e-contact-store-new" title="e_contact_store_new ()">e_contact_store_new</a>                 (<em class="parameter"><code><span class="type">void</span></code></em>);
 
48
<span class="returnvalue">EBookClient</span> *       <a class="link" href="EContactStore.html#e-contact-store-get-client" title="e_contact_store_get_client ()">e_contact_store_get_client</a>          (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>,
 
49
                                                         <em class="parameter"><code><span class="type">GtkTreeIter</span> *iter</code></em>);
 
50
<span class="returnvalue">EContact</span> *          <a class="link" href="EContactStore.html#e-contact-store-get-contact" title="e_contact_store_get_contact ()">e_contact_store_get_contact</a>         (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>,
 
51
                                                         <em class="parameter"><code><span class="type">GtkTreeIter</span> *iter</code></em>);
 
52
<span class="returnvalue">gboolean</span>            <a class="link" href="EContactStore.html#e-contact-store-find-contact" title="e_contact_store_find_contact ()">e_contact_store_find_contact</a>        (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>,
 
53
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uid</code></em>,
 
54
                                                         <em class="parameter"><code><span class="type">GtkTreeIter</span> *iter</code></em>);
 
55
<span class="returnvalue">GSList</span> *            <a class="link" href="EContactStore.html#e-contact-store-get-clients" title="e_contact_store_get_clients ()">e_contact_store_get_clients</a>         (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>);
56
56
<span class="returnvalue">void</span>                <a class="link" href="EContactStore.html#e-contact-store-add-client" title="e_contact_store_add_client ()">e_contact_store_add_client</a>          (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>,
57
 
                                                         <em class="parameter"><code><a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libebook/EBookClient.html"><span class="type">EBookClient</span></a> *book_client</code></em>);
 
57
                                                         <em class="parameter"><code><span class="type">EBookClient</span> *book_client</code></em>);
58
58
<span class="returnvalue">void</span>                <a class="link" href="EContactStore.html#e-contact-store-remove-client" title="e_contact_store_remove_client ()">e_contact_store_remove_client</a>       (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>,
59
 
                                                         <em class="parameter"><code><a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libebook/EBookClient.html"><span class="type">EBookClient</span></a> *book_client</code></em>);
 
59
                                                         <em class="parameter"><code><span class="type">EBookClient</span> *book_client</code></em>);
60
60
<span class="returnvalue">void</span>                <a class="link" href="EContactStore.html#e-contact-store-set-query" title="e_contact_store_set_query ()">e_contact_store_set_query</a>           (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>,
61
 
                                                         <em class="parameter"><code><a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libebook/libebook-e-book-query.html#EBookQuery"><span class="type">EBookQuery</span></a> *book_query</code></em>);
62
 
<a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libebook/libebook-e-book-query.html#EBookQuery"><span class="returnvalue">EBookQuery</span></a> *             <a class="link" href="EContactStore.html#e-contact-store-peek-query" title="e_contact_store_peek_query ()">e_contact_store_peek_query</a>          (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>);
 
61
                                                         <em class="parameter"><code><span class="type">EBookQuery</span> *book_query</code></em>);
 
62
<span class="returnvalue">EBookQuery</span> *        <a class="link" href="EContactStore.html#e-contact-store-peek-query" title="e_contact_store_peek_query ()">e_contact_store_peek_query</a>          (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>);
63
63
</pre>
64
64
</div>
65
65
<div class="refsect1">
66
66
<a name="EContactStore.object-hierarchy"></a><h2>Object Hierarchy</h2>
67
67
<pre class="synopsis">
68
 
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
68
  GObject
69
69
   +----EContactStore
70
70
</pre>
71
71
</div>
78
78
<div class="refsect1">
79
79
<a name="EContactStore.signals"></a><h2>Signals</h2>
80
80
<pre class="synopsis">
81
 
  "<a class="link" href="EContactStore.html#EContactStore-start-client-view" title='The "start-client-view" signal'>start-client-view</a>"                              : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
82
 
  "<a class="link" href="EContactStore.html#EContactStore-stop-client-view" title='The "stop-client-view" signal'>stop-client-view</a>"                               : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
 
81
  "<a class="link" href="EContactStore.html#EContactStore-start-client-view" title='The "start-client-view" signal'>start-client-view</a>"                              : <code class="literal">Run Last</code>
 
82
  "<a class="link" href="EContactStore.html#EContactStore-stop-client-view" title='The "stop-client-view" signal'>stop-client-view</a>"                               : <code class="literal">Run Last</code>
83
83
</pre>
84
84
</div>
85
85
<div class="refsect1">
98
98
<hr>
99
99
<div class="refsect2">
100
100
<a name="e-contact-store-new"></a><h3>e_contact_store_new ()</h3>
101
 
<pre class="programlisting"><a class="link" href="EContactStore.html" title="EContactStore"><span class="returnvalue">EContactStore</span></a> *            e_contact_store_new                 (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 
101
<pre class="programlisting"><a class="link" href="EContactStore.html" title="EContactStore"><span class="returnvalue">EContactStore</span></a> *     e_contact_store_new                 (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
102
102
<p>
103
103
Creates a new <a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a>.
104
104
</p>
113
113
<hr>
114
114
<div class="refsect2">
115
115
<a name="e-contact-store-get-client"></a><h3>e_contact_store_get_client ()</h3>
116
 
<pre class="programlisting"><a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libebook/EBookClient.html"><span class="returnvalue">EBookClient</span></a> *            e_contact_store_get_client          (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>,
 
116
<pre class="programlisting"><span class="returnvalue">EBookClient</span> *       e_contact_store_get_client          (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>,
117
117
                                                         <em class="parameter"><code><span class="type">GtkTreeIter</span> *iter</code></em>);</pre>
118
118
<p>
119
 
Gets the <a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libebook/EBookClient.html"><span class="type">EBookClient</span></a> that provided the contact at <em class="parameter"><code>iter</code></em>.
 
119
Gets the <span class="type">EBookClient</span> that provided the contact at <em class="parameter"><code>iter</code></em>.
120
120
</p>
121
121
<div class="variablelist"><table border="0">
122
122
<col align="left" valign="top">
133
133
</tr>
134
134
<tr>
135
135
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
136
 
<td>An <a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libebook/EBookClient.html"><span class="type">EBookClient</span></a>.</td>
 
136
<td>An <span class="type">EBookClient</span>.</td>
137
137
</tr>
138
138
</tbody>
139
139
</table></div>
142
142
<hr>
143
143
<div class="refsect2">
144
144
<a name="e-contact-store-get-contact"></a><h3>e_contact_store_get_contact ()</h3>
145
 
<pre class="programlisting"><a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libebook/EContact.html"><span class="returnvalue">EContact</span></a> *             e_contact_store_get_contact         (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>,
 
145
<pre class="programlisting"><span class="returnvalue">EContact</span> *          e_contact_store_get_contact         (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>,
146
146
                                                         <em class="parameter"><code><span class="type">GtkTreeIter</span> *iter</code></em>);</pre>
147
147
<p>
148
 
Gets the <a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a> at <em class="parameter"><code>iter</code></em>.
 
148
Gets the <span class="type">EContact</span> at <em class="parameter"><code>iter</code></em>.
149
149
</p>
150
150
<div class="variablelist"><table border="0">
151
151
<col align="left" valign="top">
162
162
</tr>
163
163
<tr>
164
164
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
165
 
<td>An <a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a>.</td>
 
165
<td>An <span class="type">EContact</span>.</td>
166
166
</tr>
167
167
</tbody>
168
168
</table></div>
170
170
<hr>
171
171
<div class="refsect2">
172
172
<a name="e-contact-store-find-contact"></a><h3>e_contact_store_find_contact ()</h3>
173
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_contact_store_find_contact        (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>,
174
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
 
173
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_contact_store_find_contact        (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>,
 
174
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uid</code></em>,
175
175
                                                         <em class="parameter"><code><span class="type">GtkTreeIter</span> *iter</code></em>);</pre>
176
176
<p>
177
177
Sets <em class="parameter"><code>iter</code></em> to point to the contact row matching <em class="parameter"><code>uid</code></em>.
195
195
<tr>
196
196
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
197
197
<td>
198
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the contact was found, and <em class="parameter"><code>iter</code></em> was set. <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
 
198
<code class="literal">TRUE</code> if the contact was found, and <em class="parameter"><code>iter</code></em> was set. <code class="literal">FALSE</code> otherwise.</td>
199
199
</tr>
200
200
</tbody>
201
201
</table></div>
203
203
<hr>
204
204
<div class="refsect2">
205
205
<a name="e-contact-store-get-clients"></a><h3>e_contact_store_get_clients ()</h3>
206
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *              e_contact_store_get_clients         (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>);</pre>
 
206
<pre class="programlisting"><span class="returnvalue">GSList</span> *            e_contact_store_get_clients         (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>);</pre>
207
207
<p>
208
208
Gets the list of book clients that provide contacts for <em class="parameter"><code>contact_store</code></em>.
209
209
</p>
217
217
</tr>
218
218
<tr>
219
219
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
220
 
<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> of pointers to <a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libebook/EBookClient.html"><span class="type">EBookClient</span></a>. The caller owns the list,
 
220
<td>A <span class="type">GSList</span> of pointers to <span class="type">EBookClient</span>. The caller owns the list,
221
221
but not the book clients.</td>
222
222
</tr>
223
223
</tbody>
228
228
<div class="refsect2">
229
229
<a name="e-contact-store-add-client"></a><h3>e_contact_store_add_client ()</h3>
230
230
<pre class="programlisting"><span class="returnvalue">void</span>                e_contact_store_add_client          (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>,
231
 
                                                         <em class="parameter"><code><a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libebook/EBookClient.html"><span class="type">EBookClient</span></a> *book_client</code></em>);</pre>
 
231
                                                         <em class="parameter"><code><span class="type">EBookClient</span> *book_client</code></em>);</pre>
232
232
<p>
233
233
Adds <em class="parameter"><code>book_client</code></em> to the list of book clients that provide contacts for <em class="parameter"><code>contact_store</code></em>.
234
234
The <em class="parameter"><code>contact_store</code></em> adds a reference to <em class="parameter"><code>book_client</code></em>, if added.
243
243
</tr>
244
244
<tr>
245
245
<td><p><span class="term"><em class="parameter"><code>book_client</code></em> :</span></p></td>
246
 
<td>an <a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libebook/EBookClient.html"><span class="type">EBookClient</span></a>
 
246
<td>an <span class="type">EBookClient</span>
247
247
</td>
248
248
</tr>
249
249
</tbody>
254
254
<div class="refsect2">
255
255
<a name="e-contact-store-remove-client"></a><h3>e_contact_store_remove_client ()</h3>
256
256
<pre class="programlisting"><span class="returnvalue">void</span>                e_contact_store_remove_client       (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>,
257
 
                                                         <em class="parameter"><code><a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libebook/EBookClient.html"><span class="type">EBookClient</span></a> *book_client</code></em>);</pre>
 
257
                                                         <em class="parameter"><code><span class="type">EBookClient</span> *book_client</code></em>);</pre>
258
258
<p>
259
259
Removes <em class="parameter"><code>book</code></em> from the list of book clients that provide contacts for <em class="parameter"><code>contact_store</code></em>.
260
260
</p>
268
268
</tr>
269
269
<tr>
270
270
<td><p><span class="term"><em class="parameter"><code>book_client</code></em> :</span></p></td>
271
 
<td>an <a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libebook/EBookClient.html"><span class="type">EBookClient</span></a>
 
271
<td>an <span class="type">EBookClient</span>
272
272
</td>
273
273
</tr>
274
274
</tbody>
279
279
<div class="refsect2">
280
280
<a name="e-contact-store-set-query"></a><h3>e_contact_store_set_query ()</h3>
281
281
<pre class="programlisting"><span class="returnvalue">void</span>                e_contact_store_set_query           (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>,
282
 
                                                         <em class="parameter"><code><a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libebook/libebook-e-book-query.html#EBookQuery"><span class="type">EBookQuery</span></a> *book_query</code></em>);</pre>
 
282
                                                         <em class="parameter"><code><span class="type">EBookQuery</span> *book_query</code></em>);</pre>
283
283
<p>
284
284
Sets <em class="parameter"><code>book_query</code></em> to be the query used to fetch contacts from the books
285
285
assigned to <em class="parameter"><code>contact_store</code></em>.
294
294
</tr>
295
295
<tr>
296
296
<td><p><span class="term"><em class="parameter"><code>book_query</code></em> :</span></p></td>
297
 
<td>an <a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libebook/libebook-e-book-query.html#EBookQuery"><span class="type">EBookQuery</span></a>
 
297
<td>an <span class="type">EBookQuery</span>
298
298
</td>
299
299
</tr>
300
300
</tbody>
303
303
<hr>
304
304
<div class="refsect2">
305
305
<a name="e-contact-store-peek-query"></a><h3>e_contact_store_peek_query ()</h3>
306
 
<pre class="programlisting"><a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libebook/libebook-e-book-query.html#EBookQuery"><span class="returnvalue">EBookQuery</span></a> *         e_contact_store_peek_query          (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>);</pre>
 
306
<pre class="programlisting"><span class="returnvalue">EBookQuery</span> *        e_contact_store_peek_query          (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>);</pre>
307
307
<p>
308
308
Gets the query that's being used to fetch contacts from the books
309
309
assigned to <em class="parameter"><code>contact_store</code></em>.
318
318
</tr>
319
319
<tr>
320
320
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
321
 
<td>The <a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libebook/libebook-e-book-query.html#EBookQuery"><span class="type">EBookQuery</span></a> being used.</td>
 
321
<td>The <span class="type">EBookQuery</span> being used.</td>
322
322
</tr>
323
323
</tbody>
324
324
</table></div>
329
329
<div class="refsect2">
330
330
<a name="EContactStore-start-client-view"></a><h3>The <code class="literal">"start-client-view"</code> signal</h3>
331
331
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a>   *econtactstore,
332
 
                                                        <a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libebook/EBookClientView.html"><span class="type">EBookClientView</span></a> *arg1,
333
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>         user_data)          : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
 
332
                                                        <span class="type">EBookClientView</span> *arg1,
 
333
                                                        <span class="type">gpointer</span>         user_data)          : <code class="literal">Run Last</code></pre>
334
334
<p>
335
335
</p>
336
336
<div class="variablelist"><table border="0">
351
351
<div class="refsect2">
352
352
<a name="EContactStore-stop-client-view"></a><h3>The <code class="literal">"stop-client-view"</code> signal</h3>
353
353
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a>   *econtactstore,
354
 
                                                        <a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libebook/EBookClientView.html"><span class="type">EBookClientView</span></a> *arg1,
355
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>         user_data)          : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
 
354
                                                        <span class="type">EBookClientView</span> *arg1,
 
355
                                                        <span class="type">gpointer</span>         user_data)          : <code class="literal">Run Last</code></pre>
356
356
<p>
357
357
</p>
358
358
<div class="variablelist"><table border="0">
373
373
</div>
374
374
<div class="footer">
375
375
<hr>
376
 
          Generated by GTK-Doc V1.17</div>
 
376
          Generated by GTK-Doc V1.18</div>
377
377
</body>
378
378
</html>
 
 
b'\\ No newline at end of file'