~ubuntu-branches/ubuntu/precise/empathy/precise

« back to all changes in this revision

Viewing changes to docs/libempathy/html/libempathy-EmpathyConf.html

Tags: upstream-0.21.90
ImportĀ upstreamĀ versionĀ 0.21.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
 
<html>
3
 
<head>
4
 
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
5
 
<title>EmpathyConf</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="libempathy Reference Manual">
8
 
<link rel="up" href="libempathy_api.html" title="libempathy API reference">
9
 
<link rel="prev" href="EmpathyChatroom.html" title="EmpathyChatroom">
10
 
<link rel="next" href="libempathy-EmpathyContactFactory.html" title="EmpathyContactFactory">
11
 
<meta name="generator" content="GTK-Doc V1.9 (XML mode)">
12
 
<link rel="stylesheet" href="style.css" type="text/css">
13
 
<link rel="part" href="pt01.html" title="Part&#160;I.&#160;libempathy Overview">
14
 
<link rel="part" href="pt02.html" title="Part&#160;II.&#160;API Reference">
15
 
<link rel="chapter" href="libempathy_api.html" title="libempathy API reference">
16
 
<link rel="chapter" href="libempathy-hierarchy.html" title="Object Hierarchy">
17
 
<link rel="index" href="ix01.html" title="Index">
18
 
</head>
19
 
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
20
 
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
21
 
<tr valign="middle">
22
 
<td><a accesskey="p" href="EmpathyChatroom.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
23
 
<td><a accesskey="u" href="libempathy_api.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
24
 
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
25
 
<th width="100%" align="center">libempathy Reference Manual</th>
26
 
<td><a accesskey="n" href="libempathy-EmpathyContactFactory.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
27
 
</tr>
28
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id371494" class="shortcut">Top</a>
29
 
                  &#160;|&#160;
30
 
                  <a href="#id344777" class="shortcut">Description</a></nobr></td></tr>
31
 
</table>
32
 
<div class="refentry" lang="en">
33
 
<a name="libempathy-EmpathyConf"></a><div class="titlepage"></div>
34
 
<div class="refnamediv"><table width="100%"><tr>
35
 
<td valign="top">
36
 
<h2>
37
 
<a name="id371494"></a><span class="refentrytitle">EmpathyConf</span>
38
 
</h2>
39
 
<p>EmpathyConf</p>
40
 
</td>
41
 
<td valign="top" align="right"></td>
42
 
</tr></table></div>
43
 
<div class="refsynopsisdiv">
44
 
<h2>Synopsis</h2>
45
 
<pre class="synopsis">
46
 
 
47
 
 
48
 
 
49
 
                    <a class="link" href="libempathy-EmpathyConf.html#EmpathyConf">EmpathyConf</a>;
50
 
void                (<a class="link" href="libempathy-EmpathyConf.html#EmpathyConfNotifyFunc">*EmpathyConfNotifyFunc</a>)            (<a class="link" href="libempathy-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
51
 
                                                         const gchar *key,
52
 
                                                         gpointer user_data);
53
 
<a class="link" href="libempathy-EmpathyConf.html#EmpathyConf">EmpathyConf</a>*        <a class="link" href="libempathy-EmpathyConf.html#empathy-conf-get">empathy_conf_get</a>                    (void);
54
 
void                <a class="link" href="libempathy-EmpathyConf.html#empathy-conf-shutdown">empathy_conf_shutdown</a>               (void);
55
 
guint               <a class="link" href="libempathy-EmpathyConf.html#empathy-conf-notify-add">empathy_conf_notify_add</a>             (<a class="link" href="libempathy-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
56
 
                                                         const gchar *key,
57
 
                                                         <a class="link" href="libempathy-EmpathyConf.html#EmpathyConfNotifyFunc">EmpathyConfNotifyFunc</a> func,
58
 
                                                         gpointer data);
59
 
gboolean            <a class="link" href="libempathy-EmpathyConf.html#empathy-conf-notify-remove">empathy_conf_notify_remove</a>          (<a class="link" href="libempathy-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
60
 
                                                         guint id);
