This file is indexed.

/usr/share/gtk-doc/html/evolution-util/evolution-util-EClientComboBox.html is in evolution-dev 3.28.1-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>EClientComboBox: Evolution Utilities Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="Evolution Utilities Reference Manual">
<link rel="up" href="ch13.html" title="ESource Support">
<link rel="prev" href="evolution-util-EClientCache.html" title="EClientCache">
<link rel="next" href="evolution-util-EClientSelector.html" title="EClientSelector">
<meta name="generator" content="GTK-Doc V1.27 (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" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
                  <a href="#evolution-util-EClientComboBox.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="ch13.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="evolution-util-EClientCache.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="evolution-util-EClientSelector.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="evolution-util-EClientComboBox"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="evolution-util-EClientComboBox.top_of_page"></a>EClientComboBox</span></h2>
<p>EClientComboBox — Combo box of <span class="type">EClient</span> instances</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="evolution-util-EClientComboBox.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="function_type">
<span class="returnvalue">GtkWidget</span> *
</td>
<td class="function_name">
<a class="link" href="evolution-util-EClientComboBox.html#e-client-combo-box-new" title="e_client_combo_box_new ()">e_client_combo_box_new</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="evolution-util-EClientCache.html#EClientCache" title="struct EClientCache"><span class="returnvalue">EClientCache</span></a> *
</td>
<td class="function_name">
<a class="link" href="evolution-util-EClientComboBox.html#e-client-combo-box-ref-client-cache" title="e_client_combo_box_ref_client_cache ()">e_client_combo_box_ref_client_cache</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="evolution-util-EClientComboBox.html#e-client-combo-box-set-client-cache" title="e_client_combo_box_set_client_cache ()">e_client_combo_box_set_client_cache</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">EClient</span> *
</td>
<td class="function_name">
<a class="link" href="evolution-util-EClientComboBox.html#e-client-combo-box-get-client-sync" title="e_client_combo_box_get_client_sync ()">e_client_combo_box_get_client_sync</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="evolution-util-EClientComboBox.html#e-client-combo-box-get-client" title="e_client_combo_box_get_client ()">e_client_combo_box_get_client</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">EClient</span> *
</td>
<td class="function_name">
<a class="link" href="evolution-util-EClientComboBox.html#e-client-combo-box-get-client-finish" title="e_client_combo_box_get_client_finish ()">e_client_combo_box_get_client_finish</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">EClient</span> *
</td>
<td class="function_name">
<a class="link" href="evolution-util-EClientComboBox.html#e-client-combo-box-ref-cached-client" title="e_client_combo_box_ref_cached_client ()">e_client_combo_box_ref_cached_client</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="evolution-util-EClientComboBox.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;e-util/e-util.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="evolution-util-EClientComboBox.description"></a><h2>Description</h2>
<p><span class="type">EClientComboBox</span> extends the functionality of <a class="link" href="evolution-util-ESourceComboBox.html#ESourceComboBox" title="struct ESourceComboBox"><span class="type">ESourceComboBox</span></a> by
providing convenient access to <span class="type">EClient</span> instances with <a class="link" href="evolution-util-EClientCache.html#EClientCache" title="struct EClientCache"><span class="type">EClientCache</span></a>.</p>
<p>As a future enhancement, this widget may also display status information
about the backends associated with the displayed data sources, similar to
<span class="type">EClientSelector</span>.</p>
</div>
<div class="refsect1">
<a name="evolution-util-EClientComboBox.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="e-client-combo-box-new"></a><h3>e_client_combo_box_new ()</h3>
<pre class="programlisting"><span class="returnvalue">GtkWidget</span> *
e_client_combo_box_new (<em class="parameter"><code><a class="link" href="evolution-util-EClientCache.html#EClientCache" title="struct EClientCache"><span class="type">EClientCache</span></a> *client_cache</code></em>,
                        <em class="parameter"><code>const <span class="type">gchar</span> *extension_name</code></em>);</pre>
<div class="warning"><p><code class="literal">e_client_combo_box_new</code> is deprecated and should not be used in newly-written code.</p></div>
<p>Creates a new <span class="type">EClientComboBox</span> widget that lets the user pick an <span class="type">ESource</span>
from the provided <em class="parameter"><code>client_cache</code></em>
.  The displayed sources are restricted to
those which have an <em class="parameter"><code>extension_name</code></em>
 extension.</p>
