~walkerlee/totem/pre-interview

« back to all changes in this revision

Viewing changes to docs/reference/html/annotation-glossary.html

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-05-26 00:07:51 UTC
  • mfrom: (1.6.1) (24.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20130526000751-kv8ap3x1di4qq8j2
Tags: 3.8.2-0ubuntu1
* Sync with Debian. Remaining changes: 
* debian/control.in:
  - Drop build-depends on libepc-ui-dev and libgrilo-0.2-dev (in universe)
  - Drop libxtst-dev build-depends so that the (redundant) fake key presses
    for inhibiting the screensaver are disabled (LP: #1007438)
  - Build-depend on libzeitgeist-dev
  - Suggest rather than recommend gstreamer components in universe
  - Add totem-plugins-extra
  - Add XB-Npp-Description and XB-Npp-Filename header to the 
    totem-mozilla package to improve ubufox/ubuntu plugin db integration 
  - Refer to Firefox in totem-mozilla description instead of Iceweasel
  - Don't have totem-mozilla recommend any particular browser
  - Drop obsolete python library dependencies since iplayer is no longer
    included
* debian/totem-common.install, debian/source_totem.py:
  - Install Ubuntu apport debugging hook
* debian/totem-plugins-extra.install:
  - Universe plugins split out of totem-plugins (currently only gromit)
* debian/totem-plugins.install:    
  - Skip the plugins split to -extra and add the zeitgeist plugin
* debian/rules:
  - Build with --fail-missing, to ensure we install everything. 
    + Ignore libtotem.{,l}a since we delibrately don't install these.
  - Re-enable hardening, make sure both PIE and BINDNOW are used
    by setting hardening=+all. (LP: #1039604)
* debian/patches/91_quicklist_entries.patch:
  - Add static quicklist
* debian/patches/92_gst-plugins-good.patch:
  - Build without unnecessary gstreamer1.0-bad dependency
* debian/patches/93_grilo_optional.patch:
  - Allow building without grilo while grilo MIR is still pending
* debian/patches/correct_desktop_mimetypes.patch:
  - Don't list the mimetypes after the unity lists
* debian/patches/revert_shell_menu.patch: 
  - revert the use of a shell menu until indicator-appmenu can handle
    the mixed shell/traditional menus itself
* New upstream release

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>Annotation glossary</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
<link rel="home" href="index.html" title="Totem Reference Manual">
8
8
<link rel="up" href="index.html" title="Totem Reference Manual">
9
9
<link rel="prev" href="api-index-deprecated.html" title="Index of deprecated symbols">
10
 
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
 
10
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
11
11
<link rel="stylesheet" href="style.css" type="text/css">
12
12
</head>
13
13
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
19
19
<td> </td>
20
20
</tr></table>
21
21
<div class="index">
22
 
<div class="titlepage"><div><div><h2 class="title">
23
 
<a name="annotation-glossary"></a>Annotation glossary</h2></div></div></div>
 
22
<div class="titlepage"><div><div><h1 class="title">
 
23
<a name="annotation-glossary"></a>Annotation glossary</h1></div></div></div>
24
24
<div class="glossary">
25
25
<div class="titlepage"><div><div><h2 class="title">
26
26
<a name="annotation-glossary"></a>Annotation Glossary</h2></div></div></div>
27
27
<a name="glsA"></a><h3 class="title">A</h3>
28
 
<dt>
29
 
<a name="annotation-glossterm-array"></a>array</dt>
30
 
<dd><p>Parameter points to an array of items.</p></dd>
31
 
<dt>
32
 
<a name="annotation-glossterm-allow-none"></a>allow-none</dt>
33
 
<dd><p>NULL is ok, both for passing and for returning.</p></dd>
 
28
<dt><span class="glossterm"><a name="annotation-glossterm-array"></a>array</span></dt>
 
29
<dd class="glossdef"><p>Parameter points to an array of items.</p></dd>
 
30
<dt><span class="glossterm"><a name="annotation-glossterm-allow-none"></a>allow-none</span></dt>
 
31
<dd class="glossdef"><p>NULL is ok, both for passing and for returning.</p></dd>
34
32
<a name="glsT"></a><h3 class="title">T</h3>
35
 
<dt>
36
 
<a name="annotation-glossterm-transfer%20full"></a>transfer full</dt>
37
 
<dd><p>Free data after the code is done.</p></dd>
38
 
<dt>
39
 
<a name="annotation-glossterm-transfer%20none"></a>transfer none</dt>
40
 
<dd><p>Don't free data after the code is done.</p></dd>
 
33
<dt><span class="glossterm"><a name="annotation-glossterm-transfer%20full"></a>transfer full</span></dt>
 
34
<dd class="glossdef"><p>Free data after the code is done.</p></dd>
 
35
<dt><span class="glossterm"><a name="annotation-glossterm-transfer%20none"></a>transfer none</span></dt>
 
36
<dd class="glossdef"><p>Don't free data after the code is done.</p></dd>
41
37
</div>
42
38
<div class="index">
43
39
<div class="indexdiv">
51
47
</dt>
52
48
<dt>totem_action_pause, <a class="indexterm" href="TotemObject.html#totem-action-pause">totem_action_pause ()</a>
53
49
</dt>
54
 
<dt>totem_action_play_media, <a class="indexterm" href="TotemObject.html#totem-action-play-media">totem_action_play_media ()</a>
55
 
</dt>
56
 
<dt>totem_action_play_media_device, <a class="indexterm" href="TotemObject.html#totem-action-play-media-device">totem_action_play_media_device ()</a>
57
 
</dt>
58
50
<dt>totem_action_seek_relative, <a class="indexterm" href="TotemObject.html#totem-action-seek-relative">totem_action_seek_relative ()</a>
59
51
</dt>
60
52
<dt>totem_action_set_aspect_ratio, <a class="indexterm" href="TotemObject.html#totem-action-set-aspect-ratio">totem_action_set_aspect_ratio ()</a>
100
92
</dt>
101
93
<dt>BaconVideoWidget:auto-resize, <a class="indexterm" href="BaconVideoWidget.html#BaconVideoWidget--auto-resize">The "auto-resize" property</a>
102
94
</dt>
 
95
<dt>BaconVideoWidget:av-offset, <a class="indexterm" href="BaconVideoWidget.html#BaconVideoWidget--av-offset">The "av-offset" property</a>
 
96
</dt>
103
97
<dt>BaconVideoWidget:brightness, <a class="indexterm" href="BaconVideoWidget.html#BaconVideoWidget--brightness">The "brightness" property</a>
104
98
</dt>
105
99
<dt>BaconVideoWidget:contrast, <a class="indexterm" href="BaconVideoWidget.html#BaconVideoWidget--contrast">The "contrast" property</a>
152
146
</dt>
153
147
<dt>bacon_video_widget_get_auto_resize, <a class="indexterm" href="BaconVideoWidget.html#bacon-video-widget-get-auto-resize">bacon_video_widget_get_auto_resize ()</a>
154
148
</dt>
155
 
<dt>bacon_video_widget_get_backend_name, <a class="indexterm" href="BaconVideoWidget.html#bacon-video-widget-get-backend-name">bacon_video_widget_get_backend_name ()</a>
156
 
</dt>
157
 
<dt>bacon_video_widget_get_connection_speed, <a class="indexterm" href="BaconVideoWidget.html#bacon-video-widget-get-connection-speed">bacon_video_widget_get_connection_speed ()</a>
158
 
</dt>
159
149
<dt>bacon_video_widget_get_current_frame, <a class="indexterm" href="BaconVideoWidget.html#bacon-video-widget-get-current-frame">bacon_video_widget_get_current_frame ()</a>
160
150
</dt>
161
151
<dt>bacon_video_widget_get_current_time, <a class="indexterm" href="BaconVideoWidget.html#bacon-video-widget-get-current-time">bacon_video_widget_get_current_time ()</a>
170
160
</dt>
171
161
<dt>bacon_video_widget_get_metadata, <a class="indexterm" href="BaconVideoWidget.html#bacon-video-widget-get-metadata">bacon_video_widget_get_metadata ()</a>
172
162
</dt>
173
 
<dt>bacon_video_widget_get_mrls, <a class="indexterm" href="BaconVideoWidget.html#bacon-video-widget-get-mrls">bacon_video_widget_get_mrls ()</a>
174
 
</dt>
175
163
<dt>bacon_video_widget_get_option_group, <a class="indexterm" href="BaconVideoWidget.html#bacon-video-widget-get-option-group">bacon_video_widget_get_option_group ()</a>
176
164
</dt>
177
165
<dt>bacon_video_widget_get_position, <a class="indexterm" href="BaconVideoWidget.html#bacon-video-widget-get-position">bacon_video_widget_get_position ()</a>
178
166
</dt>
 
167
<dt>bacon_video_widget_get_rate, <a class="indexterm" href="BaconVideoWidget.html#bacon-video-widget-get-rate">bacon_video_widget_get_rate ()</a>
 
168
</dt>
 
169
<dt>bacon_video_widget_get_rotation, <a class="indexterm" href="BaconVideoWidget.html#bacon-video-widget-get-rotation">bacon_video_widget_get_rotation ()</a>
 
170
</dt>
179
171
<dt>bacon_video_widget_get_show_cursor, <a class="indexterm" href="BaconVideoWidget.html#bacon-video-widget-get-show-cursor">bacon_video_widget_get_show_cursor ()</a>
180
172
</dt>
181
173
<dt>bacon_video_widget_get_stream_length, <a class="indexterm" href="BaconVideoWidget.html#bacon-video-widget-get-stream-length">bacon_video_widget_get_stream_length ()</a>
212
204
</dt>
213
205
<dt>bacon_video_widget_play, <a class="indexterm" href="BaconVideoWidget.html#bacon-video-widget-play">bacon_video_widget_play ()</a>
214
206
</dt>
 
207
<dt>bacon_video_widget_popup_osd, <a class="indexterm" href="BaconVideoWidget.html#bacon-video-widget-popup-osd">bacon_video_widget_popup_osd ()</a>
 
208
</dt>
215
209
<dt>bacon_video_widget_seek, <a class="indexterm" href="BaconVideoWidget.html#bacon-video-widget-seek">bacon_video_widget_seek ()</a>
216
210
</dt>
217
211
<dt>bacon_video_widget_seek_time, <a class="indexterm" href="BaconVideoWidget.html#bacon-video-widget-seek-time">bacon_video_widget_seek_time ()</a>
222
216
</dt>
223
217
<dt>bacon_video_widget_set_auto_resize, <a class="indexterm" href="BaconVideoWidget.html#bacon-video-widget-set-auto-resize">bacon_video_widget_set_auto_resize ()</a>
224
218
</dt>
225
 
<dt>bacon_video_widget_set_connection_speed, <a class="indexterm" href="BaconVideoWidget.html#bacon-video-widget-set-connection-speed">bacon_video_widget_set_connection_speed ()</a>
226
 
</dt>
227
219
<dt>bacon_video_widget_set_deinterlacing, <a class="indexterm" href="BaconVideoWidget.html#bacon-video-widget-set-deinterlacing">bacon_video_widget_set_deinterlacing ()</a>
228
220
</dt>
229
221
<dt>bacon_video_widget_set_fullscreen, <a class="indexterm" href="BaconVideoWidget.html#bacon-video-widget-set-fullscreen">bacon_video_widget_set_fullscreen ()</a>
236
228
</dt>
237
229
<dt>bacon_video_widget_set_next_angle, <a class="indexterm" href="BaconVideoWidget.html#bacon-video-widget-set-next-angle">bacon_video_widget_set_next_angle ()</a>
238
230
</dt>
 
231
<dt>bacon_video_widget_set_rate, <a class="indexterm" href="BaconVideoWidget.html#bacon-video-widget-set-rate">bacon_video_widget_set_rate ()</a>
 
232
</dt>
239
233
<dt>bacon_video_widget_set_referrer, <a class="indexterm" href="BaconVideoWidget.html#bacon-video-widget-set-referrer">bacon_video_widget_set_referrer ()</a>
240
234
</dt>
 
235
<dt>bacon_video_widget_set_rotation, <a class="indexterm" href="BaconVideoWidget.html#bacon-video-widget-set-rotation">bacon_video_widget_set_rotation ()</a>
 
236
</dt>
241
237
<dt>bacon_video_widget_set_scale_ratio, <a class="indexterm" href="BaconVideoWidget.html#bacon-video-widget-set-scale-ratio">bacon_video_widget_set_scale_ratio ()</a>
242
238
</dt>
243
239
<dt>bacon_video_widget_set_show_cursor, <a class="indexterm" href="BaconVideoWidget.html#bacon-video-widget-set-show-cursor">bacon_video_widget_set_show_cursor ()</a>
250
246
</dt>
251
247
<dt>bacon_video_widget_set_subtitle_font, <a class="indexterm" href="BaconVideoWidget.html#bacon-video-widget-set-subtitle-font">bacon_video_widget_set_subtitle_font ()</a>
252
248
</dt>
 
249
<dt>bacon_video_widget_set_text_subtitle, <a class="indexterm" href="BaconVideoWidget.html#bacon-video-widget-set-text-subtitle">bacon_video_widget_set_text_subtitle ()</a>
 
250
</dt>
253
251
<dt>bacon_video_widget_set_user_agent, <a class="indexterm" href="BaconVideoWidget.html#bacon-video-widget-set-user-agent">bacon_video_widget_set_user_agent ()</a>
254
252
</dt>
255
253
<dt>bacon_video_widget_set_video_property, <a class="indexterm" href="BaconVideoWidget.html#bacon-video-widget-set-video-property">bacon_video_widget_set_video_property ()</a>
270
268
</dt>
271
269
<dt>BvwAudioOutputType, <a class="indexterm" href="BaconVideoWidget.html#BvwAudioOutputType">enum BvwAudioOutputType</a>
272
270
</dt>
273
 
<dt>BvwConnectionSpeed, <a class="indexterm" href="BaconVideoWidget.html#BvwConnectionSpeed">enum BvwConnectionSpeed</a>
274
 
</dt>
275
271
<dt>BvwDVDEvent, <a class="indexterm" href="BaconVideoWidget.html#BvwDVDEvent">enum BvwDVDEvent</a>
276
272
</dt>
277
273
<dt>BvwError, <a class="indexterm" href="BaconVideoWidget.html#BvwError">enum BvwError</a>
278
274
</dt>
279
275
<dt>BvwMetadataType, <a class="indexterm" href="BaconVideoWidget.html#BvwMetadataType">enum BvwMetadataType</a>
280
276
</dt>
 
277
<dt>BvwRotation, <a class="indexterm" href="BaconVideoWidget.html#BvwRotation">enum BvwRotation</a>
 
278
</dt>
281
279
<dt>BvwVideoProperty, <a class="indexterm" href="BaconVideoWidget.html#BvwVideoProperty">enum BvwVideoProperty</a>
282
280
</dt>
283
281
<dt>BvwVisualizationQuality, <a class="indexterm" href="BaconVideoWidget.html#BvwVisualizationQuality">enum BvwVisualizationQuality</a>
287
285
</dl>
288
286
</div>
289
287
<div class="indexdiv">
290
 
<h3>C</h3>
291
 
<dl>
292
 
<dt>TotemCellRendererVideo, <a class="indexterm" href="TotemCellRendererVideo.html#TotemCellRendererVideo-struct">TotemCellRendererVideo</a>
293
 
</dt>
294
 
<dt>TotemCellRendererVideo:alignment, <a class="indexterm" href="TotemCellRendererVideo.html#TotemCellRendererVideo--alignment">The "alignment" property</a>
295
 
</dt>
296
 
<dt>TotemCellRendererVideo:thumbnail, <a class="indexterm" href="TotemCellRendererVideo.html#TotemCellRendererVideo--thumbnail">The "thumbnail" property</a>
297
 
</dt>
298
 
<dt>TotemCellRendererVideo:title, <a class="indexterm" href="TotemCellRendererVideo.html#TotemCellRendererVideo--title">The "title" property</a>
299
 
</dt>
300
 
<dt>TotemCellRendererVideo:use-placeholder, <a class="indexterm" href="TotemCellRendererVideo.html#TotemCellRendererVideo--use-placeholder">The "use-placeholder" property</a>
301
 
</dt>
302
 
<dt>TotemCellRendererVideoClass, <a class="indexterm" href="TotemCellRendererVideo.html#TotemCellRendererVideoClass">TotemCellRendererVideoClass</a>
303
 
</dt>
304
 
<dt>totem_cell_renderer_video_new, <a class="indexterm" href="TotemCellRendererVideo.html#totem-cell-renderer-video-new">totem_cell_renderer_video_new ()</a>
305
 
</dt>
306
 
</dl>
307
 
</div>
308
 
<div class="indexdiv">
309
288
<h3>F</h3>
310
289
<dl>
311
290
<dt>totem_file_closed, <a class="indexterm" href="TotemObject.html#totem-file-closed">totem_file_closed ()</a>
323
302
</dt>
324
303
<dt>totem_get_short_title, <a class="indexterm" href="TotemObject.html#totem-get-short-title">totem_get_short_title ()</a>
325
304
</dt>
326
 
<dt>totem_get_video_widget, <a class="indexterm" href="TotemObject.html#totem-get-video-widget">totem_get_video_widget ()</a>
327
 
</dt>
328
 
<dt>totem_get_video_widget_backend_name, <a class="indexterm" href="TotemObject.html#totem-get-video-widget-backend-name">totem_get_video_widget_backend_name ()</a>
329
 
</dt>
330
305
<dt>TOTEM_GSETTINGS_SCHEMA, <a class="indexterm" href="TotemObject.html#TOTEM-GSETTINGS-SCHEMA:CAPS">TOTEM_GSETTINGS_SCHEMA</a>
331
306
</dt>
332
307
</dl>
356
331
</dt>
357
332
<dt>TotemObject::file-closed, <a class="indexterm" href="TotemObject.html#TotemObject-file-closed">The "file-closed" signal</a>
358
333
</dt>
 
334
<dt>TotemObject::file-has-played, <a class="indexterm" href="TotemObject.html#TotemObject-file-has-played">The "file-has-played" signal</a>
 
335
</dt>
359
336
<dt>TotemObject::file-opened, <a class="indexterm" href="TotemObject.html#TotemObject-file-opened">The "file-opened" signal</a>
360
337
</dt>
361
338
<dt>TotemObject::get-text-subtitle, <a class="indexterm" href="TotemObject.html#TotemObject-get-text-subtitle">The "get-text-subtitle" signal</a>
364
341
</dt>
365
342
<dt>TotemObject::metadata-updated, <a class="indexterm" href="TotemObject.html#TotemObject-metadata-updated">The "metadata-updated" signal</a>
366
343
</dt>
 
344
<dt>TotemObject:current-content-type, <a class="indexterm" href="TotemObject.html#TotemObject--current-content-type">The "current-content-type" property</a>
 
345
</dt>
 
346
<dt>TotemObject:current-display-name, <a class="indexterm" href="TotemObject.html#TotemObject--current-display-name">The "current-display-name" property</a>
 
347
</dt>
367
348
<dt>TotemObject:current-mrl, <a class="indexterm" href="TotemObject.html#TotemObject--current-mrl">The "current-mrl" property</a>
368
349
</dt>
369
350
<dt>TotemObject:current-time, <a class="indexterm" href="TotemObject.html#TotemObject--current-time">The "current-time" property</a>
378
359
</dt>
379
360
<dt>TotemObject:stream-length, <a class="indexterm" href="TotemObject.html#TotemObject--stream-length">The "stream-length" property</a>
380
361
</dt>
381
 
<dt>TotemObjectClass, <a class="indexterm" href="TotemObject.html#TotemObjectClass">TotemObjectClass</a>
382
 
</dt>
383
362
<dt>totem_object_action_error, <a class="indexterm" href="TotemObject.html#totem-object-action-error">totem_object_action_error ()</a>
384
363
</dt>
385
364
<dt>totem_object_action_exit, <a class="indexterm" href="TotemObject.html#totem-object-action-exit">totem_object_action_exit ()</a>
428
407
</dt>
429
408
<dt>totem_object_get_version, <a class="indexterm" href="TotemObject.html#totem-object-get-version">totem_object_get_version ()</a>
430
409
</dt>
 
410
<dt>totem_object_get_video_widget, <a class="indexterm" href="TotemObject.html#totem-object-get-video-widget">totem_object_get_video_widget ()</a>
 
411
</dt>
431
412
<dt>totem_object_get_volume, <a class="indexterm" href="TotemObject.html#totem-object-get-volume">totem_object_get_volume ()</a>
432
413
</dt>
433
414
<dt>totem_object_is_paused, <a class="indexterm" href="TotemObject.html#totem-object-is-paused">totem_object_is_paused ()</a>
473
454
<dl><dt>Totem, <a class="indexterm" href="TotemObject.html#Totem">Totem</a>
474
455
</dt></dl>
475
456
</div>
476
 
<div class="indexdiv">
477
 
<h3>V</h3>
478
 
<dl>
479
 
<dt>TotemVideoList, <a class="indexterm" href="TotemVideoList.html#TotemVideoList-struct">TotemVideoList</a>
480
 
</dt>
481
 
<dt>TotemVideoList::starting-video, <a class="indexterm" href="TotemVideoList.html#TotemVideoList-starting-video">The "starting-video" signal</a>
482
 
</dt>
483
 
<dt>TotemVideoList:mrl-column, <a class="indexterm" href="TotemVideoList.html#TotemVideoList--mrl-column">The "mrl-column" property</a>
484
 
</dt>
485
 
<dt>TotemVideoList:show-tooltip-uri, <a class="indexterm" href="TotemVideoList.html#TotemVideoList--show-tooltip-uri">The "show-tooltip-uri" property</a>
486
 
</dt>
487
 
<dt>TotemVideoList:tooltip-column, <a class="indexterm" href="TotemVideoList.html#TotemVideoList--tooltip-column">The "tooltip-column" property</a>
488
 
</dt>
489
 
<dt>TotemVideoList:totem, <a class="indexterm" href="TotemVideoList.html#TotemVideoList--totem">The "totem" property</a>
490
 
</dt>
491
 
<dt>TotemVideoListClass, <a class="indexterm" href="TotemVideoList.html#TotemVideoListClass">TotemVideoListClass</a>
492
 
</dt>
493
 
<dt>totem_video_list_get_ui_manager, <a class="indexterm" href="TotemVideoList.html#totem-video-list-get-ui-manager">totem_video_list_get_ui_manager ()</a>
494
 
</dt>
495
 
<dt>totem_video_list_new, <a class="indexterm" href="TotemVideoList.html#totem-video-list-new">totem_video_list_new ()</a>
496
 
</dt>
497
 
</dl>
498
 
</div>
499
457
</div>
500
458
</div>
501
459
<div class="footer">
502
460
<hr>
503
 
          Generated by GTK-Doc V1.18</div>
 
461
          Generated by GTK-Doc V1.18.1</div>
504
462
</body>
505
463
</html>
 
 
b'\\ No newline at end of file'