61
 
gboolean            <a class="link" href="libempathy-EmpathyConf.html#empathy-conf-set-int">empathy_conf_set_int</a>                (<a class="link" href="libempathy-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
62
 
                                                         const gchar *key,
63
 
                                                         gint value);
64
 
gboolean            <a class="link" href="libempathy-EmpathyConf.html#empathy-conf-get-int">empathy_conf_get_int</a>                (<a class="link" href="libempathy-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
65
 
                                                         const gchar *key,
66
 
                                                         gint *value);
67
 
gboolean            <a class="link" href="libempathy-EmpathyConf.html#empathy-conf-set-bool">empathy_conf_set_bool</a>               (<a class="link" href="libempathy-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
68
 
                                                         const gchar *key,
69
 
                                                         gboolean value);
70
 
gboolean            <a class="link" href="libempathy-EmpathyConf.html#empathy-conf-get-bool">empathy_conf_get_bool</a>               (<a class="link" href="libempathy-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
71
 
                                                         const gchar *key,
72
 
                                                         gboolean *value);
73
 
gboolean            <a class="link" href="libempathy-EmpathyConf.html#empathy-conf-set-string">empathy_conf_set_string</a>             (<a class="link" href="libempathy-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
74
 
                                                         const gchar *key,
75
 
                                                         const gchar *value);
76
 
gboolean            <a class="link" href="libempathy-EmpathyConf.html#empathy-conf-get-string">empathy_conf_get_string</a>             (<a class="link" href="libempathy-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
77
 
                                                         const gchar *key,
78
 
                                                         gchar **value);
79
 
gboolean            <a class="link" href="libempathy-EmpathyConf.html#empathy-conf-set-string-list">empathy_conf_set_string_list</a>        (<a class="link" href="libempathy-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
80
 
                                                         const gchar *key,
81
 
                                                         GSList *value);
82
 
gboolean            <a class="link" href="libempathy-EmpathyConf.html#empathy-conf-get-string-list">empathy_conf_get_string_list</a>        (<a class="link" href="libempathy-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
83
 
                                                         const gchar *key,
84
 
                                                         GSList **value);
85
 
 
86
 
</pre>
87
 
</div>
88
 
<div class="refsect1" lang="en">
89
 
<a name="id344777"></a><h2>Description</h2>
90
 
<p>
91
 
 
92
 
</p>
93
 
</div>
94
 
<div class="refsect1" lang="en">
95
 
<a name="id344793"></a><h2>Details</h2>
96
 
<div class="refsect2" lang="en">
97
 
<a name="id344804"></a><h3>
98
 
<a name="EmpathyConf"></a>EmpathyConf</h3>
99
 
<a class="indexterm" name="id344816"></a><pre class="programlisting">typedef struct {
100
 
        GObject parent;
101
 
} EmpathyConf;
102
 
</pre>
103
 
<p>
104
 
 
105
 
</p>
106
 
</div>
107
 
<hr>
108
 
<div class="refsect2" lang="en">
109
 
<a name="id344831"></a><h3>
110
 
<a name="EmpathyConfNotifyFunc"></a>EmpathyConfNotifyFunc ()</h3>
111
 
<a class="indexterm" name="id344843"></a><pre class="programlisting">void                (*EmpathyConfNotifyFunc)            (<a class="link" href="libempathy-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
112
 
                                                         const gchar *key,
113
 
                                                         gpointer user_data);</pre>
114
 
<p>
115
 
 
116
 
</p>
117
 
<div class="variablelist"><table border="0">
118
 
<col align="left" valign="top">
119
 
<tbody>
120
 
<tr>
121
 
<td><p><span class="term"><em class="parameter"><code>conf</code></em>&#160;:</span></p></td>
122
 
<td>
123
 
</td>
124
 
</tr>
125
 
<tr>
126
 
<td><p><span class="term"><em class="parameter"><code>key</code></em>&#160;:</span></p></td>
127
 
<td>
128
 
</td>
129
 
</tr>
130
 
<tr>
131
 
