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

« back to all changes in this revision

Viewing changes to docs/libempathy-gtk/html/EmpathyVideoWidget.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>EmpathyVideoWidget</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="libempathy-gtk Reference Manual">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
 
7
<link rel="home" href="index.html" title="libempathy-gtk Reference Manual">
8
8
<link rel="up" href="libempathy_api.html" title="libempathy-gtk API reference">
9
9
<link rel="prev" href="EmpathyGstVideoSrc.html" title="EmpathyGstVideoSrc">
10
10
<link rel="next" href="libempathy-gtk-hierarchy.html" title="Object Hierarchy">
37
37
                <a href="#EmpathyVideoWidget.properties" class="shortcut">Properties</a>
38
38
</td></tr>
39
39
</table>
40
 
<div class="refentry" lang="en">
 
40
<div class="refentry" title="EmpathyVideoWidget">
41
41
<a name="EmpathyVideoWidget"></a><div class="titlepage"></div>
42
42
<div class="refnamediv"><table width="100%"><tr>
43
43
<td valign="top">
46
46
</td>
47
47
<td valign="top" align="right"></td>
48
48
</tr></table></div>
49
 
<div class="refsynopsisdiv">
 
49
<div class="refsynopsisdiv" title="Synopsis">
50
50
<a name="EmpathyVideoWidget.synopsis"></a><h2>Synopsis</h2>
51
51
<pre class="synopsis">
 
52
#define             <a class="link" href="EmpathyVideoWidget.html#EMPATHY-VIDEO-WIDGET-DEFAULT-WIDTH--CAPS" title="EMPATHY_VIDEO_WIDGET_DEFAULT_WIDTH">EMPATHY_VIDEO_WIDGET_DEFAULT_WIDTH</a>
 
53
#define             <a class="link" href="EmpathyVideoWidget.html#EMPATHY-VIDEO-WIDGET-DEFAULT-HEIGHT--CAPS" title="EMPATHY_VIDEO_WIDGET_DEFAULT_HEIGHT">EMPATHY_VIDEO_WIDGET_DEFAULT_HEIGHT</a>
52
54
                    <a class="link" href="EmpathyVideoWidget.html#EmpathyVideoWidget-struct" title="EmpathyVideoWidget">EmpathyVideoWidget</a>;
53
55
<a
54
56
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
66
68
GstPad *            <a class="link" href="EmpathyVideoWidget.html#empathy-video-widget-get-sink" title="empathy_video_widget_get_sink ()">empathy_video_widget_get_sink</a>       (<a class="link" href="EmpathyVideoWidget.html" title="EmpathyVideoWidget">EmpathyVideoWidget</a> *widget);
67
69
</pre>
68
70
</div>
69
 
<div class="refsect1" lang="en">
 
71
<div class="refsect1" title="Object Hierarchy">
70
72
<a name="EmpathyVideoWidget.object-hierarchy"></a><h2>Object Hierarchy</h2>
71
73
<pre class="synopsis">
72
74
  <a
87
89
                           +----EmpathyVideoWidget
88
90
</pre>
89
91
</div>
90
 
<div class="refsect1" lang="en">
 
92
<div class="refsect1" title="Implemented Interfaces">
91
93
<a name="EmpathyVideoWidget.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
92
94
<p>
93
95
EmpathyVideoWidget implements
95
97
href="http://library.gnome.org/devel/gtk/unstable/gtk-gtkbuildable.html#GtkBuildable"
96
98
>GtkBuildable</a>.</p>
97
99
</div>
98
 
<div class="refsect1" lang="en">
 
100
<div class="refsect1" title="Properties">
99
101
<a name="EmpathyVideoWidget.properties"></a><h2>Properties</h2>
100
102
<pre class="synopsis">
101
103
  "<a class="link" href="EmpathyVideoWidget.html#EmpathyVideoWidget--async" title='The "async" property'>async</a>"                    <a
114
116
>gboolean</a>              : Read / Write / Construct
115
117
</pre>
116
118
</div>
117
 
<div class="refsect1" lang="en">
 
119
<div class="refsect1" title="Description">
118
120
<a name="EmpathyVideoWidget.description"></a><h2>Description</h2>
119
121
<p>
120
122
</p>
121
123
</div>
122
 
<div class="refsect1" lang="en">
 
124
<div class="refsect1" title="Details">
123
125
<a name="EmpathyVideoWidget.details"></a><h2>Details</h2>
124
 
<div class="refsect2" lang="en">
 
126
<div class="refsect2" title="EMPATHY_VIDEO_WIDGET_DEFAULT_WIDTH">
 
127
<a name="EMPATHY-VIDEO-WIDGET-DEFAULT-WIDTH--CAPS"></a><h3>EMPATHY_VIDEO_WIDGET_DEFAULT_WIDTH</h3>
 
128
<pre class="programlisting">#define EMPATHY_VIDEO_WIDGET_DEFAULT_WIDTH 320
 
129
</pre>
 
130
<p>
 
131
</p>
 
132
</div>
 
133
<hr>
 
134
<div class="refsect2" title="EMPATHY_VIDEO_WIDGET_DEFAULT_HEIGHT">
 
