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

« back to all changes in this revision

Viewing changes to docs/libempathy/html/libempathy-empathy-utils.html

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
<th width="100%" align="center">libempathy Reference Manual</th>
26
26
<td><a accesskey="n" href="libempathy-hierarchy.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="#id343104" class="shortcut">Top</a>
 
28
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id365303" class="shortcut">Top</a>
29
29
                  &#160;|&#160;
30
 
                  <a href="#id405606" class="shortcut">Description</a></nobr></td></tr>
 
30
                  <a href="#id400245" class="shortcut">Description</a></nobr></td></tr>
31
31
</table>
32
32
<div class="refentry" lang="en">
33
33
<a name="libempathy-empathy-utils"></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="id343104"></a><span class="refentrytitle">empathy-utils</span>
 
37
<a name="id365303"></a><span class="refentrytitle">empathy-utils</span>
38
38
</h2>
39
39
<p>empathy-utils</p>
40
40
</td>
85
85
href="/usr/share/gtk-doc/html/libmissioncontrol/McAccount.html"
86
86
>McAccount</a> *account,
87
87
                                                         TpChan *tp_chan);
88
 
void                <a class="link" href="libempathy-empathy-utils.html#empathy-call-contact">empathy_call_contact</a>                (<a class="link" href="EmpathyContact.html" title="EmpathyContact">EmpathyContact</a> *contact);
89
88
</pre>
90
89
</div>
91
90
<div class="refsect1" lang="en">
92
 
<a name="id405606"></a><h2>Description</h2>
 
91
<a name="id400245"></a><h2>Description</h2>
93
92
<p>
94
93
 
95
94
</p>
96
95
</div>
97
96
<div class="refsect1" lang="en">
98
 
<a name="id405622"></a><h2>Details</h2>
 
97
<a name="id405163"></a><h2>Details</h2>
99
98
<div class="refsect2" lang="en">
100
 
<a name="id405633"></a><h3>
 
99
<a name="id405174"></a><h3>
101
100
<a name="G-STR-EMPTY:CAPS"></a>G_STR_EMPTY()</h3>
102
 
<a class="indexterm" name="id405645"></a><pre class="programlisting">#define G_STR_EMPTY(x) ((x) == NULL || (x)[0] == '\0')
 
101
<a class="indexterm" name="id405186"></a><pre class="programlisting">#define G_STR_EMPTY(x) ((x) == NULL || (x)[0] == '\0')
103
102
</pre>
104
103
<p>
105
104
 
117
116
</div>
118
117
<hr>
119
118
<div class="refsect2" lang="en">
120
 
<a name="id405679"></a><h3>
 
119
<a name="id405220"></a><h3>
121
120
<a name="EmpathyRegExType"></a>enum EmpathyRegExType</h3>
122
 