<div class="refsect3">
<a name="e-client-combo-box-new.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>client_cache</p></td>
<td class="parameter_description"><p>an <a class="link" href="evolution-util-EClientCache.html#EClientCache" title="struct EClientCache"><span class="type">EClientCache</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>extension_name</p></td>
<td class="parameter_description"><p>the name of an <span class="type">ESource</span> extension</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="e-client-combo-box-new.returns"></a><h4>Returns</h4>
<p> a new <span class="type">EClientComboBox</span></p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="e-client-combo-box-ref-client-cache"></a><h3>e_client_combo_box_ref_client_cache ()</h3>
<pre class="programlisting"><a class="link" href="evolution-util-EClientCache.html#EClientCache" title="struct EClientCache"><span class="returnvalue">EClientCache</span></a> *
e_client_combo_box_ref_client_cache (<em class="parameter"><code><span class="type">EClientComboBox</span> *combo_box</code></em>);</pre>
<div class="warning"><p><code class="literal">e_client_combo_box_ref_client_cache</code> is deprecated and should not be used in newly-written code.</p></div>
<p>Returns the <a class="link" href="evolution-util-EClientCache.html#EClientCache" title="struct EClientCache"><span class="type">EClientCache</span></a> passed to <a class="link" href="evolution-util-EClientComboBox.html#e-client-combo-box-new" title="e_client_combo_box_new ()"><code class="function">e_client_combo_box_new()</code></a>.</p>
<p>The returned <a class="link" href="evolution-util-EClientCache.html#EClientCache" title="struct EClientCache"><span class="type">EClientCache</span></a> is referenced for thread-safety and must be
unreferenced with <code class="function">g_object_unref()</code> when finished with it.</p>
<div class="refsect3">
<a name="e-client-combo-box-ref-client-cache.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>combo_box</p></td>
<td class="parameter_description"><p>an <span class="type">EClientComboBox</span></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="e-client-combo-box-ref-client-cache.returns"></a><h4>Returns</h4>
<p> an <a class="link" href="evolution-util-EClientCache.html#EClientCache" title="struct EClientCache"><span class="type">EClientCache</span></a></p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="e-client-combo-box-set-client-cache"></a><h3>e_client_combo_box_set_client_cache ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
e_client_combo_box_set_client_cache (<em class="parameter"><code><span class="type">EClientComboBox</span> *combo_box</code></em>,
                                     <em class="parameter"><code><a class="link" href="evolution-util-EClientCache.html#EClientCache" title="struct EClientCache"><span class="type">EClientCache</span></a> *client_cache</code></em>);</pre>
<div class="warning"><p><code class="literal">e_client_combo_box_set_client_cache</code> is deprecated and should not be used in newly-written code.</p></div>
<p>Simultaneously sets the <span class="type">“client-cache”</span> and
<span class="type">“registry”</span> properties.</p>
<p>This function is intended for cases where <em class="parameter"><code>combo_box</code></em>
 is instantiated
