~ubuntu-branches/ubuntu/natty/empathy/natty-updates

« back to all changes in this revision

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

Tags: upstream-0.22.0
ImportĀ upstreamĀ versionĀ 0.22.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
<th width="100%" align="center">libempathy-gtk Reference Manual</th>
26
26
<td><a accesskey="n" href="libempathy-gtk-empathy-contact-dialogs.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
27
27
</tr>
28
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id363720" class="shortcut">Top</a>
 
28
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id362074" class="shortcut">Top</a>
29
29
                  &#160;|&#160;
30
 
                  <a href="#id391375" class="shortcut">Description</a></nobr></td></tr>
 
30
                  <a href="#id392059" class="shortcut">Description</a></nobr></td></tr>
31
31
</table>
32
32
<div class="refentry" lang="en">
33
33
<a name="libempathy-gtk-EmpathyConf"></a><div class="titlepage"></div>
34
34
<div class="refnamediv"><table width="100%"><tr>
35
35
<td valign="top">
36
36
<h2>
37
 
<a name="id363720"></a><span class="refentrytitle">EmpathyConf</span>
 
37
<a name="id362074"></a><span class="refentrytitle">EmpathyConf</span>
38
38
</h2>
39
39
<p>EmpathyConf</p>
40
40
</td>
86
86
</pre>
87
87
</div>
88
88
<div class="refsect1" lang="en">
89
 
<a name="id391375"></a><h2>Description</h2>
 
89
<a name="id392059"></a><h2>Description</h2>
90
90
<p>
91
91
 
92
92
</p>
93
93
</div>
94
94
<div class="refsect1" lang="en">
95
 
<a name="id391391"></a><h2>Details</h2>
 
95
<a name="id392075"></a><h2>Details</h2>
96
96
<div class="refsect2" lang="en">
97
 
<a name="id391402"></a><h3>
 
97
<a name="id392085"></a><h3>
98
98
<a name="EmpathyConf"></a>EmpathyConf</h3>
99
 
