~ubuntu-branches/ubuntu/karmic/empathy/karmic

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2007-12-04 00:00:31 UTC
  • mto: (6.4.1 sid) (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20071204000031-w2os396zoqdbcybt
Tags: upstream-0.21.3
ImportĀ upstreamĀ versionĀ 0.21.3

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>EmpathyChatView</title>
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
 
7
<link rel="start" href="index.html" title="libempathy-gtk Reference Manual">
 
8
<link rel="up" href="libempathy_api.html" title="libempathy-gtk API reference">
 
9
<link rel="prev" href="EmpathySmileyManager.html" title="EmpathySmileyManager">
 
10
<link rel="next" href="libempathy-gtk-empathy-geometry.html" title="empathy-geometry">
 
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-gtk 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-gtk API reference">
 
16
<link rel="chapter" href="libempathy-gtk-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="EmpathySmileyManager.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-gtk Reference Manual</th>
 
26
<td><a accesskey="n" href="libempathy-gtk-empathy-geometry.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="#id347609" class="shortcut">Top</a>
 
29
                  &#160;|&#160;
 
30
                  <a href="#id388111" class="shortcut">Description</a>
 
31
                  &#160;|&#160;
 
32
                  <a href="#id388029" class="shortcut">Object Hierarchy</a>
 
33
                  &#160;|&#160;
 
34
                  <a href="#id388083" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
 
35
</table>
 
36
<div class="refentry" lang="en">
 
37
<a name="EmpathyChatView"></a><div class="titlepage"></div>
 
38
<div class="refnamediv"><table width="100%"><tr>
 
39
<td valign="top">
 
40
<h2>
 
41
<a name="id347609"></a><span class="refentrytitle">EmpathyChatView</span>
 
42
</h2>
 
43
<p>EmpathyChatView</p>
 
44
</td>
 
45
<td valign="top" align="right"></td>
 
46
</tr></table></div>
 
47
<div class="refsynopsisdiv">
 
48
<h2>Synopsis</h2>
 
49
<pre class="synopsis">
 
50
 
 
51
 
 
52
 
 
53
                    <a class="link" href="EmpathyChatView.html#EmpathyChatViewPriv">EmpathyChatViewPriv</a>;
 
54
                    <a class="link" href="EmpathyChatView.html#EmpathyChatView-struct">EmpathyChatView</a>;
 
55
<a class="link" href="EmpathyChatView.html" title="EmpathyChatView">EmpathyChatView</a>*    <a class="link" href="EmpathyChatView.html#empathy-chat-view-new">empathy_chat_view_new</a>               (void);
 
56
void                <a class="link" href="EmpathyChatView.html#empathy-chat-view-append-message">empathy_chat_view_append_message</a>    (<a class="link" href="EmpathyChatView.html" title="EmpathyChatView">EmpathyChatView</a> *view,
 
57
                                                         <a
 
58
href="../libempathy/EmpathyMessage.html"
 
59
>EmpathyMessage</a> *msg);
 
60
void                <a class="link" href="EmpathyChatView.html#empathy-chat-view-append-event">empathy_chat_view_append_event</a>      (<a class="link" href="EmpathyChatView.html" title="EmpathyChatView">EmpathyChatView</a> *view,
 
61
                                                         const gchar *str);
 
62
void                <a class="link" href="EmpathyChatView.html#empathy-chat-view-append-button">empathy_chat_view_append_button</a>     (<a class="link" href="EmpathyChatView.html" title="EmpathyChatView">EmpathyChatView</a> *view,
 
63
                                                         const gchar *message,
 
64
                                                         GtkWidget *button1,
 
65
                                                         GtkWidget *button2);
 
66
void                <a class="link" href="EmpathyChatView.html#empathy-chat-view-set-margin">empathy_chat_view_set_margin</a>        (<a class="link" href="EmpathyChatView.html" title="EmpathyChatView">EmpathyChatView</a> *view,
 
67
                                                         gint margin);
 
68
void                <a class="link" href="EmpathyChatView.html#empathy-chat-view-scroll">empathy_chat_view_scroll</a>            (<a class="link" href="EmpathyChatView.html" title="EmpathyChatView">EmpathyChatView</a> *view,
 
69
                                                         gboolean allow_scrolling);
 
70
void                <a class="link" href="EmpathyChatView.html#empathy-chat-view-scroll-down">empathy_chat_view_scroll_down</a>       (<a class="link" href="EmpathyChatView.html" title="EmpathyChatView">EmpathyChatView</a> *view);
 
71
gboolean            <a class="link" href="EmpathyChatView.html#empathy-chat-view-get-selection-bounds">empathy_chat_view_get_selection_bounds</a>
 
72
                                                        (<a class="link" href="EmpathyChatView.html" title="EmpathyChatView">EmpathyChatView</a> *view,
 
73
                                                         GtkTextIter *start,
 
74
                                                         GtkTextIter *end);
 
75
void                <a class="link" href="EmpathyChatView.html#empathy-chat-view-clear">empathy_chat_view_clear</a>             (<a class="link" href="EmpathyChatView.html" title="EmpathyChatView">EmpathyChatView</a> *view);
 
76
gboolean            <a class="link" href="EmpathyChatView.html#empathy-chat-view-find-previous">empathy_chat_view_find_previous</a>     (<a class="link" href="EmpathyChatView.html" title="EmpathyChatView">EmpathyChatView</a> *view,
 
77
                                                         const gchar *search_criteria,
 
78
                                                         gboolean new_search);
 
79
gboolean            <a class="link" href="EmpathyChatView.html#empathy-chat-view-find-next">empathy_chat_view_find_next</a>         (<a class="link" href="EmpathyChatView.html" title="EmpathyChatView">EmpathyChatView</a> *view,
 
80
                                                         const gchar *search_criteria,
 
81
                                                         gboolean new_search);
 
82
void                <a class="link" href="EmpathyChatView.html#empathy-chat-view-find-abilities">empathy_chat_view_find_abilities</a>    (<a class="link" href="EmpathyChatView.html" title="EmpathyChatView">EmpathyChatView</a> *view,
 
83
                                                         const gchar *search_criteria,
 
84
                                                         gboolean *can_do_previous,
 
85
                                                         gboolean *can_do_next);
 
86
void                <a class="link" href="EmpathyChatView.html#empathy-chat-view-highlight">empathy_chat_view_highlight</a>         (<a class="link" href="EmpathyChatView.html" title="EmpathyChatView">EmpathyChatView</a> *view,
 
87
                                                         const gchar *text);
 
88
void                <a class="link" href="EmpathyChatView.html#empathy-chat-view-copy-clipboard">empathy_chat_view_copy_clipboard</a>    (<a class="link" href="EmpathyChatView.html" title="EmpathyChatView">EmpathyChatView</a> *view);
 
89
gboolean            <a class="link" href="EmpathyChatView.html#empathy-chat-view-get-irc-style">empathy_chat_view_get_irc_style</a>     (<a class="link" href="EmpathyChatView.html" title="EmpathyChatView">EmpathyChatView</a> *view);
 
90
void                <a class="link" href="EmpathyChatView.html#empathy-chat-view-set-irc-style">empathy_chat_view_set_irc_style</a>     (<a class="link" href="EmpathyChatView.html" title="EmpathyChatView">EmpathyChatView</a> *view,
 
91
                                                         gboolean irc_style);
 
92
GtkWidget*          <a class="link" href="EmpathyChatView.html#empathy-chat-view-get-smiley-menu">empathy_chat_view_get_smiley_menu</a>   (GCallback callback,
 
93
                                                         gpointer user_data);
 
94
void                <a class="link" href="EmpathyChatView.html#empathy-chat-view-set-is-group-chat">empathy_chat_view_set_is_group_chat</a> (<a class="link" href="EmpathyChatView.html" title="EmpathyChatView">EmpathyChatView</a> *view,
 
95
                                                         gboolean is_group_chat);
 
96
 
 
97
</pre>
 
98
</div>
 
99
<div class="refsect1" lang="en">
 
100
<a name="id388029"></a><h2>Object Hierarchy</h2>
 
101
<pre class="synopsis">
 
102
 
 
103
  GObject
 
104
   +----GInitiallyUnowned
 
105
         +----GtkObject
 
106
               +----GtkWidget
 
107
                     +----GtkContainer
 
108
                           +----GtkTextView
 
109
                                 +----EmpathyChatView
 
110
</pre>
 
111
</div>
 
112
<div class="refsect1" lang="en">
 
113
<a name="id388083"></a><h2>Implemented Interfaces</h2>
 
114
<p>
 
115
EmpathyChatView implements
 
116
 AtkImplementorIface and  GtkBuildable.</p>
 
117
</div>
 
118
<div class="refsect1" lang="en">
 
119
<a name="id388111"></a><h2>Description</h2>
 
120
<p>
 
121
 
 
122
</p>
 
123
</div>
 
124
<div class="refsect1" lang="en">
 
125
<a name="id388127"></a><h2>Details</h2>
 
126
<div class="refsect2" lang="en">
 
127
<a name="id388138"></a><h3>
 
128
<a name="EmpathyChatViewPriv"></a>EmpathyChatViewPriv</h3>
 
129
<a class="indexterm" name="id393002"></a><pre class="programlisting">typedef struct _EmpathyChatViewPriv EmpathyChatViewPriv;</pre>
 
130
<p>
 
131
 
 
132
</p>
 
133
</div>
 
134
<hr>
 
135
<div class="refsect2" lang="en">
 
136
<a name="id393017"></a><h3>
 
137
<a name="EmpathyChatView-struct"></a>EmpathyChatView</h3>
 
138
<a class="indexterm" name="id393027"></a><pre class="programlisting">typedef struct _EmpathyChatView EmpathyChatView;</pre>
 
139
<p>
 
140
 
 
141
</p>
 
142
</div>
 
143
<hr>
 
144
<div class="refsect2" lang="en">
 
145
<a name="id393041"></a><h3>
 
146
<a name="empathy-chat-view-new"></a>empathy_chat_view_new ()</h3>
 
147
<a class="indexterm" name="id393053"></a><pre class="programlisting"><a class="link" href="EmpathyChatView.html" title="EmpathyChatView">EmpathyChatView</a>*    empathy_chat_view_new               (void);</pre>
 
148
<p>
 
149
 
 
150
</p>
 
151
<div class="variablelist"><table border="0">
 
152
<col align="left" valign="top">
 
153
<tbody><tr>
 
154
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
155
<td>
 
156
 
 
157
 
 
158
</td>
 
159
</tr></tbody>
 
160
</table></div>
 
161
</div>
 
162
<hr>
 
163
<div class="refsect2" lang="en">
 
164
<a name="id393088"></a><h3>
 
165
<a name="empathy-chat-view-append-message"></a>empathy_chat_view_append_message ()</h3>
 
166
<a class="indexterm" name="id393100"></a><pre class="programlisting">void                empathy_chat_view_append_message    (<a class="link" href="EmpathyChatView.html" title="EmpathyChatView">EmpathyChatView</a> *view,
 
167
                                                         <a
 
168
href="../libempathy/EmpathyMessage.html"
 
169
>EmpathyMessage</a> *msg);</pre>
 
170
<p>
 
171
 
 
172
</p>
 
173
<div class="variablelist"><table border="0">
 
174
<col align="left" valign="top">
 
175
<tbody>
 
176
<tr>
 
177
<td><p><span class="term"><em class="parameter"><code>view</code></em>&#160;:</span></p></td>
 
178
<td>
 
179
</td>
 
180
</tr>
 
181
<tr>
 
182
<td><p><span class="term"><em class="parameter"><code>msg</code></em>&#160;:</span></p></td>
 
183
<td>
 
184
 
 
185
 
 
186
</td>
 
187
</tr>
 
188
</tbody>
 
189
</table></div>
 
190
</div>
 
191
<hr>
 
192
<div class="refsect2" lang="en">
 
193
<a name="id393166"></a><h3>
 
194
<a name="empathy-chat-view-append-event"></a>empathy_chat_view_append_event ()</h3>
 
195
<a class="indexterm" name="id393178"></a><pre class="programlisting">void                empathy_chat_view_append_event      (<a class="link" href="EmpathyChatView.html" title="EmpathyChatView">EmpathyChatView</a> *view,
 
196
                                                         const gchar *str);</pre>
 
197
<p>
 
198
 
 
199
</p>
 
200
<div class="variablelist"><table border="0">
 
201
<col align="left" valign="top">
 
202
<tbody>
 
203
<tr>
 
204
<td><p><span class="term"><em class="parameter"><code>view</code></em>&#160;:</span></p></td>
 
205
<td>
 
206
</td>
 
207
</tr>
 
208
<tr>
 
209
<td><p><span class="term"><em class="parameter"><code>str</code></em>&#160;:</span></p></td>
 
210
<td>
 
211
 
 
212
 
 
213
</td>
 
214
</tr>
 
215
</tbody>
 
216
</table></div>
 
217
</div>
 
218
<hr>
 
219
<div class="refsect2" lang="en">
 
220
<a name="id393244"></a><h3>
 
221
<a name="empathy-chat-view-append-button"></a>empathy_chat_view_append_button ()</h3>
 
222
<a class="indexterm" name="id393256"></a><pre class="programlisting">void                empathy_chat_view_append_button     (<a class="link" href="EmpathyChatView.html" title="EmpathyChatView">EmpathyChatView</a> *view,
 
223
                                                         const gchar *message,
 
224
                                                         GtkWidget *button1,
 
225
                                                         GtkWidget *button2);</pre>
 
226
<p>
 
227
 
 
228
</p>
 
229
<div class="variablelist"><table border="0">
 
230
<col align="left" valign="top">
 
231
<tbody>
 
232
<tr>
 
233
<td><p><span class="term"><em class="parameter"><code>view</code></em>&#160;:</span></p></td>
 
234
<td>
 
235
</td>
 
236
</tr>
 
237
<tr>
 
238
<td><p><span class="term"><em class="parameter"><code>message</code></em>&#160;:</span></p></td>
 
239
<td>
 
240
</td>
 
241
</tr>
 
242
<tr>
 
243
<td><p><span class="term"><em class="parameter"><code>button1</code></em>&#160;:</span></p></td>
 
244
<td>
 
245
</td>
 
246
</tr>
 
247
<tr>
 
248
<td><p><span class="term"><em class="parameter"><code>button2</code></em>&#160;:</span></p></td>
 
249
<td>
 
250
 
 
251
 
 
252
</td>
 
253
</tr>
 
254
</tbody>
 
255
</table></div>
 
256
</div>
 
257
<hr>
 
258
<div class="refsect2" lang="en">
 
259
<a name="id393363"></a><h3>
 
260
<a name="empathy-chat-view-set-margin"></a>empathy_chat_view_set_margin ()</h3>
 
261
<a class="indexterm" name="id393376"></a><pre class="programlisting">void                empathy_chat_view_set_margin        (<a class="link" href="EmpathyChatView.html" title="EmpathyChatView">EmpathyChatView</a> *view,
 
262
                                                         gint margin);</pre>
 
263
<p>
 
264
 
 
265
</p>
 
266
<div class="variablelist"><table border="0">
 
267
<col align="left" valign="top">
 
268
<tbody>
 
269
<tr>
 
270
<td><p><span class="term"><em class="parameter"><code>view</code></em>&#160;:</span></p></td>
 
271
<td>
 
272
</td>
 
273
</tr>
 
274
<tr>
 
275
<td><p><span class="term"><em class="parameter"><code>margin</code></em>&#160;:</span></p></td>
 
276
<td>
 
277
 
 
278
 
 
279
</td>
 
280
</tr>
 
281
</tbody>
 
282
</table></div>
 
283
</div>
 
284
<hr>
 
285
<div class="refsect2" lang="en">
 
286
<a name="id393441"></a><h3>
 
287
<a name="empathy-chat-view-scroll"></a>empathy_chat_view_scroll ()</h3>
 
288
<a class="indexterm" name="id370487"></a><pre class="programlisting">void                empathy_chat_view_scroll            (<a class="link" href="EmpathyChatView.html" title="EmpathyChatView">EmpathyChatView</a> *view,
 
289
                                                         gboolean allow_scrolling);</pre>
 
290
<p>
 
291
 
 
292
</p>
 
293
<div class="variablelist"><table border="0">
 
294
<col align="left" valign="top">
 
295
<tbody>
 
296
<tr>
 
297
<td><p><span class="term"><em class="parameter"><code>view</code></em>&#160;:</span></p></td>
 
298
<td>
 
299
</td>
 
300
</tr>
 
301
<tr>
 
302
<td><p><span class="term"><em class="parameter"><code>allow_scrolling</code></em>&#160;:</span></p></td>
 
303
<td>
 
304
 
 
305
 
 
306
</td>
 
307
</tr>
 
308
</tbody>
 
309
</table></div>
 
310
</div>
 
311
<hr>
 
312
<div class="refsect2" lang="en">
 
313
<a name="id393493"></a><h3>
 
314
<a name="empathy-chat-view-scroll-down"></a>empathy_chat_view_scroll_down ()</h3>
 
315
<a class="indexterm" name="id393503"></a><pre class="programlisting">void                empathy_chat_view_scroll_down       (<a class="link" href="EmpathyChatView.html" title="EmpathyChatView">EmpathyChatView</a> *view);</pre>
 
316
<p>
 
317
 
 
318
</p>
 
319
<div class="variablelist"><table border="0">
 
320
<col align="left" valign="top">
 
321
<tbody><tr>
 
322
<td><p><span class="term"><em class="parameter"><code>view</code></em>&#160;:</span></p></td>
 
323
<td>
 
324
 
 
325
 
 
326
</td>
 
327
</tr></tbody>
 
328
</table></div>
 
329
</div>
 
330
<hr>
 
331
<div class="refsect2" lang="en">
 
332
<a name="id393543"></a><h3>
 
333
<a name="empathy-chat-view-get-selection-bounds"></a>empathy_chat_view_get_selection_bounds ()</h3>
 
334
<a class="indexterm" name="id393553"></a><pre class="programlisting">gboolean            empathy_chat_view_get_selection_bounds
 
335
                                                        (<a class="link" href="EmpathyChatView.html" title="EmpathyChatView">EmpathyChatView</a> *view,
 
336
                                                         GtkTextIter *start,
 
337
                                                         GtkTextIter *end);</pre>
 
338
<p>
 
339
 
 
340
</p>
 
341
<div class="variablelist"><table border="0">
 
342
<col align="left" valign="top">
 
343
<tbody>
 
344
<tr>
 
345
<td><p><span class="term"><em class="parameter"><code>view</code></em>&#160;:</span></p></td>
 
346
<td>
 
347
</td>
 
348
</tr>
 
349
<tr>
 
350
<td><p><span class="term"><em class="parameter"><code>start</code></em>&#160;:</span></p></td>
 
351
<td>
 
352
</td>
 
353
</tr>
 
354
<tr>
 
355
<td><p><span class="term"><em class="parameter"><code>end</code></em>&#160;:</span></p></td>
 
356
<td>
 
357
</td>
 
358
</tr>
 
359
<tr>
 
360
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
361
<td>
 
362
 
 
363
 
 
364
</td>
 
365
</tr>
 
366
</tbody>
 
367
</table></div>
 
368
</div>
 
369
<hr>
 
370
<div class="refsect2" lang="en">
 
371
<a name="id393641"></a><h3>
 
372
<a name="empathy-chat-view-clear"></a>empathy_chat_view_clear ()</h3>
 
373
<a class="indexterm" name="id393651"></a><pre class="programlisting">void                empathy_chat_view_clear             (<a class="link" href="EmpathyChatView.html" title="EmpathyChatView">EmpathyChatView</a> *view);</pre>
 
374
<p>
 
375
 
 
376
</p>
 
377
<div class="variablelist"><table border="0">
 
378
<col align="left" valign="top">
 
379
<tbody><tr>
 
380
<td><p><span class="term"><em class="parameter"><code>view</code></em>&#160;:</span></p></td>
 
381
<td>
 
382
 
 
383
 
 
384
</td>
 
385
</tr></tbody>
 
386
</table></div>
 
387
</div>
 
388
<hr>
 
389
<div class="refsect2" lang="en">
 
390
<a name="id393691"></a><h3>
 
391
<a name="empathy-chat-view-find-previous"></a>empathy_chat_view_find_previous ()</h3>
 
392
<a class="indexterm" name="id393701"></a><pre class="programlisting">gboolean            empathy_chat_view_find_previous     (<a class="link" href="EmpathyChatView.html" title="EmpathyChatView">EmpathyChatView</a> *view,
 
393
                                                         const gchar *search_criteria,
 
394
                                                         gboolean new_search);</pre>
 
395
<p>
 
396
 
 
397
</p>
 
398
<div class="variablelist"><table border="0">
 
399
<col align="left" valign="top">
 
400
<tbody>
 
401
<tr>
 
402
<td><p><span class="term"><em class="parameter"><code>view</code></em>&#160;:</span></p></td>
 
403
<td>
 
404
</td>
 
405
</tr>
 
406
<tr>
 
407
<td><p><span class="term"><em class="parameter"><code>search_criteria</code></em>&#160;:</span></p></td>
 
408
<td>
 
409
</td>
 
410
</tr>
 
411
<tr>
 
412
<td><p><span class="term"><em class="parameter"><code>new_search</code></em>&#160;:</span></p></td>
 
413
<td>
 
414
</td>
 
415
</tr>
 
416
<tr>
 
417
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
418
<td>
 
419
 
 
420
 
 
421
</td>
 
422
</tr>
 
423
</tbody>
 
424
</table></div>
 
425
</div>
 
426
<hr>
 
427
<div class="refsect2" lang="en">
 
428
<a name="id393788"></a><h3>
 
429
<a name="empathy-chat-view-find-next"></a>empathy_chat_view_find_next ()</h3>
 
430
<a class="indexterm" name="id393798"></a><pre class="programlisting">gboolean            empathy_chat_view_find_next         (<a class="link" href="EmpathyChatView.html" title="EmpathyChatView">EmpathyChatView</a> *view,
 
431
                                                         const gchar *search_criteria,
 
432
                                                         gboolean new_search);</pre>
 
433
<p>
 
434
 
 
435
</p>
 
436
<div class="variablelist"><table border="0">
 
437
<col align="left" valign="top">
 
438
<tbody>
 
439
<tr>
 
440
<td><p><span class="term"><em class="parameter"><code>view</code></em>&#160;:</span></p></td>
 
441
<td>
 
442
</td>
 
443
</tr>
 
444
<tr>
 
445
<td><p><span class="term"><em class="parameter"><code>search_criteria</code></em>&#160;:</span></p></td>
 
446
<td>
 
447
</td>
 
448
</tr>
 
449
<tr>
 
450
<td><p><span class="term"><em class="parameter"><code>new_search</code></em>&#160;:</span></p></td>
 
451
<td>
 
452
</td>
 
453
</tr>
 
454
<tr>
 
455
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
456
<td>
 
457
 
 
458
 
 
459
</td>
 
460
</tr>
 
461
</tbody>
 
462
</table></div>
 
463
</div>
 
464
<hr>
 
465
<div class="refsect2" lang="en">
 
466
<a name="id393885"></a><h3>
 
467
<a name="empathy-chat-view-find-abilities"></a>empathy_chat_view_find_abilities ()</h3>
 
468
<a class="indexterm" name="id393895"></a><pre class="programlisting">void                empathy_chat_view_find_abilities    (<a class="link" href="EmpathyChatView.html" title="EmpathyChatView">EmpathyChatView</a> *view,
 
469
                                                         const gchar *search_criteria,
 
470
                                                         gboolean *can_do_previous,
 
471
                                                         gboolean *can_do_next);</pre>
 
472
<p>
 
473
 
 
474
</p>
 
475
<div class="variablelist"><table border="0">
 
476
<col align="left" valign="top">
 
477
<tbody>
 
478
<tr>
 
479
<td><p><span class="term"><em class="parameter"><code>view</code></em>&#160;:</span></p></td>
 
480
<td>
 
481
</td>
 
482
</tr>
 
483
<tr>
 
484
<td><p><span class="term"><em class="parameter"><code>search_criteria</code></em>&#160;:</span></p></td>
 
485
<td>
 
486
</td>
 
487
</tr>
 
488
<tr>
 
489
<td><p><span class="term"><em class="parameter"><code>can_do_previous</code></em>&#160;:</span></p></td>
 
490
<td>
 
491
</td>
 
492
</tr>
 
493
<tr>
 
494
<td><p><span class="term"><em class="parameter"><code>can_do_next</code></em>&#160;:</span></p></td>
 
495
<td>
 
496
 
 
497
 
 
498
</td>
 
499
</tr>
 
500
</tbody>
 
501
</table></div>
 
502
</div>
 
503
<hr>
 
504
<div class="refsect2" lang="en">
 
505
<a name="id393991"></a><h3>
 
506
<a name="empathy-chat-view-highlight"></a>empathy_chat_view_highlight ()</h3>
 
507
<a class="indexterm" name="id394001"></a><pre class="programlisting">void                empathy_chat_view_highlight         (<a class="link" href="EmpathyChatView.html" title="EmpathyChatView">EmpathyChatView</a> *view,
 
508
                                                         const gchar *text);</pre>
 
509
<p>
 
510
 
 
511
</p>
 
512
<div class="variablelist"><table border="0">
 
513
<col align="left" valign="top">
 
514
<tbody>
 
515
<tr>
 
516
<td><p><span class="term"><em class="parameter"><code>view</code></em>&#160;:</span></p></td>
 
517
<td>
 
518
</td>
 
519
</tr>
 
520
<tr>
 
521
<td><p><span class="term"><em class="parameter"><code>text</code></em>&#160;:</span></p></td>
 
522
<td>
 
523
 
 
524
 
 
525
</td>
 
526
</tr>
 
527
</tbody>
 
528
</table></div>
 
529
</div>
 
530
<hr>
 
531
<div class="refsect2" lang="en">
 
532
<a name="id394059"></a><h3>
 
533
<a name="empathy-chat-view-copy-clipboard"></a>empathy_chat_view_copy_clipboard ()</h3>
 
534
<a class="indexterm" name="id394070"></a><pre class="programlisting">void                empathy_chat_view_copy_clipboard    (<a class="link" href="EmpathyChatView.html" title="EmpathyChatView">EmpathyChatView</a> *view);</pre>
 
535
<p>
 
536
 
 
537
</p>
 
538
<div class="variablelist"><table border="0">
 
539
<col align="left" valign="top">
 
540
<tbody><tr>
 
541
<td><p><span class="term"><em class="parameter"><code>view</code></em>&#160;:</span></p></td>
 
542
<td>
 
543
 
 
544
 
 
545
</td>
 
546
</tr></tbody>
 
547
</table></div>
 
548
</div>
 
549
<hr>
 
550
<div class="refsect2" lang="en">
 
551
<a name="id394109"></a><h3>
 
552
<a name="empathy-chat-view-get-irc-style"></a>empathy_chat_view_get_irc_style ()</h3>
 
553
<a class="indexterm" name="id394120"></a><pre class="programlisting">gboolean            empathy_chat_view_get_irc_style     (<a class="link" href="EmpathyChatView.html" title="EmpathyChatView">EmpathyChatView</a> *view);</pre>
 
554
<p>
 
555
 
 
556
</p>
 
557
<div class="variablelist"><table border="0">
 
558
<col align="left" valign="top">
 
559
<tbody>
 
560
<tr>
 
561
<td><p><span class="term"><em class="parameter"><code>view</code></em>&#160;:</span></p></td>
 
562
<td>
 
563
</td>
 
564
</tr>
 
565
<tr>
 
566
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
567
<td>
 
568
 
 
569
 
 
570
</td>
 
571
</tr>
 
572
</tbody>
 
573
</table></div>
 
574
</div>
 
575
<hr>
 
576
<div class="refsect2" lang="en">
 
577
<a name="id394169"></a><h3>
 
578
<a name="empathy-chat-view-set-irc-style"></a>empathy_chat_view_set_irc_style ()</h3>
 
579
<a class="indexterm" name="id394180"></a><pre class="programlisting">void                empathy_chat_view_set_irc_style     (<a class="link" href="EmpathyChatView.html" title="EmpathyChatView">EmpathyChatView</a> *view,
 
580
                                                         gboolean irc_style);</pre>
 
581
<p>
 
582
 
 
583
</p>
 
584
<div class="variablelist"><table border="0">
 
585
<col align="left" valign="top">
 
586
<tbody>
 
587
<tr>
 
588
<td><p><span class="term"><em class="parameter"><code>view</code></em>&#160;:</span></p></td>
 
589
<td>
 
590
</td>
 
591
</tr>
 
592
<tr>
 
593
<td><p><span class="term"><em class="parameter"><code>irc_style</code></em>&#160;:</span></p></td>
 
594
<td>
 
595
 
 
596
 
 
597
</td>
 
598
</tr>
 
599
</tbody>
 
600
</table></div>
 
601
</div>
 
602
<hr>
 
603
<div class="refsect2" lang="en">
 
604
<a name="id394238"></a><h3>
 
605
<a name="empathy-chat-view-get-smiley-menu"></a>empathy_chat_view_get_smiley_menu ()</h3>
 
606
<a class="indexterm" name="id394248"></a><pre class="programlisting">GtkWidget*          empathy_chat_view_get_smiley_menu   (GCallback callback,
 
607
                                                         gpointer user_data);</pre>
 
608
<p>
 
609
 
 
610
</p>
 
611
<div class="variablelist"><table border="0">
 
612
<col align="left" valign="top">
 
613
<tbody>
 
614
<tr>
 
615
<td><p><span class="term"><em class="parameter"><code>callback</code></em>&#160;:</span></p></td>
 
616
<td>
 
617
</td>
 
618
</tr>
 
619
<tr>
 
620
<td><p><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></p></td>
 
621
<td>
 
622
</td>
 
623
</tr>
 
624
<tr>
 
625
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
626
<td>
 
627
 
 
628
 
 
629
</td>
 
630
</tr>
 
631
</tbody>
 
632
</table></div>
 
633
</div>
 
634
<hr>
 
635
<div class="refsect2" lang="en">
 
636
<a name="id394316"></a><h3>
 
637
<a name="empathy-chat-view-set-is-group-chat"></a>empathy_chat_view_set_is_group_chat ()</h3>
 
638
<a class="indexterm" name="id394326"></a><pre class="programlisting">void                empathy_chat_view_set_is_group_chat (<a class="link" href="EmpathyChatView.html" title="EmpathyChatView">EmpathyChatView</a> *view,
 
639
                                                         gboolean is_group_chat);</pre>
 
640
<p>
 
641
 
 
642
</p>
 
643
<div class="variablelist"><table border="0">
 
644
<col align="left" valign="top">
 
645
<tbody>
 
646
<tr>
 
647
<td><p><span class="term"><em class="parameter"><code>view</code></em>&#160;:</span></p></td>
 
648
<td>
 
649
</td>
 
650
</tr>
 
651
<tr>
 
652
<td><p><span class="term"><em class="parameter"><code>is_group_chat</code></em>&#160;:</span></p></td>
 
653
<td>
 
654
 
 
655
 
 
656
</td>
 
657
</tr>
 
658
</tbody>
 
659
</table></div>
 
660
</div>
 
661
</div>
 
662
<div class="refsect1" lang="en">
 
663
<a name="id394386"></a><div class="refsect2" lang="en"><a name="id394387"></a></div>
 
664
<hr>
 
665
<div class="refsect2" lang="en"><a name="id394388"></a></div>
 
666
</div>
 
667
</div>
 
668
</body>
 
669
</html>