<td><p><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></p></td>
132
 
<td>
133
 
 
134
 
 
135
 
</td>
136
 
</tr>
137
 
</tbody>
138
 
</table></div>
139
 
</div>
140
 
<hr>
141
 
<div class="refsect2" lang="en">
142
 
<a name="id344929"></a><h3>
143
 
<a name="empathy-conf-get"></a>empathy_conf_get ()</h3>
144
 
<a class="indexterm" name="id344941"></a><pre class="programlisting"><a class="link" href="libempathy-EmpathyConf.html#EmpathyConf">EmpathyConf</a>*        empathy_conf_get                    (void);</pre>
145
 
<p>
146
 
 
147
 
</p>
148
 
<div class="variablelist"><table border="0">
149
 
<col align="left" valign="top">
150
 
<tbody><tr>
151
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
152
 
<td>
153
 
 
154
 
 
155
 
</td>
156
 
</tr></tbody>
157
 
</table></div>
158
 
</div>
159
 
<hr>
160
 
<div class="refsect2" lang="en">
161
 
<a name="id344976"></a><h3>
162
 
<a name="empathy-conf-shutdown"></a>empathy_conf_shutdown ()</h3>
163
 
<a class="indexterm" name="id382666"></a><pre class="programlisting">void                empathy_conf_shutdown               (void);</pre>
164
 
<p>
165
 
 
166
 
</p>
167
 
</div>
168
 
<hr>
169
 
<div class="refsect2" lang="en">
170
 
<a name="id382683"></a><h3>
171
 
<a name="empathy-conf-notify-add"></a>empathy_conf_notify_add ()</h3>
172
 
<a class="indexterm" name="id382694"></a><pre class="programlisting">guint               empathy_conf_notify_add             (<a class="link" href="libempathy-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
173
 
                                                         const gchar *key,
174
 
                                                         <a class="link" href="libempathy-EmpathyConf.html#EmpathyConfNotifyFunc">EmpathyConfNotifyFunc</a> func,
175
 
                                                         gpointer data);</pre>
176
 
<p>
177
 
 
178
 
</p>
179
 
<div class="variablelist"><table border="0">
180
 
<col align="left" valign="top">
181
 
<tbody>
182
 
<tr>
183
 
<td><p><span class="term"><em class="parameter"><code>conf</code></em>&#160;:</span></p></td>
184
 
<td>
185
 
</td>
186
 
</tr>
187
 
<tr>
188
 
<td><p><span class="term"><em class="parameter"><code>key</code></em>&#160;:</span></p></td>
189
 
<td>
190
 
</td>
191
 
</tr>
192
 
<tr>
193
 
<td><p><span class="term"><em class="parameter"><code>func</code></em>&#160;:</span></p></td>
194
 
<td>
195
 
</td>
196
 
</tr>
197
 
<tr>
198
 
<td><p><span class="term"><em class="parameter"><code>data</code></em>&#160;:</span></p></td>
199
 
<td>
200
 
</td>
201
 
</tr>
202
 
<tr>
203
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
204
 
<td>
205
 
 
206
 
 
207
 
</td>
208
 
</tr>
209
 
</tbody>
210
 
</table></div>
211
 
</div>
212
 
<hr>
213
 
<div class="refsect2" lang="en">
214
 
<a name="id382808"></a><h3>
215
 
<a name="empathy-conf-notify-remove"></a>empathy_conf_notify_remove ()</h3>
216
 
<a class="indexterm" name="id382820"></a><pre class="programlisting">gboolean            empathy_conf_notify_remove          (<a class="link" href="libempathy-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
217
 
                                                         guint id);</pre>
218
 
<p>
219
 
 
220
 
</p>
221
 
<div class="variablelist"><table border="0">
222
 
<col align="left" valign="top">
223
 
<tbody>
224
 
<tr>
225
 
<td><p><span class="term"><em class="parameter"><code>conf</code></em>&#160;:</span></p></td>
226
 
<td>
227
 
</td>
228
 
</tr>
229
 
<tr>
230
 