<a class="indexterm" name="id391414"></a><pre class="programlisting">typedef struct {
 
99
<a class="indexterm" name="id392097"></a><pre class="programlisting">typedef struct {
100
100
        GObject parent;
101
101
} EmpathyConf;
102
102
</pre>
106
106
</div>
107
107
<hr>
108
108
<div class="refsect2" lang="en">
109
 
<a name="id391429"></a><h3>
 
109
<a name="id392112"></a><h3>
110
110
<a name="EmpathyConfNotifyFunc"></a>EmpathyConfNotifyFunc ()</h3>
111
 
<a class="indexterm" name="id391441"></a><pre class="programlisting">void                (*EmpathyConfNotifyFunc)            (<a class="link" href="libempathy-gtk-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
 
111
<a class="indexterm" name="id392125"></a><pre class="programlisting">void                (*EmpathyConfNotifyFunc)            (<a class="link" href="libempathy-gtk-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
112
112
                                                         const gchar *key,
113
113
                                                         gpointer user_data);</pre>
114
114
<p>
139
139
</div>
140
140
<hr>
141
141
<div class="refsect2" lang="en">
142
 
<a name="id391527"></a><h3>
 
142
<a name="id392211"></a><h3>
143
143
<a name="empathy-conf-get"></a>empathy_conf_get ()</h3>
144
 
<a class="indexterm" name="id391539"></a><pre class="programlisting"><a class="link" href="libempathy-gtk-EmpathyConf.html#EmpathyConf">EmpathyConf</a>*        empathy_conf_get                    (void);</pre>
 
144
<a class="indexterm" name="id392223"></a><pre class="programlisting"><a class="link" href="libempathy-gtk-EmpathyConf.html#EmpathyConf">EmpathyConf</a>*        empathy_conf_get                    (void);</pre>
145
145
<p>
146
146
 
147
147
</p>
158
158
</div>
159
159
<hr>
160
160
<div class="refsect2" lang="en">
161
 
<a name="id391574"></a><h3>
 
161
<a name="id392258"></a><h3>
162
162
<a name="empathy-conf-shutdown"></a>empathy_conf_shutdown ()</h3>
163
 
<a class="indexterm" name="id391586"></a><pre class="programlisting">void                empathy_conf_shutdown               (void);</pre>
 
163
<a class="indexterm" name="id392270"></a><pre class="programlisting">void                empathy_conf_shutdown               (void);</pre>
164
164
<p>
165
165
 
166
166
</p>
167
167
</div>
168
168
<hr>
169
169
<div class="refsect2" lang="en">
170
 
<a name="id391607"></a><h3>
 
170
<a name="id392291"></a><h3>
171
171
<a name="empathy-conf-notify-add"></a>empathy_conf_notify_add ()</h3>
172
 
<a class="indexterm" name="id391619"></a><pre class="programlisting">guint               empathy_conf_notify_add             (<a class="link" href="libempathy-gtk-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
 
172
<a class="indexterm" name="id392303"></a><pre class="programlisting">guint               empathy_conf_notify_add             (<a class="link" href="libempathy-gtk-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
173
173
                                                         const gchar *key,
174
174
                                                         <a class="link" href="libempathy-gtk-EmpathyConf.html#EmpathyConfNotifyFunc">EmpathyConfNotifyFunc</a> func,
175
175
                                                         gpointer data);</pre>
211
211
</div>
212
212
<hr>
213
213
<div class="refsect2" lang="en">
214
 
<a name="id391737"></a><h3>
 
214
<a name="id392420"></a><h3>
215
215
<a name="empathy-conf-notify-remove"></a>empathy_conf_notify_remove ()</h3>
216
 
<a class="indexterm" name="id391749"></a><pre class="programlisting">gboolean            empathy_conf_notify_remove          (<a class="link" href="libempathy-gtk-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
 
216
<a class="indexterm" name="id392433"></a><pre class="programlisting">gboolean            empathy_conf_notify_remove          (<a class="link" href="libempathy-gtk-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
217
217
                                                         guint id);</pre>
218
218
<p>
219
219
 
243
243
</div>
244
244
<hr>
245
245
<div class="refsect2" lang="en">
246
 
<a name="id391825"></a><h3>
 
246
<a name="id392509"></a><h3>
247
247
<a name="empathy-conf-set-int"></a>empathy_conf_set_int ()</h3>
248
 
<a class="indexterm" name="id391837"></a><pre class="programlisting">gboolean            empathy_conf_set_int                (<a class="link" href="libempathy-gtk-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
 
248
<a class="indexterm" name="id392521"></a><pre class="programlisting">gboolean            empathy_conf_set_int                (<a class="link" href="libempathy-gtk-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
249
249
                                                         const gchar *key,
250
250
                                                         gint value);</pre>
251
251
<p>
281
281
</div>
282
282
<hr>
283
283
<div class="refsect2" lang="en">
284
 
<a name="id391934"></a><h3>
 
284
<a name="id392618"></a><h3>
285
285
<a name="empathy-conf-get-int"></a>empathy_conf_get_int ()</h3>
286
 
<a class="indexterm" name="id391946"></a><pre class="programlisting">gboolean            empathy_conf_get_int                (<a class="link" href="libempathy-gtk-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
 
286
<a class="indexterm" name="id392630"></a><pre class="programlisting">gboolean            empathy_conf_get_int                (<a class="link" href="libempathy-gtk-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
287
287
                                                         const gchar *key,
288
288
                                                         gint *value);</pre>
289
289
<p>
319
319
</div>
320
320
<hr>
321
321
<div class="refsect2" lang="en">
322
 
<a name="id392043"></a><h3>
 
322
<a name="id392726"></a><h3>
323
323
<a name="empathy-conf-set-bool"></a>empathy_conf_set_bool ()</h3>
324
 
<a class="indexterm" name="id392055"></a><pre class="programlisting">gboolean            empathy_conf_set_bool               (<a class="link" href="libempathy-gtk-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
 
324
<a class="indexterm" name="id392739"></a><pre class="programlisting">gboolean            empathy_conf_set_bool               (<a class="link" href="libempathy-gtk-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
325
325
                                                         const gchar *key,
326
326
                                                         gboolean value);</pre>
327
327
<p>
357
357
</div>
358
358
<hr>
359
359
<div class="refsect2" lang="en">
360
 
<a name="id392152"></a><h3>
 
360
<a name="id392835"></a><h3>
361
361
<a name="empathy-conf-get-bool"></a>empathy_conf_get_bool ()</h3>
362
 
<a class="indexterm" name="id392164"></a><pre class="programlisting">gboolean            empathy_conf_get_bool               (<a class="link" href="libempathy-gtk-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
 
362
<a class="indexterm" name="id392848"></a><pre class="programlisting">gboolean            empathy_conf_get_bool               (<a class="link" href="libempathy-gtk-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
363
363
                                                         const gchar *key,
364
364
                                                         gboolean *value);</pre>
365
365
<p>
395
395
</div>
396
396
<hr>
397
397
<div class="refsect2" lang="en">
398
 
<a name="id392261"></a><h3>
 
398
<a name="id392944"></a><h3>
399
399
<a name="empathy-conf-set-string"></a>empathy_conf_set_string ()</h3>
400
 
<a class="indexterm" name="id392273"></a><pre class="programlisting">gboolean            empathy_conf_set_string             (<a class="link" href="libempathy-gtk-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
 
400
<a class="indexterm" name="id392956"></a><pre class="programlisting">gboolean            empathy_conf_set_string             (<a class="link" href="libempathy-gtk-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
401
401
                                                         const gchar *key,
402
402
                                                         const gchar *value);</pre>
403
403
<p>
433
433
</div>
434
434
<hr>
435
435
<div class="refsect2" lang="en">
436
 
<a name="id392370"></a><h3>
 
436
<a name="id393053"></a><h3>
437
437
<a name="empathy-conf-get-string"></a>empathy_conf_get_string ()</h3>
438
 
<a class="indexterm" name="id392382"></a><pre class="programlisting">gboolean            empathy_conf_get_string             (<a class="link" href="libempathy-gtk-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
 
438
<a class="indexterm" name="id393065"></a><pre class="programlisting">gboolean            empathy_conf_get_string             (<a class="link" href="libempathy-gtk-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
439
439
                                                         const gchar *key,
440
440
                                                         gchar **value);</pre>
441
441
<p>
471
471
</div>
472
472
<hr>
473
473
<div class="refsect2" lang="en">
474
 
<a name="id392479"></a><h3>
 
474
<a name="id393162"></a><h3>
475
475
<a name="empathy-conf-set-string-list"></a>empathy_conf_set_string_list ()</h3>
476
 
<a class="indexterm" name="id392491"></a><pre class="programlisting">gboolean            empathy_conf_set_string_list        (<a class="link" href="libempathy-gtk-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
 
476
<a class="indexterm" name="id393175"></a><pre class="programlisting">gboolean            empathy_conf_set_string_list        (<a class="link" href="libempathy-gtk-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
477
477
                                                         const gchar *key,
478
478
                                                         GSList *value);</pre>
479
479
<p>
509
509
</div>
510
510
<hr>
511
511
<div class="refsect2" lang="en">
512
 
<a name="id392588"></a><h3>
 
512
<a name="id393272"></a><h3>
513
513
<a name="empathy-conf-get-string-list"></a>empathy_conf_get_string_list ()</h3>
514
 
<a class="indexterm" name="id392600"></a><pre class="programlisting">gboolean            empathy_conf_get_string_list        (<a class="link" href="libempathy-gtk-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
 
514
<a class="indexterm" name="id393284"></a><pre class="programlisting">gboolean            empathy_conf_get_string_list        (<a class="link" href="libempathy-gtk-EmpathyConf.html#EmpathyConf">EmpathyConf</a> *conf,
515
515
                                                         const gchar *key,
516
516
                                                         GSList **value);</pre>
517
517
<p>
547
547
</div>
548
548
</div>
549
549
<div class="refsect1" lang="en">
550
 
<a name="id392699"></a><div class="refsect2" lang="en"><a name="id392700"></a></div>
 
550
<a name="id393382"></a><div class="refsect2" lang="en"><a name="id393383"></a></div>
551
551
<hr>
552
 
<div class="refsect2" lang="en"><a name="id392701"></a></div>
 
552
<div class="refsect2" lang="en"><a name="id393384"></a></div>
553
553
</div>
554
554
</div>
555
555
</body>