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

« back to all changes in this revision

Viewing changes to docs/libempathy/html/EmpathyIdle.html

  • Committer: Bazaar Package Importer
  • Author(s): Iain Lane, Ken VanDine, Iain Lane
  • Date: 2009-09-22 00:19:48 UTC
  • mfrom: (1.1.36 upstream)
  • Revision ID: james.westby@ubuntu.com-20090922001948-q2s61hqkc439mmid
Tags: 2.28.0-0ubuntu1
[ Ken VanDine ]
* debian/patches/20_libindicate.patch:
  - Updated patch to set "draw-attention" (LP: #433999) 
  - Updated patch to set the avatar in the indicator (LP: #434209)

[ Iain Lane ]
*  New upstream release 2.28.0 (LP: #434264)
 - Empathy theme doesn't work (and opens a folder in Nautilus!)
 - icq accounts import from pidgin not working
 - Invalid read when terminating an audio call
 - Room auto-connect doesn't work
 - using *_run_* calls prevents quitting Empathy
 - Chat windows don't show when we are reconnected
 - Use GOptionContext to parse options
 - Empathy misbehaviour
 - Empathy forgets IRC bookmarks
 - Empathy 2.27.92 fails to build
 - asserts in empathy_idle_set_presence() after suspend/resume
 - empathy crashed with SIGSEGV in empathy_account_settings_get_uint32() (Guillaume Desmottes)
 - cannot add yahoo account (Frédéric Péters)
 - Empathy crashing with CSW (Danielle Madeley)
 - empathy crashed with SIGSEGV in empathy_audio_sink_set_volume() (LP: #427579)
 - empathy crashed with SIGSEGV in tp_contact_list_got_added_members_cb()
 - Doesn't respawn existing channel when trying to reopen it
 - crash when dragging user from roster to MUC window
 - Pasting text into a disconnected chat window crashes (Cosimo Cecchi)
 - EmpathyIdle should wait for account manager to be ready
 - double click on a contact should raise the window
* debian/patches/20_libindicate.patch: Update for new code
* debian/patches/99_autoconf.patch: Refresh (autoreconf -f -i -s) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>EmpathyIdle</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="libempathy Reference Manual">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
 
7
<link rel="home" href="index.html" title="libempathy Reference Manual">
8
8
<link rel="up" href="libempathy_api.html" title="libempathy API reference">
9
 
<link rel="prev" href="libempathy-empathy-enum-types.html" title="empathy-enum-types">
 
9
<link rel="prev" href="EmpathyFTHandler.html" title="EmpathyFTHandler">
10
10
<link rel="next" href="EmpathyIrcNetworkManager.html" title="EmpathyIrcNetworkManager">
11
11
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
19
19
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
20
20
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
21
21
<tr valign="middle">
22
 
<td><a accesskey="p" href="libempathy-empathy-enum-types.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
22
<td><a accesskey="p" href="EmpathyFTHandler.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
23
23
<td><a accesskey="u" href="libempathy_api.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
24
24
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
25
25
<th width="100%" align="center">libempathy Reference Manual</th>
35
35
                <a href="#EmpathyIdle.properties" class="shortcut">Properties</a>
36
36
</td></tr>
37
37
</table>
38
 
<div class="refentry" lang="en">
 
38
<div class="refentry" title="EmpathyIdle">
39
39
<a name="EmpathyIdle"></a><div class="titlepage"></div>
40
40
<div class="refnamediv"><table width="100%"><tr>
41
41
<td valign="top">
44
44
</td>
45
45
<td valign="top" align="right"></td>
46
46
</tr></table></div>
47
 
<div class="refsynopsisdiv">
 
47
<div class="refsynopsisdiv" title="Synopsis">
48
48
<a name="EmpathyIdle.synopsis"></a><h2>Synopsis</h2>
49
49
<pre class="synopsis">
50
50
                    <a class="link" href="EmpathyIdle.html#EmpathyIdle-struct" title="EmpathyIdle">EmpathyIdle</a>;
86
86
>gboolean</a> auto_away);
87
87
</pre>
88
88
</div>
89
 
<div class="refsect1" lang="en">
 
89
<div class="refsect1" title="Object Hierarchy">
90
90
<a name="EmpathyIdle.object-hierarchy"></a><h2>Object Hierarchy</h2>
91
91
<pre class="synopsis">
92
92
  <a
95
95
   +----EmpathyIdle
96
96
</pre>
97
97
</div>
98
 
<div class="refsect1" lang="en">
 
98
<div class="refsect1" title="Properties">
99
99
<a name="EmpathyIdle.properties"></a><h2>Properties</h2>
100
100
<pre class="synopsis">
101
101
  "<a class="link" href="EmpathyIdle.html#EmpathyIdle--auto-away" title='The "auto-away" property'>auto-away</a>"                <a
112
112
>gchar</a>*                : Read / Write
113
113
</pre>
114
114
</div>
115
 
<div class="refsect1" lang="en">
 
115
<div class="refsect1" title="Description">
116
116
<a name="EmpathyIdle.description"></a><h2>Description</h2>
117
117
<p>
118
118
</p>
119
119
</div>
120
 
<div class="refsect1" lang="en">
 
120
<div class="refsect1" title="Details">
121
121
<a name="EmpathyIdle.details"></a><h2>Details</h2>
122
 
<div class="refsect2" lang="en">
 
122
<div class="refsect2" title="EmpathyIdle">
123
123
<a name="EmpathyIdle-struct"></a><h3>EmpathyIdle</h3>
124
124
<pre class="programlisting">typedef struct _EmpathyIdle EmpathyIdle;</pre>
125
125
<p>
126
126
</p>
127
127
</div>
128
128
<hr>
129
 
<div class="refsect2" lang="en">
 
129
<div class="refsect2" title="empathy_idle_dup_singleton ()">
130
130
<a name="empathy-idle-dup-singleton"></a><h3>empathy_idle_dup_singleton ()</h3>
131
131
<pre class="programlisting"><a class="link" href="EmpathyIdle.html" title="EmpathyIdle">EmpathyIdle</a> *       empathy_idle_dup_singleton          (void);</pre>
132
132
<p>
141
141
</table></div>
142
142
</div>
143
143
<hr>
144
 
<div class="refsect2" lang="en">
 
144
<div class="refsect2" title="empathy_idle_get_state ()">
145
145
<a name="empathy-idle-get-state"></a><h3>empathy_idle_get_state ()</h3>
146
146
<pre class="programlisting"><a
147
147
href="/usr/share/gtk-doc/html/telepathy-glib/telepathy-glib-enums.html#TpConnectionPresenceType"
165
165
</table></div>
166
166
</div>
167
167
<hr>
168
 
<div class="refsect2" lang="en">
 
168
<div class="refsect2" title="empathy_idle_set_state ()">
169
169
<a name="empathy-idle-set-state"></a><h3>empathy_idle_set_state ()</h3>
170
170
<pre class="programlisting">void                empathy_idle_set_state              (<a class="link" href="EmpathyIdle.html" title="EmpathyIdle">EmpathyIdle</a> *idle,
171
171
                                                         <a
190
190
</table></div>
191
191
</div>
192
192
<hr>
193
 
<div class="refsect2" lang="en">
 
193
<div class="refsect2" title="empathy_idle_get_status ()">
194
194
<a name="empathy-idle-get-status"></a><h3>empathy_idle_get_status ()</h3>
195
195
<pre class="programlisting">const <a
196
196
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
214
214
</table></div>
215
215
</div>
216
216
<hr>
217
 
<div class="refsect2" lang="en">
 
217
<div class="refsect2" title="empathy_idle_set_status ()">
218
218
<a name="empathy-idle-set-status"></a><h3>empathy_idle_set_status ()</h3>
219
219
<pre class="programlisting">void                empathy_idle_set_status             (<a class="link" href="EmpathyIdle.html" title="EmpathyIdle">EmpathyIdle</a> *idle,
220
220
                                                         const <a
239
239
</table></div>
240
240
</div>
241
241
<hr>
242
 
<div class="refsect2" lang="en">
 
242
<div class="refsect2" title="empathy_idle_get_flash_state ()">
243
243
<a name="empathy-idle-get-flash-state"></a><h3>empathy_idle_get_flash_state ()</h3>
244
244
<pre class="programlisting"><a
245
245
href="/usr/share/gtk-doc/html/telepathy-glib/telepathy-glib-enums.html#TpConnectionPresenceType"
263
263
</table></div>
264
264
</div>
265
265
<hr>
266
 
<div class="refsect2" lang="en">
 
266
<div class="refsect2" title="empathy_idle_set_flash_state ()">
267
267
<a name="empathy-idle-set-flash-state"></a><h3>empathy_idle_set_flash_state ()</h3>
268
268
<pre class="programlisting">void                empathy_idle_set_flash_state        (<a class="link" href="EmpathyIdle.html" title="EmpathyIdle">EmpathyIdle</a> *idle,
269
269
                                                         <a
288
288
</table></div>
289
289
</div>
290
290
<hr>
291
 
<div class="refsect2" lang="en">
 
291
<div class="refsect2" title="empathy_idle_set_presence ()">
292
292
<a name="empathy-idle-set-presence"></a><h3>empathy_idle_set_presence ()</h3>
293
293
<pre class="programlisting">void                empathy_idle_set_presence           (<a class="link" href="EmpathyIdle.html" title="EmpathyIdle">EmpathyIdle</a> *idle,
294
294
                                                         <a
321
321
</table></div>
322
322
</div>
323
323
<hr>
324
 
<div class="refsect2" lang="en">
 
324
<div class="refsect2" title="empathy_idle_get_auto_away ()">
325
325
<a name="empathy-idle-get-auto-away"></a><h3>empathy_idle_get_auto_away ()</h3>
326
326
<pre class="programlisting"><a
327
327
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
345
345
</table></div>
346
346
</div>
347
347
<hr>
348
 
<div class="refsect2" lang="en">
 
348
<div class="refsect2" title="empathy_idle_set_auto_away ()">
349
349
<a name="empathy-idle-set-auto-away"></a><h3>empathy_idle_set_auto_away ()</h3>
350
350
<pre class="programlisting">void                empathy_idle_set_auto_away          (<a class="link" href="EmpathyIdle.html" title="EmpathyIdle">EmpathyIdle</a> *idle,
351
351
                                                         <a
370
370
</table></div>
371
371
</div>
372
372
</div>
373
 
<div class="refsect1" lang="en">
 
373
<div class="refsect1" title="Property Details">
374
374
<a name="EmpathyIdle.property-details"></a><h2>Property Details</h2>
375
 
<div class="refsect2" lang="en">
 
375
<div class="refsect2" title='The "auto-away" property'>
376
376
<a name="EmpathyIdle--auto-away"></a><h3>The <code class="literal">"auto-away"</code> property</h3>
377
377
<pre class="programlisting">  "auto-away"                <a
378
378
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
381
381
<p>Default value: FALSE</p>
382
382
</div>
383
383
<hr>
384
 
<div class="refsect2" lang="en">
 
384
<div class="refsect2" title='The "flash-state" property'>
385
385
<a name="EmpathyIdle--flash-state"></a><h3>The <code class="literal">"flash-state"</code> property</h3>
386
386
<pre class="programlisting">  "flash-state"              <a
387
387
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"
391
391
<p>Default value: 0</p>
392
392
</div>
393
393
<hr>
394
 
<div class="refsect2" lang="en">
 
394
<div class="refsect2" title='The "state" property'>
395
395
<a name="EmpathyIdle--state"></a><h3>The <code class="literal">"state"</code> property</h3>
396
396
<pre class="programlisting">  "state"                    <a
397
397
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"
401
401
<p>Default value: 0</p>
402
402
</div>
403
403
<hr>
404
 
<div class="refsect2" lang="en">
 
404
<div class="refsect2" title='The "status" property'>
405
405
<a name="EmpathyIdle--status"></a><h3>The <code class="literal">"status"</code> property</h3>
406
406
<pre class="programlisting">  "status"                   <a
407
407
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"