<td><p><span class="term"><em class="parameter"><code>id</code></em>&#160;:</span></p></td>
231
 
<td>
232
 
</td>
233
 
</tr>
234
 
<tr>
235
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
236
 
<td>
237
 
 
238
 
 
239
 
</td>
240
 
</tr>
241
 
</tbody>
242
 
</table></div>
243
 
</div>
244
 
<hr>
245
 
<div class="refsect2" lang="en">
246
 
<a name="id382896"></a><h3>
247
 
<a name="empathy-conf-set-int"></a>empathy_conf_set_int ()</h3>
248
 
<a class="indexterm" name="id382908"></a><pre class="programlisting">gboolean            empathy_conf_set_int                (<a class="link" href="libempathy-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
249
 
                                                         const gchar *key,
250
 
                                                         gint value);</pre>
251
 
<p>
252
 
 
253
 
</p>
254
 
<div class="variablelist"><table border="0">
255
 
<col align="left" valign="top">
256
 
<tbody>
257
 
<tr>
258
 
<td><p><span class="term"><em class="parameter"><code>conf</code></em>&#160;:</span></p></td>
259
 
<td>
260
 
</td>
261
 
</tr>
262
 
<tr>
263
 
<td><p><span class="term"><em class="parameter"><code>key</code></em>&#160;:</span></p></td>
264
 
<td>
265
 
</td>
266
 
</tr>
267
 
<tr>
268
 
<td><p><span class="term"><em class="parameter"><code>value</code></em>&#160;:</span></p></td>
269
 
<td>
270
 
</td>
271
 
</tr>
272
 
<tr>
273
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
274
 
<td>
275
 
 
276
 
 
277
 
</td>
278
 
</tr>
279
 
</tbody>
280
 
</table></div>
281
 
</div>
282
 
<hr>
283
 
<div class="refsect2" lang="en">
284
 
<a name="id383005"></a><h3>
285
 
<a name="empathy-conf-get-int"></a>empathy_conf_get_int ()</h3>
286
 
<a class="indexterm" name="id383017"></a><pre class="programlisting">gboolean            empathy_conf_get_int                (<a class="link" href="libempathy-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
287
 
                                                         const gchar *key,
288
 
                                                         gint *value);</pre>
289
 
<p>
290
 
 
291
 
</p>
292
 
<div class="variablelist"><table border="0">
293
 
<col align="left" valign="top">
294
 
<tbody>
295
 
<tr>
296
 
<td><p><span class="term"><em class="parameter"><code>conf</code></em>&#160;:</span></p></td>
297
 
<td>
298
 
</td>
299
 
</tr>
300
 
<tr>
301
 
<td><p><span class="term"><em class="parameter"><code>key</code></em>&#160;:</span></p></td>
302
 
<td>
303
 
</td>
304
 
</tr>
305
 
<tr>
306
 
<td><p><span class="term"><em class="parameter"><code>value</code></em>&#160;:</span></p></td>
307
 
<td>
308
 
</td>
309
 
</tr>
310
 
<tr>
311
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
312
 
<td>
313
 
 
314
 
 
315
 
</td>
316
 
</tr>
317
 
</tbody>
318
 
</table></div>
319
 
</div>
320
 
<hr>
321
 
<div class="refsect2" lang="en">
322
 
<a name="id383114"></a><h3>
323
 
<a name="empathy-conf-set-bool"></a>empathy_conf_set_bool ()</h3>
324
 
<a class="indexterm" name="id383126"></a><pre class="programlisting">gboolean            empathy_conf_set_bool               (<a class="link" href="libempathy-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
325
 
                                                         const gchar *key,
326
 
                                                         gboolean value);</pre>
327
 
<p>
328
 
 
329
 
</p>
330
 
<div class="variablelist"><table border="0">
331
 
<col align="left" valign="top">
332
 
<tbody>
333
 
<tr>
334
 
<td><p><span class="term"><em class="parameter"><code>conf</code></em>&#160;:</span></p></td>
335
 
<td>
336
 
</td>
337
 
</tr>
338
 