<a class="indexterm" name="id405691"></a><pre class="programlisting">typedef enum {
 
121
<a class="indexterm" name="id405232"></a><pre class="programlisting">typedef enum {
123
122
        EMPATHY_REGEX_AS_IS,
124
123
        EMPATHY_REGEX_BROWSER,
125
124
        EMPATHY_REGEX_EMAIL,
133
132
</div>
134
133
<hr>
135
134
<div class="refsect2" lang="en">
136
 
<a name="id405708"></a><h3>
 
135
<a name="id405248"></a><h3>
137
136
<a name="empathy-substring"></a>empathy_substring ()</h3>
138
 
<a class="indexterm" name="id405720"></a><pre class="programlisting">gchar*              empathy_substring                   (const gchar *str,
 
137
<a class="indexterm" name="id405260"></a><pre class="programlisting">gchar*              empathy_substring                   (const gchar *str,
139
138
                                                         gint start,
140
139
                                                         gint end);</pre>
141
140
<p>
171
170
</div>
172
171
<hr>
173
172
<div class="refsect2" lang="en">
174
 
<a name="id405817"></a><h3>
 
173
<a name="id405358"></a><h3>
175
174
<a name="empathy-regex-match"></a>empathy_regex_match ()</h3>
176
 
<a class="indexterm" name="id408669"></a><pre class="programlisting">gint                empathy_regex_match                 (<a class="link" href="libempathy-empathy-utils.html#EmpathyRegExType">EmpathyRegExType</a> type,
 
175
<a class="indexterm" name="id405370"></a><pre class="programlisting">gint                empathy_regex_match                 (<a class="link" href="libempathy-empathy-utils.html#EmpathyRegExType">EmpathyRegExType</a> type,
177
176
                                                         const gchar *msg,
178
177
                                                         GArray *start,
179
178
                                                         GArray *end);</pre>
215
214
</div>
216
215
<hr>
217
216
<div class="refsect2" lang="en">
218
 
<a name="id408781"></a><h3>
 
217
<a name="id405487"></a><h3>
219
218
<a name="empathy-strcasecmp"></a>empathy_strcasecmp ()</h3>
220
 
<a class="indexterm" name="id408793"></a><pre class="programlisting">gint                empathy_strcasecmp                  (const gchar *s1,
 
219
<a class="indexterm" name="id405499"></a><pre class="programlisting">gint                empathy_strcasecmp                  (const gchar *s1,
221
220
                                                         const gchar *s2);</pre>
222
221
<p>
223
222
 
247
246
</div>
248
247
<hr>
249
248
<div class="refsect2" lang="en">
250
 
<a name="id408869"></a><h3>
 
249
<a name="id405576"></a><h3>
251
250
<a name="empathy-strncasecmp"></a>empathy_strncasecmp ()</h3>
252
 
<a class="indexterm" name="id408881"></a><pre class="programlisting">gint                empathy_strncasecmp                 (const gchar *s1,
 
251
<a class="indexterm" name="id405588"></a><pre class="programlisting">gint                empathy_strncasecmp                 (const gchar *s1,
253
252
                                                         const gchar *s2,
254
253
                                                         gsize n);</pre>
255
254
<p>
285
284
</div>
286
285
<hr>
287
286
<div class="refsect2" lang="en">
288
 
<a name="id408979"></a><h3>
 
287
<a name="id405686"></a><h3>
289
288
<a name="empathy-xml-validate"></a>empathy_xml_validate ()</h3>
290
 
<a class="indexterm" name="id408991"></a><pre class="programlisting">gboolean            empathy_xml_validate                (xmlDoc *doc,
 
289
<a class="indexterm" name="id405698"></a><pre class="programlisting">gboolean            empathy_xml_validate                (xmlDoc *doc,
291
290
                                                         const gchar *dtd_filename);</pre>
292
291
<p>
293
292
 
317
316
</div>
318
317
<hr>
319
318
<div class="refsect2" lang="en">
320
 
<a name="id387386"></a><h3>
 
319
<a name="id405774"></a><h3>
321
320
<a name="empathy-xml-node-get-child"></a>empathy_xml_node_get_child ()</h3>
322
 
<a class="indexterm" name="id409056"></a><pre class="programlisting">xmlNodePtr          empathy_xml_node_get_child          (xmlNodePtr node,
 
321
<a class="indexterm" name="id405786"></a><pre class="programlisting">xmlNodePtr          empathy_xml_node_get_child          (xmlNodePtr node,
323
322
                                                         const gchar *child_name);</pre>
324
323
<p>
325
324
 
349
348
</div>
350
349
<hr>
351
350
<div class="refsect2" lang="en">
352
 
<a name="id409124"></a><h3>
 
351
<a name="id405862"></a><h3>
353
352
<a name="empathy-xml-node-get-child-content"></a>empathy_xml_node_get_child_content ()</h3>
354
 
<a class="indexterm" name="id409135"></a><pre class="programlisting">xmlChar*            empathy_xml_node_get_child_content  (xmlNodePtr node,
 
353
<a class="indexterm" name="id405874"></a><pre class="programlisting">xmlChar*            empathy_xml_node_get_child_content  (xmlNodePtr node,
355
354
                                                         const gchar *child_name);</pre>
356
355
<p>
357
356
 
381
380
</div>
382
381
<hr>
383
382
<div class="refsect2" lang="en">
384
 
<a name="id409203"></a><h3>
 
383
<a name="id405951"></a><h3>
385
384
<a name="empathy-xml-node-find-child-prop-value"></a>empathy_xml_node_find_child_prop_value ()</h3>
386
 
<a class="indexterm" name="id409213"></a><pre class="programlisting">xmlNodePtr          empathy_xml_node_find_child_prop_value
 
385
<a class="indexterm" name="id405963"></a><pre class="programlisting">xmlNodePtr          empathy_xml_node_find_child_prop_value
387
386
                                                        (xmlNodePtr node,
388
387
                                                         const gchar *prop_name,
389
388
                                                         const gchar *prop_value);</pre>
420
419
</div>
421
420
<hr>
422
421
<div class="refsect2" lang="en">
423
 
<a name="id409301"></a><h3>
 
422
<a name="id406060"></a><h3>
424
423
<a name="empathy-account-hash"></a>empathy_account_hash ()</h3>
425
 
<a class="indexterm" name="id409311"></a><pre class="programlisting">guint               empathy_account_hash                (gconstpointer key);</pre>
 
424
<a class="indexterm" name="id406072"></a><pre class="programlisting">guint               empathy_account_hash                (gconstpointer key);</pre>
426
425
<p>
427
426
 
428
427
</p>
446
445
</div>
447
446
<hr>
448
447
<div class="refsect2" lang="en">
449
 
<a name="id409360"></a><h3>
 
448
<a name="id406127"></a><h3>
450
449
<a name="empathy-account-equal"></a>empathy_account_equal ()</h3>
451
 
<a class="indexterm" name="id409371"></a><pre class="programlisting">gboolean            empathy_account_equal               (gconstpointer a,
 
450
<a class="indexterm" name="id406140"></a><pre class="programlisting">gboolean            empathy_account_equal               (gconstpointer a,
452
451
                                                         gconstpointer b);</pre>
453
452
<p>
454
453
 
478
477
</div>
479
478
<hr>
480
479
<div class="refsect2" lang="en">
481
 
<a name="id409439"></a><h3>
 
480
<a name="id406216"></a><h3>
482
481
<a name="empathy-mission-control-new"></a>empathy_mission_control_new ()</h3>
483
 
<a class="indexterm" name="id409449"></a><pre class="programlisting"><a
 
482
<a class="indexterm" name="id406228"></a><pre class="programlisting"><a
484
483
href="/usr/share/gtk-doc/html/libmissioncontrol/libmissioncontrol-mission-control.html#MissionControl"
485
484
>MissionControl</a>*     empathy_mission_control_new         (void);</pre>
486
485
<p>
499
498
</div>
500
499
<hr>
501
500
<div class="refsect2" lang="en">
502
 
<a name="id409480"></a><h3>
 
501
<a name="id406263"></a><h3>
503
502
<a name="empathy-inspect-handle"></a>empathy_inspect_handle ()</h3>
504
 
<a class="indexterm" name="id409491"></a><pre class="programlisting">gchar*              empathy_inspect_handle              (<a
 
503
<a class="indexterm" name="id406276"></a><pre class="programlisting">gchar*              empathy_inspect_handle              (<a
505
504
href="/usr/share/gtk-doc/html/libmissioncontrol/McAccount.html"
506
505
>McAccount</a> *account,
507
506
                                                         guint handle,
539
538
</div>
540
539
<hr>
541
540
<div class="refsect2" lang="en">
542
 
<a name="id409577"></a><h3>
 
541
<a name="id406372"></a><h3>
543
542
<a name="empathy-inspect-channel"></a>empathy_inspect_channel ()</h3>
544
 
<a class="indexterm" name="id409588"></a><pre class="programlisting">gchar*              empathy_inspect_channel             (<a
 
543
<a class="indexterm" name="id406384"></a><pre class="programlisting">gchar*              empathy_inspect_channel             (<a
545
544
href="/usr/share/gtk-doc/html/libmissioncontrol/McAccount.html"
546
545
>McAccount</a> *account,
547
546
                                                         TpChan *tp_chan);</pre>
571
570
</tbody>
572
571
</table></div>
573
572
</div>
574
 
<hr>
575
 
<div class="refsect2" lang="en">
576
 
<a name="id409656"></a><h3>
577
 
<a name="empathy-call-contact"></a>empathy_call_contact ()</h3>
578
 
<a class="indexterm" name="id409666"></a><pre class="programlisting">void                empathy_call_contact                (<a class="link" href="EmpathyContact.html" title="EmpathyContact">EmpathyContact</a> *contact);</pre>
579
 
<p>
580
 
 
581
 
</p>
582
 
<div class="variablelist"><table border="0">
583
 
<col align="left" valign="top">
584
 
<tbody><tr>
585
 
<td><p><span class="term"><em class="parameter"><code>contact</code></em>&#160;:</span></p></td>
586
 
<td>
587
 
 
588
 
 
589
 
</td>
590
 
</tr></tbody>
591
 
</table></div>
592
 
</div>
593
573
</div>
594
574
<div class="refsect1" lang="en">
595
 
<a name="id409707"></a><div class="refsect2" lang="en"><a name="id409708"></a></div>
 
575
<a name="id406462"></a><div class="refsect2" lang="en"><a name="id406463"></a></div>
596
576
<hr>
597
 
<div class="refsect2" lang="en"><a name="id409709"></a></div>
 
577
<div class="refsect2" lang="en"><a name="id406464"></a></div>
598
578
</div>
599
579
</div>
600
580
</body>