by a <span class="type">GtkBuilder</span> and has to be given an <a class="link" href="evolution-util-EClientCache.html#EClientCache" title="struct EClientCache"><span class="type">EClientCache</span></a> after it is fully
constructed.</p>
<div class="refsect3">
<a name="e-client-combo-box-set-client-cache.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>combo_box</p></td>
<td class="parameter_description"><p>an <span class="type">EClientComboBox</span></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="e-client-combo-box-get-client-sync"></a><h3>e_client_combo_box_get_client_sync ()</h3>
<pre class="programlisting"><span class="returnvalue">EClient</span> *
e_client_combo_box_get_client_sync (<em class="parameter"><code><span class="type">EClientComboBox</span> *combo_box</code></em>,
                                    <em class="parameter"><code><span class="type">ESource</span> *source</code></em>,
                                    <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                    <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="warning"><p><code class="literal">e_client_combo_box_get_client_sync</code> is deprecated and should not be used in newly-written code.</p></div>
<p>Obtains a shared <span class="type">EClient</span> instance for <em class="parameter"><code>source</code></em>
, or else creates a new
<span class="type">EClient</span> instance to be shared.</p>
<p>The <span class="type">“extension-name”</span> property determines the type of
<span class="type">EClient</span> to obtain.  See <a class="link" href="evolution-util-EClientCache.html#e-client-cache-get-client-sync" title="e_client_cache_get_client_sync ()"><code class="function">e_client_cache_get_client_sync()</code></a> for a list
of valid extension names.</p>
<p>If a request for the same <em class="parameter"><code>source</code></em>
 and <span class="type">“extension-name”</span>
is already in progress when this function is called, this request will
"piggyback" on the in-progress request such that they will both succeed
or fail simultaneously.</p>
<p>Unreference the returned <span class="type">EClient</span> with <code class="function">g_object_unref()</code> when finished
with it.  If an error occurs, the function will set <em class="parameter"><code>error</code></em>
 and return
<code class="literal">NULL</code>.</p>
<div class="refsect3">
<a name="e-client-combo-box-get-client-sync.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>combo_box</p></td>
<td class="parameter_description"><p>an <span class="type">EClientComboBox</span></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>source</p></td>
<td class="parameter_description"><p>an <span class="type">ESource</span></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>cancellable</p></td>
<td class="parameter_description"><p>optional <span class="type">GCancellable</span> object, or <code class="literal">NULL</code></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>return location for a <span class="type">GError</span>, or <code class="literal">NULL</code></p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="e-client-combo-box-get-client-sync.returns"></a><h4>Returns</h4>
<p> an <span class="type">EClient</span>, or <code class="literal">NULL</code></p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="e-client-combo-box-get-client"></a><h3>e_client_combo_box_get_client ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
e_client_combo_box_get_client (<em class="parameter"><code><span class="type">EClientComboBox</span> *combo_box</code></em>,
                               <em class="parameter"><code><span class="type">ESource</span> *source</code></em>,
                               <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                               <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
                               <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
<div class="warning"><p><code class="literal">e_client_combo_box_get_client</code> is deprecated and should not be used in newly-written code.</p></div>
<p>Asynchronously obtains a shared <span class="type">EClient</span> instance for <em class="parameter"><code>source</code></em>
, or else
creates a new <span class="type">EClient</span> instance to be shared.</p>
<p>The <span class="type">“extension-name”</span> property determines the type of
<span class="type">EClient</span> to obtain.  See <a class="link" href="evolution-util-EClientCache.html#e-client-cache-get-client-sync" title="e_client_cache_get_client_sync ()"><code class="function">e_client_cache_get_client_sync()</code></a> for a list
of valid extension names.</p>
<p>If a request for the same <em class="parameter"><code>source</code></em>
 and <span class="type">“extension-name”</span>
is already in progress when this function is called, this request will
"piggyback" on the in-progress request such that they will both succeed
or fail simultaneously.</p>
<p>When the operation is finished, <em class="parameter"><code>callback</code></em>
 will be called.  You can
then call <a class="link" href="evolution-util-EClientComboBox.html#e-client-combo-box-get-client-finish" title="e_client_combo_box_get_client_finish ()"><code class="function">e_client_combo_box_get_client_finish()</code></a> to get the result of
the operation.</p>
<div class="refsect3">
<a name="e-client-combo-box-get-client.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>combo_box</p></td>
<td class="parameter_description"><p>an <span class="type">EClientComboBox</span></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>source</p></td>
<td class="parameter_description"><p>an <span class="type">ESource</span></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>cancellable</p></td>
<td class="parameter_description"><p>optional <span class="type">GCancellable</span> object, or <code class="literal">NULL</code></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>callback</p></td>
<td class="parameter_description"><p>a <span class="type">GAsyncReadyCallback</span> to call when the request is satisfied</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>user_data</p></td>
<td class="parameter_description"><p>data to pass to the callback function</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="e-client-combo-box-get-client-finish"></a><h3>e_client_combo_box_get_client_finish ()</h3>
<pre class="programlisting"><span class="returnvalue">EClient</span> *
e_client_combo_box_get_client_finish (<em class="parameter"><code><span class="type">EClientComboBox</span> *combo_box</code></em>,
                                      <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
                                      <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="warning"><p><code class="literal">e_client_combo_box_get_client_finish</code> is deprecated and should not be used in newly-written code.</p></div>
<p>Finishes the operation started with <a class="link" href="evolution-util-EClientComboBox.html#e-client-combo-box-get-client" title="e_client_combo_box_get_client ()"><code class="function">e_client_combo_box_get_client()</code></a>.</p>
<p>Unreference the returned <span class="type">EClient</span> with <code class="function">g_object_unref()</code> when finished
with it.  If an error occurred, the function will set <em class="parameter"><code>error</code></em>
 and return
<code class="literal">NULL</code>.</p>
<div class="refsect3">
<a name="e-client-combo-box-get-client-finish.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>combo_box</p></td>
<td class="parameter_description"><p>an <span class="type">EClientComboBox</span></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>result</p></td>
<td class="parameter_description"><p>a <span class="type">GAsyncResult</span></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>return location for a <span class="type">GError</span>, or <code class="literal">NULL</code></p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="e-client-combo-box-get-client-finish.returns"></a><h4>Returns</h4>
<p> an <span class="type">EClient</span>, or <code class="literal">NULL</code></p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="e-client-combo-box-ref-cached-client"></a><h3>e_client_combo_box_ref_cached_client ()</h3>
<pre class="programlisting"><span class="returnvalue">EClient</span> *
e_client_combo_box_ref_cached_client (<em class="parameter"><code><span class="type">EClientComboBox</span> *combo_box</code></em>,
                                      <em class="parameter"><code><span class="type">ESource</span> *source</code></em>);</pre>
<div class="warning"><p><code class="literal">e_client_combo_box_ref_cached_client</code> is deprecated and should not be used in newly-written code.</p></div>
<p>Returns a shared <span class="type">EClient</span> instance for <em class="parameter"><code>source</code></em>
 and the value of
<span class="type">“extension-name”</span> if such an instance is already cached,
or else <code class="literal">NULL</code>.  This function does not create a new <span class="type">EClient</span> instance,
and therefore does not block.</p>
<p>The returned <span class="type">EClient</span> is referenced for thread-safety and must be
unreferenced with <code class="function">g_object_unref()</code> when finished with it.</p>
<div class="refsect3">
<a name="e-client-combo-box-ref-cached-client.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>combo_box</p></td>
<td class="parameter_description"><p>an <span class="type">EClientComboBox</span></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>source</p></td>
<td class="parameter_description"><p>an <span class="type">ESource</span></p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="e-client-combo-box-ref-cached-client.returns"></a><h4>Returns</h4>
<p> an <span class="type">EClient</span>, or <code class="literal">NULL</code></p>
</div>
</div>
</div>
<div class="refsect1">
<a name="evolution-util-EClientComboBox.other_details"></a><h2>Types and Values</h2>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.27</div>
</body>
</html>