<tr>
339
 
<td><p><span class="term"><em class="parameter"><code>key</code></em>&#160;:</span></p></td>
340
 
<td>
341
 
</td>
342
 
</tr>
343
 
<tr>
344
 
<td><p><span class="term"><em class="parameter"><code>value</code></em>&#160;:</span></p></td>
345
 
<td>
346
 
</td>
347
 
</tr>
348
 
<tr>
349
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
350
 
<td>
351
 
 
352
 
 
353
 
</td>
354
 
</tr>
355
 
</tbody>
356
 
</table></div>
357
 
</div>
358
 
<hr>
359
 
<div class="refsect2" lang="en">
360
 
<a name="id383223"></a><h3>
361
 
<a name="empathy-conf-get-bool"></a>empathy_conf_get_bool ()</h3>
362
 
<a class="indexterm" name="id383235"></a><pre class="programlisting">gboolean            empathy_conf_get_bool               (<a class="link" href="libempathy-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
363
 
                                                         const gchar *key,
364
 
                                                         gboolean *value);</pre>
365
 
<p>
366
 
 
367
 
</p>
368
 
<div class="variablelist"><table border="0">
369
 
<col align="left" valign="top">
370
 
<tbody>
371
 
<tr>
372
 
<td><p><span class="term"><em class="parameter"><code>conf</code></em>&#160;:</span></p></td>
373
 
<td>
374
 
</td>
375
 
</tr>
376
 
<tr>
377
 
<td><p><span class="term"><em class="parameter"><code>key</code></em>&#160;:</span></p></td>
378
 
<td>
379
 
</td>
380
 
</tr>
381
 
<tr>
382
 
<td><p><span class="term"><em class="parameter"><code>value</code></em>&#160;:</span></p></td>
383
 
<td>
384
 
</td>
385
 
</tr>
386
 
<tr>
387
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
388
 
<td>
389
 
 
390
 
 
391
 
</td>
392
 
</tr>
393
 
</tbody>
394
 
</table></div>
395
 
</div>
396
 
<hr>
397
 
<div class="refsect2" lang="en">
398
 
<a name="id383332"></a><h3>
399
 
<a name="empathy-conf-set-string"></a>empathy_conf_set_string ()</h3>
400
 
<a class="indexterm" name="id383344"></a><pre class="programlisting">gboolean            empathy_conf_set_string             (<a class="link" href="libempathy-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
401
 
                                                         const gchar *key,
402
 
                                                         const gchar *value);</pre>
403
 
<p>
404
 
 
405
 
</p>
406
 
<div class="variablelist"><table border="0">
407
 
<col align="left" valign="top">
408
 
<tbody>
409
 
<tr>
410
 
<td><p><span class="term"><em class="parameter"><code>conf</code></em>&#160;:</span></p></td>
411
 
<td>
412
 
</td>
413
 
</tr>
414
 
<tr>
415
 
<td><p><span class="term"><em class="parameter"><code>key</code></em>&#160;:</span></p></td>
416
 
<td>
417
 
</td>
418
 
</tr>
419
 
<tr>
420
 
<td><p><span class="term"><em class="parameter"><code>value</code></em>&#160;:</span></p></td>
421
 
<td>
422
 
</td>
423
 
</tr>
424
 
<tr>
425
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
426
 
<td>
427
 
 
428
 
 
429
 
</td>
430
 
</tr>
431
 
</tbody>
432
 
</table></div>
433
 
</div>
434
 
<hr>
435
 
<div class="refsect2" lang="en">
436
 
<a name="id383441"></a><h3>
437
 
<a name="empathy-conf-get-string"></a>empathy_conf_get_string ()</h3>
438
 
<a class="indexterm" name="id383453"></a><pre class="programlisting">gboolean            empathy_conf_get_string             (<a class="link" href="libempathy-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
439
 
                                                         const gchar *key,
440
 
                                                         gchar **value);</pre>
441
 
<p>
442
 
 
443
 
</p>
444
 
<div class="variablelist"><table border="0">
445
 
<col align="left" valign="top">
446
 