135
<a name="EMPATHY-VIDEO-WIDGET-DEFAULT-HEIGHT--CAPS"></a><h3>EMPATHY_VIDEO_WIDGET_DEFAULT_HEIGHT</h3>
 
136
<pre class="programlisting">#define EMPATHY_VIDEO_WIDGET_DEFAULT_HEIGHT 240
 
137
</pre>
 
138
<p>
 
139
</p>
 
140
</div>
 
141
<hr>
 
142
<div class="refsect2" title="EmpathyVideoWidget">
125
143
<a name="EmpathyVideoWidget-struct"></a><h3>EmpathyVideoWidget</h3>
126
144
<pre class="programlisting">typedef struct _EmpathyVideoWidget EmpathyVideoWidget;</pre>
127
145
<p>
128
146
</p>
129
147
</div>
130
148
<hr>
131
 
<div class="refsect2" lang="en">
 
149
<div class="refsect2" title="empathy_video_widget_new ()">
132
150
<a name="empathy-video-widget-new"></a><h3>empathy_video_widget_new ()</h3>
133
151
<pre class="programlisting"><a
134
152
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
152
170
</table></div>
153
171
</div>
154
172
<hr>
155
 
<div class="refsect2" lang="en">
 
173
<div class="refsect2" title="empathy_video_widget_new_with_size ()">
156
174
<a name="empathy-video-widget-new-with-size"></a><h3>empathy_video_widget_new_with_size ()</h3>
157
175
<pre class="programlisting"><a
158
176
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
192
210
</table></div>
193
211
</div>
194
212
<hr>
195
 
<div class="refsect2" lang="en">
 
213
<div class="refsect2" title="empathy_video_widget_get_element ()">
196
214
<a name="empathy-video-widget-get-element"></a><h3>empathy_video_widget_get_element ()</h3>
197
215
<pre class="programlisting">GstElement *        empathy_video_widget_get_element    (<a class="link" href="EmpathyVideoWidget.html" title="EmpathyVideoWidget">EmpathyVideoWidget</a> *widget);</pre>
198
216
<p>
214
232
</table></div>
215
233
</div>
216
234
<hr>
217
 
<div class="refsect2" lang="en">
 
235
<div class="refsect2" title="empathy_video_widget_get_sink ()">
218
236
<a name="empathy-video-widget-get-sink"></a><h3>empathy_video_widget_get_sink ()</h3>
219
237
<pre class="programlisting">GstPad *            empathy_video_widget_get_sink       (<a class="link" href="EmpathyVideoWidget.html" title="EmpathyVideoWidget">EmpathyVideoWidget</a> *widget);</pre>
220
238
<p>
236
254
</table></div>
237
255
</div>
238
256
</div>
239
 
<div class="refsect1" lang="en">
 
257
<div class="refsect1" title="Property Details">
240
258
<a name="EmpathyVideoWidget.property-details"></a><h2>Property Details</h2>
241
 
<div class="refsect2" lang="en">
 
259
<div class="refsect2" title='The "async" property'>
242
260
<a name="EmpathyVideoWidget--async"></a><h3>The <code class="literal">"async"</code> property</h3>
243
261
<pre class="programlisting">  "async"                    <a
244
262
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
247
265
<p>Default value: TRUE</p>
248
266
</div>
249
267
<hr>
250
 
<div class="refsect2" lang="en">
 
268
<div class="refsect2" title='The "gst-bus" property'>
251
269
<a name="EmpathyVideoWidget--gst-bus"></a><h3>The <code class="literal">"gst-bus"</code> property</h3>
252
270
<pre class="programlisting">  "gst-bus"                  GstBus*               : Read / Write / Construct Only</pre>
253
271
<p>The toplevel bus from the pipeline in which this bin will be added.</p>
254
272
</div>
255
273
<hr>
256
 
<div class="refsect2" lang="en">
 
274
<div class="refsect2" title='The "gst-element" property'>
257
275
<a name="EmpathyVideoWidget--gst-element"></a><h3>The <code class="literal">"gst-element"</code> property</h3>
258
276
<pre class="programlisting">  "gst-element"              GstElement*           : Read</pre>
259
277
<p>The underlaying gstreamer element.</p>
260
278
</div>
261
279
<hr>
262
 
<div class="refsect2" lang="en">
 
280
<div class="refsect2" title='The "min-height" property'>
263
281
<a name="EmpathyVideoWidget--min-height"></a><h3>The <code class="literal">"min-height"</code> property</h3>
264
282
<pre class="programlisting">  "min-height"               <a
265
283
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
269
287
<p>Default value: 240</p>
270
288
</div>
271
289
<hr>
272
 
<div class="refsect2" lang="en">
 
290
<div class="refsect2" title='The "min-width" property'>
273
291
<a name="EmpathyVideoWidget--min-width"></a><h3>The <code class="literal">"min-width"</code> property</h3>
274
292
<pre class="programlisting">  "min-width"                <a
275
293
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
279
297
<p>Default value: 320</p>
280
298
</div>
281
299
<hr>
282
 
<div class="refsect2" lang="en">
 
300
<div class="refsect2" title='The "sync" property'>
283
301
<a name="EmpathyVideoWidget--sync"></a><h3>The <code class="literal">"sync"</code> property</h3>
284
302
<pre class="programlisting">  "sync"                     <a
285
303
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"