<tbody>
447
 
<tr>
448
 
<td><p><span class="term"><em class="parameter"><code>conf</code></em>&#160;:</span></p></td>
449
 
<td>
450
 
</td>
451
 
</tr>
452
 
<tr>
453
 
<td><p><span class="term"><em class="parameter"><code>key</code></em>&#160;:</span></p></td>
454
 
<td>
455
 
</td>
456
 
</tr>
457
 
<tr>
458
 
<td><p><span class="term"><em class="parameter"><code>value</code></em>&#160;:</span></p></td>
459
 
<td>
460
 
</td>
461
 
</tr>
462
 
<tr>
463
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
464
 
<td>
465
 
 
466
 
 
467
 
</td>
468
 
</tr>
469
 
</tbody>
470
 
</table></div>
471
 
</div>
472
 
<hr>
473
 
<div class="refsect2" lang="en">
474
 
<a name="id383550"></a><h3>
475
 
<a name="empathy-conf-set-string-list"></a>empathy_conf_set_string_list ()</h3>
476
 
<a class="indexterm" name="id356996"></a><pre class="programlisting">gboolean            empathy_conf_set_string_list        (<a class="link" href="libempathy-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
477
 
                                                         const gchar *key,
478
 
                                                         GSList *value);</pre>
479
 
<p>
480
 
 
481
 
</p>
482
 
<div class="variablelist"><table border="0">
483
 
<col align="left" valign="top">
484
 
<tbody>
485
 
<tr>
486
 
<td><p><span class="term"><em class="parameter"><code>conf</code></em>&#160;:</span></p></td>
487
 
<td>
488
 
</td>
489
 
</tr>
490
 
<tr>
491
 
<td><p><span class="term"><em class="parameter"><code>key</code></em>&#160;:</span></p></td>
492
 
<td>
493
 
</td>
494
 
</tr>
495
 
<tr>
496
 
<td><p><span class="term"><em class="parameter"><code>value</code></em>&#160;:</span></p></td>
497
 
<td>
498
 
</td>
499
 
</tr>
500
 
<tr>
501
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
502
 
<td>
503
 
 
504
 
 
505
 
</td>
506
 
</tr>
507
 
</tbody>
508
 
</table></div>
509
 
</div>
510
 
<hr>
511
 
<div class="refsect2" lang="en">
512
 
<a name="id383622"></a><h3>
513
 
<a name="empathy-conf-get-string-list"></a>empathy_conf_get_string_list ()</h3>
514
 
<a class="indexterm" name="id383632"></a><pre class="programlisting">gboolean            empathy_conf_get_string_list        (<a class="link" href="libempathy-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
515
 
                                                         const gchar *key,
516
 
                                                         GSList **value);</pre>
517
 
<p>
518
 
 
519
 
</p>
520
 
<div class="variablelist"><table border="0">
521
 
<col align="left" valign="top">
522
 
<tbody>
523
 
<tr>
524
 
<td><p><span class="term"><em class="parameter"><code>conf</code></em>&#160;:</span></p></td>
525
 
<td>
526
 
</td>
527
 
</tr>
528
 
<tr>
529
 
<td><p><span class="term"><em class="parameter"><code>key</code></em>&#160;:</span></p></td>
530
 
<td>
531
 
</td>
532
 
</tr>
533
 
<tr>
534
 
<td><p><span class="term"><em class="parameter"><code>value</code></em>&#160;:</span></p></td>
535
 
<td>
536
 
</td>
537
 
</tr>
538
 
<tr>
539
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
540
 
<td>
541
 
 
542
 
 
543
 
</td>
544
 
</tr>
545
 
</tbody>
546
 
</table></div>
547
 
</div>
548
 
</div>
549
 
<div class="refsect1" lang="en">
550
 
<a name="id383720"></a><div class="refsect2" lang="en"><a name="id383721"></a></div>
551
 
<hr>
552
 
<div class="refsect2" lang="en"><a name="id383722"></a></div>
553
 
</div>
554
 
</div>
555
 
</body>
556
 
</html>