~wongchiachen/ubuntu/precise/totem/hey_about_dialog

« back to all changes in this revision

Viewing changes to docs/reference/html/totem.devhelp2

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-05-20 16:38:02 UTC
  • mfrom: (1.11.13 upstream) (2.1.17 experimental)
  • Revision ID: james.westby@ubuntu.com-20110520163802-p3lohdmfvws2jqeo
Tags: 3.0.1-0ubuntu1
* Resynchronize on Debian, remaining diffs:
* debian/control.in:
  - use suggests rather than recommends for universe gstreamer components
  - add totem-plugins-extra for the components which have depends in universe
  - add build-depends on gnome-common, dh-autoreconf, 
    liblaunchpad-intrgration-3.0-dev, hardening-wrapper
  - drop build-depends on libepc-ui-dev, python-feedparser, xulrunner-dev,
    libtracker-sparql-0.10-dev
  - add XB-Npp-Description and XB-Npp-Filename header to the 
    totem-mozilla package to improve ubufox/ubuntu plugin db integration 
  - change refences from Iceweasel to Firefox
  - recommends gnome-icon-theme-symbolic rather than depending on it
  - list firefox as a totem-mozilla recommends before epiphany-browser
  - libtotem replaces totem (<< 3.0.1-1) for ppa upgrades
* debian/totem-common.install:
  - Install apport hook
* debian/totem-plugins-extra.install:
  - Plugins split out ouf totem-plugins
* debian/totem-plugins.install:    
  - Move some plugins to totem-plugins-extra
* debian/totem.preinst:
  - No longer required as Lucid has been released
* debian/patches/01_fake_keypresses.patch:
  - dropped it's an old workaround and should not be required
* debian/patches/02_lpi.patch:
  - Launchpad integration
* debian/patches/03_default_options.patch: 
  - enable the youtube option by default
* debian/patches/70_bbc_plugin.patch:
  - bbc content viewer, needs to be fixed for the new version
* debian/source_totem.py:
  - ubuntu apport debugging
* debian/rules:
  - run autoreconf on build
* debian/watch:
  - Watch for unstable versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
    <sub name="Core API" link="core-api.html">
9
9
      <sub name="TotemObject" link="TotemObject.html"/>
10
10
      <sub name="Interface" link="totem-Interface.html"/>
11
 
      <sub name="TotemPlugin" link="TotemPlugin.html"/>
 
11
      <sub name="TotemPlugin" link="totem-TotemPlugin.html"/>
12
12
      <sub name="BaconVideoWidget" link="BaconVideoWidget.html"/>
13
13
    </sub>
14
14
    <sub name="Widgets" link="widget-api.html">
16
16
      <sub name="TotemCellRendererVideo" link="TotemCellRendererVideo.html"/>
17
17
    </sub>
18
18
    <sub name="Index of all symbols" link="api-index-full.html"/>
19
 
    <sub name="Index of new symbols in 2.18" link="ix02.html"/>
20
 
    <sub name="Index of new symbols in 2.90.0" link="ix03.html"/>
 
19
    <sub name="Index of new symbols in 2.90.0" link="ix02.html"/>
 
20
    <sub name="Index of new symbols in 2.90.6" link="ix03.html"/>
 
21
    <sub name="Index of new symbols in 3.0" link="ix04.html"/>
21
22
    <sub name="Index of deprecated symbols" link="api-index-deprecated.html"/>
22
23
    <sub name="Annotation glossary" link="annotation-glossary.html">
23
24
      <sub name="Annotation Glossary" link="annotation-glossary.html#annotation-glossary"/>
24
25
    </sub>
25
26
  </chapters>
26
27
  <functions>
27
 
    <keyword type="" name="Locations" link="totem-plugins.html#id342247"/>
28
 
    <keyword type="" name="The .totem-plugin File" link="totem-plugins.html#id335895"/>
29
 
    <keyword type="" name="Writing a Plugin" link="totem-plugins.html#id352839"/>
 
28
    <keyword type="" name="Locations" link="totem-plugins.html#id393581"/>
 
29
    <keyword type="" name="The .totem-plugin File" link="totem-plugins.html#id403375"/>
 
30
    <keyword type="" name="Writing a Plugin" link="totem-plugins.html#id425305"/>
30
31
    <keyword type="typedef" name="Totem" link="TotemObject.html#Totem"/>
31
32
    <keyword type="struct" name="TotemObject" link="TotemObject.html#TotemObject-struct"/>
32
33
    <keyword type="struct" name="TotemObjectClass" link="TotemObject.html#TotemObjectClass"/>
33
34
    <keyword type="enum" name="enum TotemRemoteCommand" link="TotemObject.html#TotemRemoteCommand"/>
34
35
    <keyword type="enum" name="enum TotemRemoteSetting" link="TotemObject.html#TotemRemoteSetting"/>
35
 
    <keyword type="macro" name="TOTEM_GCONF_PREFIX" link="TotemObject.html#TOTEM-GCONF-PREFIX:CAPS"/>
 
36
    <keyword type="macro" name="TOTEM_GSETTINGS_SCHEMA" link="TotemObject.html#TOTEM-GSETTINGS-SCHEMA:CAPS"/>
36
37
    <keyword type="function" name="totem_object_plugins_init ()" link="TotemObject.html#totem-object-plugins-init"/>
37
38
    <keyword type="function" name="totem_object_plugins_shutdown ()" link="TotemObject.html#totem-object-plugins-shutdown"/>
38
39
    <keyword type="function" name="totem_file_opened ()" link="TotemObject.html#totem-file-opened"/>
39
40
    <keyword type="function" name="totem_file_closed ()" link="TotemObject.html#totem-file-closed"/>
40
41
    <keyword type="function" name="totem_metadata_updated ()" link="TotemObject.html#totem-metadata-updated"/>
41
 
    <keyword type="function" name="totem_action_error ()" link="TotemObject.html#totem-action-error"/>
42
 
    <keyword type="function" name="totem_action_exit ()" link="TotemObject.html#totem-action-exit"/>
43
 
    <keyword type="function" name="totem_add_to_playlist_and_play ()" link="TotemObject.html#totem-add-to-playlist-and-play"/>
44
 
    <keyword type="function" name="totem_action_play ()" link="TotemObject.html#totem-action-play"/>
 
42
    <keyword type="function" name="totem_object_action_error ()" link="TotemObject.html#totem-object-action-error"/>
 
43
    <keyword type="function" name="totem_object_action_exit ()" link="TotemObject.html#totem-object-action-exit"/>
 
44
    <keyword type="function" name="totem_object_add_to_playlist_and_play ()" link="TotemObject.html#totem-object-add-to-playlist-and-play"/>
 
45
    <keyword type="function" name="totem_object_action_play ()" link="TotemObject.html#totem-object-action-play"/>
45
46
    <keyword type="function" name="totem_action_play_media ()" link="TotemObject.html#totem-action-play-media"/>
46
47
    <keyword type="function" name="totem_action_play_media_device ()" link="TotemObject.html#totem-action-play-media-device"/>
47
 
    <keyword type="function" name="totem_action_play_pause ()" link="TotemObject.html#totem-action-play-pause"/>
 
48
    <keyword type="function" name="totem_object_action_play_pause ()" link="TotemObject.html#totem-object-action-play-pause"/>
48
49
    <keyword type="function" name="totem_action_pause ()" link="TotemObject.html#totem-action-pause"/>
49
 
    <keyword type="function" name="totem_action_stop ()" link="TotemObject.html#totem-action-stop"/>
 
50
    <keyword type="function" name="totem_object_action_stop ()" link="TotemObject.html#totem-object-action-stop"/>
50
51
    <keyword type="function" name="totem_action_fullscreen ()" link="TotemObject.html#totem-action-fullscreen"/>
51
 
    <keyword type="function" name="totem_action_fullscreen_toggle ()" link="TotemObject.html#totem-action-fullscreen-toggle"/>
52
 
    <keyword type="function" name="totem_action_next ()" link="TotemObject.html#totem-action-next"/>
53
 
    <keyword type="function" name="totem_action_previous ()" link="TotemObject.html#totem-action-previous"/>
 
52
    <keyword type="function" name="totem_object_action_fullscreen_toggle ()" link="TotemObject.html#totem-object-action-fullscreen-toggle"/>
 
53
    <keyword type="function" name="totem_object_action_next ()" link="TotemObject.html#totem-object-action-next"/>
 
54
    <keyword type="function" name="totem_object_action_previous ()" link="TotemObject.html#totem-object-action-previous"/>
54
55
    <keyword type="function" name="totem_action_next_angle ()" link="TotemObject.html#totem-action-next-angle"/>
55
 
    <keyword type="function" name="totem_action_remote_get_setting ()" link="TotemObject.html#totem-action-remote-get-setting"/>
56
 
    <keyword type="function" name="totem_action_remote_set_setting ()" link="TotemObject.html#totem-action-remote-set-setting"/>
57
 
    <keyword type="function" name="totem_action_seek_time ()" link="TotemObject.html#totem-action-seek-time"/>
 
56
    <keyword type="function" name="totem_object_action_remote_get_setting ()" link="TotemObject.html#totem-object-action-remote-get-setting"/>
 
57
    <keyword type="function" name="totem_object_action_remote_set_setting ()" link="TotemObject.html#totem-object-action-remote-set-setting"/>
 
58
    <keyword type="function" name="totem_object_action_seek_time ()" link="TotemObject.html#totem-object-action-seek-time"/>
58
59
    <keyword type="function" name="totem_action_seek_relative ()" link="TotemObject.html#totem-action-seek-relative"/>
59
 
    <keyword type="function" name="totem_action_volume ()" link="TotemObject.html#totem-action-volume"/>
 
60
    <keyword type="function" name="totem_object_action_volume ()" link="TotemObject.html#totem-object-action-volume"/>
60
61
    <keyword type="function" name="totem_action_volume_relative ()" link="TotemObject.html#totem-action-volume-relative"/>
61
62
    <keyword type="function" name="totem_action_volume_toggle_mute ()" link="TotemObject.html#totem-action-volume-toggle-mute"/>
62
63
    <keyword type="function" name="totem_action_toggle_aspect_ratio ()" link="TotemObject.html#totem-action-toggle-aspect-ratio"/>
65
66
    <keyword type="function" name="totem_action_toggle_controls ()" link="TotemObject.html#totem-action-toggle-controls"/>
66
67
    <keyword type="function" name="totem_action_set_scale_ratio ()" link="TotemObject.html#totem-action-set-scale-ratio"/>
67
68
    <keyword type="function" name="totem_action_set_playlist_index ()" link="TotemObject.html#totem-action-set-playlist-index"/>
68
 
    <keyword type="function" name="totem_action_remote ()" link="TotemObject.html#totem-action-remote"/>
 
69
    <keyword type="function" name="totem_object_action_remote ()" link="TotemObject.html#totem-object-action-remote"/>
69
70
    <keyword type="function" name="totem_is_fullscreen ()" link="TotemObject.html#totem-is-fullscreen"/>
70
 
    <keyword type="function" name="totem_is_playing ()" link="TotemObject.html#totem-is-playing"/>
71
 
    <keyword type="function" name="totem_is_paused ()" link="TotemObject.html#totem-is-paused"/>
72
 
    <keyword type="function" name="totem_is_seekable ()" link="TotemObject.html#totem-is-seekable"/>
73
 
    <keyword type="function" name="totem_get_main_window ()" link="TotemObject.html#totem-get-main-window"/>
74
 
    <keyword type="function" name="totem_get_ui_manager ()" link="TotemObject.html#totem-get-ui-manager"/>
 
71
    <keyword type="function" name="totem_object_is_playing ()" link="TotemObject.html#totem-object-is-playing"/>
 
72
    <keyword type="function" name="totem_object_is_paused ()" link="TotemObject.html#totem-object-is-paused"/>
 
73
    <keyword type="function" name="totem_object_is_seekable ()" link="TotemObject.html#totem-object-is-seekable"/>
 
74
    <keyword type="function" name="totem_object_get_main_window ()" link="TotemObject.html#totem-object-get-main-window"/>
 
75
    <keyword type="function" name="totem_object_get_ui_manager ()" link="TotemObject.html#totem-object-get-ui-manager"/>
75
76
    <keyword type="function" name="totem_get_video_widget ()" link="TotemObject.html#totem-get-video-widget"/>
76
77
    <keyword type="function" name="totem_get_video_widget_backend_name ()" link="TotemObject.html#totem-get-video-widget-backend-name"/>
77
 
    <keyword type="function" name="totem_get_current_mrl ()" link="TotemObject.html#totem-get-current-mrl"/>
 
78
    <keyword type="function" name="totem_object_get_current_mrl ()" link="TotemObject.html#totem-object-get-current-mrl"/>
78
79
    <keyword type="function" name="totem_get_current_time ()" link="TotemObject.html#totem-get-current-time"/>
79
 
    <keyword type="function" name="totem_set_current_subtitle ()" link="TotemObject.html#totem-set-current-subtitle"/>
80
 
    <keyword type="function" name="totem_get_playlist_length ()" link="TotemObject.html#totem-get-playlist-length"/>
81
 
    <keyword type="function" name="totem_get_playlist_pos ()" link="TotemObject.html#totem-get-playlist-pos"/>
82
 
    <keyword type="function" name="totem_get_title_at_playlist_pos ()" link="TotemObject.html#totem-get-title-at-playlist-pos"/>
 
80
    <keyword type="function" name="totem_object_set_current_subtitle ()" link="TotemObject.html#totem-object-set-current-subtitle"/>
 
81
    <keyword type="function" name="totem_object_get_playlist_length ()" link="TotemObject.html#totem-object-get-playlist-length"/>
 
82
    <keyword type="function" name="totem_object_get_playlist_pos ()" link="TotemObject.html#totem-object-get-playlist-pos"/>
 
83
    <keyword type="function" name="totem_object_get_title_at_playlist_pos ()" link="TotemObject.html#totem-object-get-title-at-playlist-pos"/>
83
84
    <keyword type="function" name="totem_get_short_title ()" link="TotemObject.html#totem-get-short-title"/>
84
 
    <keyword type="function" name="totem_get_volume ()" link="TotemObject.html#totem-get-volume"/>
85
 
    <keyword type="function" name="totem_get_version ()" link="TotemObject.html#totem-get-version"/>
86
 
    <keyword type="function" name="totem_add_sidebar_page ()" link="TotemObject.html#totem-add-sidebar-page"/>
87
 
    <keyword type="function" name="totem_remove_sidebar_page ()" link="TotemObject.html#totem-remove-sidebar-page"/>
 
85
    <keyword type="function" name="totem_object_get_volume ()" link="TotemObject.html#totem-object-get-volume"/>
 
86
    <keyword type="function" name="totem_object_get_version ()" link="TotemObject.html#totem-object-get-version"/>
 
87
    <keyword type="function" name="totem_object_add_sidebar_page ()" link="TotemObject.html#totem-object-add-sidebar-page"/>
 
88
    <keyword type="function" name="totem_object_remove_sidebar_page ()" link="TotemObject.html#totem-object-remove-sidebar-page"/>
 
89
    <keyword type="property" name="The &quot;autoload-subtitles&quot; property" link="TotemObject.html#TotemObject--autoload-subtitles"/>
88
90
    <keyword type="property" name="The &quot;current-mrl&quot; property" link="TotemObject.html#TotemObject--current-mrl"/>
89
91
    <keyword type="property" name="The &quot;current-time&quot; property" link="TotemObject.html#TotemObject--current-time"/>
90
92
    <keyword type="property" name="The &quot;fullscreen&quot; property" link="TotemObject.html#TotemObject--fullscreen"/>
91
93
    <keyword type="property" name="The &quot;playing&quot; property" link="TotemObject.html#TotemObject--playing"/>
 
94
    <keyword type="property" name="The &quot;remember-position&quot; property" link="TotemObject.html#TotemObject--remember-position"/>
92
95
    <keyword type="property" name="The &quot;seekable&quot; property" link="TotemObject.html#TotemObject--seekable"/>
93
96
    <keyword type="property" name="The &quot;stream-length&quot; property" link="TotemObject.html#TotemObject--stream-length"/>
94
97
    <keyword type="signal" name="The &quot;file-closed&quot; signal" link="TotemObject.html#TotemObject-file-closed"/>
97
100
    <keyword type="function" name="totem_interface_error ()" link="totem-Interface.html#totem-interface-error"/>
98
101
    <keyword type="function" name="totem_interface_error_blocking ()" link="totem-Interface.html#totem-interface-error-blocking"/>
99
102
    <keyword type="function" name="totem_interface_error_with_link ()" link="totem-Interface.html#totem-interface-error-with-link"/>
100
 
    <keyword type="struct" name="TotemPlugin" link="TotemPlugin.html#TotemPlugin-struct"/>
101
 
    <keyword type="struct" name="TotemPluginClass" link="TotemPlugin.html#TotemPluginClass"/>
102
 
    <keyword type="enum" name="enum TotemPluginError" link="TotemPlugin.html#TotemPluginError"/>
103
 
    <keyword type="function" name="TotemPluginActivationFunc ()" link="TotemPlugin.html#TotemPluginActivationFunc"/>
104
 
    <keyword type="function" name="TotemPluginDeactivationFunc ()" link="TotemPlugin.html#TotemPluginDeactivationFunc"/>
105
 
    <keyword type="function" name="TotemPluginWidgetFunc ()" link="TotemPlugin.html#TotemPluginWidgetFunc"/>
106
 
    <keyword type="macro" name="TOTEM_PLUGIN_DEFINE_TYPE()" link="TotemPlugin.html#TOTEM-PLUGIN-DEFINE-TYPE:CAPS"/>
107
 
    <keyword type="macro" name="TOTEM_PLUGIN_REGISTER()" link="TotemPlugin.html#TOTEM-PLUGIN-REGISTER:CAPS"/>
108
 
    <keyword type="macro" name="TOTEM_PLUGIN_REGISTER_EXTENDED()" link="TotemPlugin.html#TOTEM-PLUGIN-REGISTER-EXTENDED:CAPS"/>
109
 
    <keyword type="macro" name="TOTEM_PLUGIN_REGISTER_TYPE()" link="TotemPlugin.html#TOTEM-PLUGIN-REGISTER-TYPE:CAPS"/>
110
 
    <keyword type="function" name="totem_plugin_activate ()" link="TotemPlugin.html#totem-plugin-activate"/>
111
 
    <keyword type="function" name="totem_plugin_deactivate ()" link="TotemPlugin.html#totem-plugin-deactivate"/>
112
 
    <keyword type="function" name="totem_plugin_create_configure_dialog ()" link="TotemPlugin.html#totem-plugin-create-configure-dialog"/>
113
 
    <keyword type="function" name="totem_plugin_is_configurable ()" link="TotemPlugin.html#totem-plugin-is-configurable"/>
114
 
    <keyword type="function" name="totem_plugin_load_interface ()" link="TotemPlugin.html#totem-plugin-load-interface"/>
115
 
    <keyword type="function" name="totem_plugin_find_file ()" link="TotemPlugin.html#totem-plugin-find-file"/>
116
 
    <keyword type="property" name="The &quot;name&quot; property" link="TotemPlugin.html#TotemPlugin--name"/>
 
103
    <keyword type="macro" name="TOTEM_PLUGIN_REGISTER()" link="totem-TotemPlugin.html#TOTEM-PLUGIN-REGISTER:CAPS"/>
 
104
    <keyword type="macro" name="TOTEM_PLUGIN_REGISTER_CONFIGURABLE()" link="totem-TotemPlugin.html#TOTEM-PLUGIN-REGISTER-CONFIGURABLE:CAPS"/>
 
105
    <keyword type="function" name="totem_plugin_find_file ()" link="totem-TotemPlugin.html#totem-plugin-find-file"/>
 
106
    <keyword type="function" name="totem_plugin_load_interface ()" link="totem-TotemPlugin.html#totem-plugin-load-interface"/>
 
107
    <keyword type="function" name="totem_get_plugin_paths ()" link="totem-TotemPlugin.html#totem-get-plugin-paths" since="2.90.0"/>
117
108
    <keyword type="struct" name="BaconVideoWidget" link="BaconVideoWidget.html#BaconVideoWidget-struct"/>
118
109
    <keyword type="struct" name="BaconVideoWidgetClass" link="BaconVideoWidget.html#BaconVideoWidgetClass"/>
119
110
    <keyword type="enum" name="enum BvwAspectRatio" link="BaconVideoWidget.html#BvwAspectRatio"/>
120
 
    <keyword type="enum" name="enum BvwAudioOutType" link="BaconVideoWidget.html#BvwAudioOutType"/>
 
111
    <keyword type="enum" name="enum BvwAudioOutputType" link="BaconVideoWidget.html#BvwAudioOutputType"/>
 
112
    <keyword type="enum" name="enum BvwConnectionSpeed" link="BaconVideoWidget.html#BvwConnectionSpeed"/>
121
113
    <keyword type="enum" name="enum BvwDVDEvent" link="BaconVideoWidget.html#BvwDVDEvent"/>
122
114
    <keyword type="enum" name="enum BvwMetadataType" link="BaconVideoWidget.html#BvwMetadataType"/>
123
 
    <keyword type="enum" name="enum BvwVisualsQuality" link="BaconVideoWidget.html#BvwVisualsQuality"/>
 
115
    <keyword type="enum" name="enum BvwVisualizationQuality" link="BaconVideoWidget.html#BvwVisualizationQuality"/>
124
116
    <keyword type="enum" name="enum BvwVideoProperty" link="BaconVideoWidget.html#BvwVideoProperty"/>
125
117
    <keyword type="enum" name="enum BvwError" link="BaconVideoWidget.html#BvwError"/>
126
 
    <keyword type="enum" name="enum BvwUseType" link="BaconVideoWidget.html#BvwUseType"/>
127
118
    <keyword type="function" name="bacon_video_widget_new ()" link="BaconVideoWidget.html#bacon-video-widget-new"/>
128
119
    <keyword type="function" name="bacon_video_widget_init_backend ()" link="BaconVideoWidget.html#bacon-video-widget-init-backend"/>
129
120
    <keyword type="function" name="bacon_video_widget_open ()" link="BaconVideoWidget.html#bacon-video-widget-open"/>
140
131
    <keyword type="function" name="bacon_video_widget_has_menus ()" link="BaconVideoWidget.html#bacon-video-widget-has-menus"/>
141
132
    <keyword type="function" name="bacon_video_widget_get_aspect_ratio ()" link="BaconVideoWidget.html#bacon-video-widget-get-aspect-ratio"/>
142
133
    <keyword type="function" name="bacon_video_widget_set_aspect_ratio ()" link="BaconVideoWidget.html#bacon-video-widget-set-aspect-ratio"/>
143
 
    <keyword type="function" name="bacon_video_widget_get_audio_out_type ()" link="BaconVideoWidget.html#bacon-video-widget-get-audio-out-type"/>
144
 
    <keyword type="function" name="bacon_video_widget_set_audio_out_type ()" link="BaconVideoWidget.html#bacon-video-widget-set-audio-out-type"/>
 
134
    <keyword type="function" name="bacon_video_widget_get_audio_output_type ()" link="BaconVideoWidget.html#bacon-video-widget-get-audio-output-type"/>
 
135
    <keyword type="function" name="bacon_video_widget_set_audio_output_type ()" link="BaconVideoWidget.html#bacon-video-widget-set-audio-output-type"/>
145
136
    <keyword type="function" name="bacon_video_widget_get_auto_resize ()" link="BaconVideoWidget.html#bacon-video-widget-get-auto-resize"/>
146
137
    <keyword type="function" name="bacon_video_widget_set_auto_resize ()" link="BaconVideoWidget.html#bacon-video-widget-set-auto-resize"/>
147
138
    <keyword type="function" name="bacon_video_widget_get_backend_name ()" link="BaconVideoWidget.html#bacon-video-widget-get-backend-name"/>
166
157
    <keyword type="function" name="bacon_video_widget_set_scale_ratio ()" link="BaconVideoWidget.html#bacon-video-widget-set-scale-ratio"/>
167
158
    <keyword type="function" name="bacon_video_widget_get_show_cursor ()" link="BaconVideoWidget.html#bacon-video-widget-get-show-cursor"/>
168
159
    <keyword type="function" name="bacon_video_widget_set_show_cursor ()" link="BaconVideoWidget.html#bacon-video-widget-set-show-cursor"/>
169
 
    <keyword type="function" name="bacon_video_widget_set_show_visuals ()" link="BaconVideoWidget.html#bacon-video-widget-set-show-visuals"/>
 
160
    <keyword type="function" name="bacon_video_widget_set_show_visualizations ()" link="BaconVideoWidget.html#bacon-video-widget-set-show-visualizations"/>
170
161
    <keyword type="function" name="bacon_video_widget_get_stream_length ()" link="BaconVideoWidget.html#bacon-video-widget-get-stream-length"/>
171
162
    <keyword type="function" name="bacon_video_widget_get_subtitles ()" link="BaconVideoWidget.html#bacon-video-widget-get-subtitles"/>
172
163
    <keyword type="function" name="bacon_video_widget_get_subtitle ()" link="BaconVideoWidget.html#bacon-video-widget-get-subtitle"/>
176
167
    <keyword type="function" name="bacon_video_widget_set_user_agent ()" link="BaconVideoWidget.html#bacon-video-widget-set-user-agent"/>
177
168
    <keyword type="function" name="bacon_video_widget_get_video_property ()" link="BaconVideoWidget.html#bacon-video-widget-get-video-property"/>
178
169
    <keyword type="function" name="bacon_video_widget_set_video_property ()" link="BaconVideoWidget.html#bacon-video-widget-set-video-property"/>
179
 
    <keyword type="function" name="bacon_video_widget_get_visuals_list ()" link="BaconVideoWidget.html#bacon-video-widget-get-visuals-list"/>
180
 
    <keyword type="function" name="bacon_video_widget_set_visuals ()" link="BaconVideoWidget.html#bacon-video-widget-set-visuals"/>
181
 
    <keyword type="function" name="bacon_video_widget_set_visuals_quality ()" link="BaconVideoWidget.html#bacon-video-widget-set-visuals-quality"/>
 
170
    <keyword type="function" name="bacon_video_widget_get_visualization_list ()" link="BaconVideoWidget.html#bacon-video-widget-get-visualization-list"/>
 
171
    <keyword type="function" name="bacon_video_widget_set_visualization ()" link="BaconVideoWidget.html#bacon-video-widget-set-visualization"/>
 
172
    <keyword type="function" name="bacon_video_widget_set_visualization_quality ()" link="BaconVideoWidget.html#bacon-video-widget-set-visualization-quality"/>
182
173
    <keyword type="function" name="bacon_video_widget_get_volume ()" link="BaconVideoWidget.html#bacon-video-widget-get-volume"/>
183
174
    <keyword type="function" name="bacon_video_widget_set_volume ()" link="BaconVideoWidget.html#bacon-video-widget-set-volume"/>
184
175
    <keyword type="function" name="bacon_video_widget_get_zoom ()" link="BaconVideoWidget.html#bacon-video-widget-get-zoom"/>
188
179
    <keyword type="function" name="bacon_video_widget_is_playing ()" link="BaconVideoWidget.html#bacon-video-widget-is-playing"/>
189
180
    <keyword type="function" name="bacon_video_widget_is_seekable ()" link="BaconVideoWidget.html#bacon-video-widget-is-seekable"/>
190
181
    <keyword type="function" name="bacon_video_widget_step ()" link="BaconVideoWidget.html#bacon-video-widget-step"/>
 
182
    <keyword type="property" name="The &quot;audio-output-type&quot; property" link="BaconVideoWidget.html#BaconVideoWidget--audio-output-type"/>
 
183
    <keyword type="property" name="The &quot;auto-resize&quot; property" link="BaconVideoWidget.html#BaconVideoWidget--auto-resize"/>
 
184
    <keyword type="property" name="The &quot;brightness&quot; property" link="BaconVideoWidget.html#BaconVideoWidget--brightness"/>
 
185
    <keyword type="property" name="The &quot;connection-speed&quot; property" link="BaconVideoWidget.html#BaconVideoWidget--connection-speed"/>
 
186
    <keyword type="property" name="The &quot;contrast&quot; property" link="BaconVideoWidget.html#BaconVideoWidget--contrast"/>
 
187
    <keyword type="property" name="The &quot;deinterlacing&quot; property" link="BaconVideoWidget.html#BaconVideoWidget--deinterlacing"/>
191
188
    <keyword type="property" name="The &quot;download-filename&quot; property" link="BaconVideoWidget.html#BaconVideoWidget--download-filename"/>
 
189
    <keyword type="property" name="The &quot;hue&quot; property" link="BaconVideoWidget.html#BaconVideoWidget--hue"/>
192
190
    <keyword type="property" name="The &quot;logo-mode&quot; property" link="BaconVideoWidget.html#BaconVideoWidget--logo-mode"/>
193
191
    <keyword type="property" name="The &quot;playing&quot; property" link="BaconVideoWidget.html#BaconVideoWidget--playing"/>
194
192
    <keyword type="property" name="The &quot;position&quot; property" link="BaconVideoWidget.html#BaconVideoWidget--position"/>
195
193
    <keyword type="property" name="The &quot;referrer&quot; property" link="BaconVideoWidget.html#BaconVideoWidget--referrer"/>
 
194
    <keyword type="property" name="The &quot;saturation&quot; property" link="BaconVideoWidget.html#BaconVideoWidget--saturation"/>
196
195
    <keyword type="property" name="The &quot;seekable&quot; property" link="BaconVideoWidget.html#BaconVideoWidget--seekable"/>
197
196
    <keyword type="property" name="The &quot;show-cursor&quot; property" link="BaconVideoWidget.html#BaconVideoWidget--show-cursor"/>
198
 
    <keyword type="property" name="The &quot;show-visuals&quot; property" link="BaconVideoWidget.html#BaconVideoWidget--show-visuals"/>
 
197
    <keyword type="property" name="The &quot;show-visualizations&quot; property" link="BaconVideoWidget.html#BaconVideoWidget--show-visualizations"/>
199
198
    <keyword type="property" name="The &quot;stream-length&quot; property" link="BaconVideoWidget.html#BaconVideoWidget--stream-length"/>
200
199
    <keyword type="property" name="The &quot;user-agent&quot; property" link="BaconVideoWidget.html#BaconVideoWidget--user-agent"/>
 
200
    <keyword type="property" name="The &quot;visualization-quality&quot; property" link="BaconVideoWidget.html#BaconVideoWidget--visualization-quality"/>
201
201
    <keyword type="property" name="The &quot;volume&quot; property" link="BaconVideoWidget.html#BaconVideoWidget--volume"/>
202
202
    <keyword type="signal" name="The &quot;buffering&quot; signal" link="BaconVideoWidget.html#BaconVideoWidget-buffering"/>
203
203
    <keyword type="signal" name="The &quot;channels-change&quot; signal" link="BaconVideoWidget.html#BaconVideoWidget-channels-change"/>
213
213
    <keyword type="function" name="totem_video_list_new ()" link="TotemVideoList.html#totem-video-list-new"/>
214
214
    <keyword type="function" name="totem_video_list_get_ui_manager ()" link="TotemVideoList.html#totem-video-list-get-ui-manager"/>
215
215
    <keyword type="property" name="The &quot;mrl-column&quot; property" link="TotemVideoList.html#TotemVideoList--mrl-column"/>
 
216
    <keyword type="property" name="The &quot;show-tooltip-uri&quot; property" link="TotemVideoList.html#TotemVideoList--show-tooltip-uri"/>
216
217
    <keyword type="property" name="The &quot;tooltip-column&quot; property" link="TotemVideoList.html#TotemVideoList--tooltip-column"/>
217
218
    <keyword type="property" name="The &quot;totem&quot; property" link="TotemVideoList.html#TotemVideoList--totem"/>
218
219
    <keyword type="signal" name="The &quot;starting-video&quot; signal" link="TotemVideoList.html#TotemVideoList-starting-video"/>
254
255
    <keyword type="constant" name="TOTEM_REMOTE_COMMAND_TOGGLE_ASPECT" link="TotemObject.html#TOTEM-REMOTE-COMMAND-TOGGLE-ASPECT:CAPS"/>
255
256
    <keyword type="constant" name="TOTEM_REMOTE_SETTING_SHUFFLE" link="TotemObject.html#TOTEM-REMOTE-SETTING-SHUFFLE:CAPS"/>
256
257
    <keyword type="constant" name="TOTEM_REMOTE_SETTING_REPEAT" link="TotemObject.html#TOTEM-REMOTE-SETTING-REPEAT:CAPS"/>
257
 
    <keyword type="constant" name="TOTEM_PLUGIN_ERROR_ACTIVATION" link="TotemPlugin.html#TOTEM-PLUGIN-ERROR-ACTIVATION:CAPS"/>
258
258
    <keyword type="constant" name="BVW_RATIO_AUTO" link="BaconVideoWidget.html#BVW-RATIO-AUTO:CAPS"/>
259
259
    <keyword type="constant" name="BVW_RATIO_SQUARE" link="BaconVideoWidget.html#BVW-RATIO-SQUARE:CAPS"/>
260
260
    <keyword type="constant" name="BVW_RATIO_FOURBYTHREE" link="BaconVideoWidget.html#BVW-RATIO-FOURBYTHREE:CAPS"/>
266
266
    <keyword type="constant" name="BVW_AUDIO_SOUND_5CHANNEL" link="BaconVideoWidget.html#BVW-AUDIO-SOUND-5CHANNEL:CAPS"/>
267
267
    <keyword type="constant" name="BVW_AUDIO_SOUND_51CHANNEL" link="BaconVideoWidget.html#BVW-AUDIO-SOUND-51CHANNEL:CAPS"/>
268
268
    <keyword type="constant" name="BVW_AUDIO_SOUND_AC3PASSTHRU" link="BaconVideoWidget.html#BVW-AUDIO-SOUND-AC3PASSTHRU:CAPS"/>
 
269
    <keyword type="constant" name="BVW_SPEED_14_4_MODEM" link="BaconVideoWidget.html#BVW-SPEED-14-4-MODEM:CAPS"/>
 
270
    <keyword type="constant" name="BVW_SPEED_19_2_MODEM" link="BaconVideoWidget.html#BVW-SPEED-19-2-MODEM:CAPS"/>
 
271
    <keyword type="constant" name="BVW_SPEED_28_8_MODEM" link="BaconVideoWidget.html#BVW-SPEED-28-8-MODEM:CAPS"/>
 
272
    <keyword type="constant" name="BVW_SPEED_33_6_MODEM" link="BaconVideoWidget.html#BVW-SPEED-33-6-MODEM:CAPS"/>
 
273
    <keyword type="constant" name="BVW_SPEED_34_4_MODEM" link="BaconVideoWidget.html#BVW-SPEED-34-4-MODEM:CAPS"/>
 
274
    <keyword type="constant" name="BVW_SPEED_56_ISDN" link="BaconVideoWidget.html#BVW-SPEED-56-ISDN:CAPS"/>
 
275
    <keyword type="constant" name="BVW_SPEED_112_ISDN" link="BaconVideoWidget.html#BVW-SPEED-112-ISDN:CAPS"/>
 
276
    <keyword type="constant" name="BVW_SPEED_256_DSL" link="BaconVideoWidget.html#BVW-SPEED-256-DSL:CAPS"/>
 
277
    <keyword type="constant" name="BVW_SPEED_384_DSL" link="BaconVideoWidget.html#BVW-SPEED-384-DSL:CAPS"/>
 
278
    <keyword type="constant" name="BVW_SPEED_512_DSL" link="BaconVideoWidget.html#BVW-SPEED-512-DSL:CAPS"/>
 
279
    <keyword type="constant" name="BVW_SPEED_1500_T1" link="BaconVideoWidget.html#BVW-SPEED-1500-T1:CAPS"/>
 
280
    <keyword type="constant" name="BVW_SPEED_LAN" link="BaconVideoWidget.html#BVW-SPEED-LAN:CAPS"/>
269
281
    <keyword type="constant" name="BVW_DVD_ROOT_MENU" link="BaconVideoWidget.html#BVW-DVD-ROOT-MENU:CAPS"/>
270
282
    <keyword type="constant" name="BVW_DVD_TITLE_MENU" link="BaconVideoWidget.html#BVW-DVD-TITLE-MENU:CAPS"/>
271
283
    <keyword type="constant" name="BVW_DVD_SUBPICTURE_MENU" link="BaconVideoWidget.html#BVW-DVD-SUBPICTURE-MENU:CAPS"/>
276
288
    <keyword type="constant" name="BVW_DVD_PREV_CHAPTER" link="BaconVideoWidget.html#BVW-DVD-PREV-CHAPTER:CAPS"/>
277
289
    <keyword type="constant" name="BVW_DVD_NEXT_TITLE" link="BaconVideoWidget.html#BVW-DVD-NEXT-TITLE:CAPS"/>
278
290
    <keyword type="constant" name="BVW_DVD_PREV_TITLE" link="BaconVideoWidget.html#BVW-DVD-PREV-TITLE:CAPS"/>
279
 
    <keyword type="constant" name="BVW_DVD_NEXT_ANGLE" link="BaconVideoWidget.html#BVW-DVD-NEXT-ANGLE:CAPS"/>
280
 
    <keyword type="constant" name="BVW_DVD_PREV_ANGLE" link="BaconVideoWidget.html#BVW-DVD-PREV-ANGLE:CAPS"/>
281
291
    <keyword type="constant" name="BVW_DVD_ROOT_MENU_UP" link="BaconVideoWidget.html#BVW-DVD-ROOT-MENU-UP:CAPS"/>
282
292
    <keyword type="constant" name="BVW_DVD_ROOT_MENU_DOWN" link="BaconVideoWidget.html#BVW-DVD-ROOT-MENU-DOWN:CAPS"/>
283
293
    <keyword type="constant" name="BVW_DVD_ROOT_MENU_LEFT" link="BaconVideoWidget.html#BVW-DVD-ROOT-MENU-LEFT:CAPS"/>
291
301
    <keyword type="constant" name="BVW_INFO_DURATION" link="BaconVideoWidget.html#BVW-INFO-DURATION:CAPS"/>
292
302
    <keyword type="constant" name="BVW_INFO_TRACK_NUMBER" link="BaconVideoWidget.html#BVW-INFO-TRACK-NUMBER:CAPS"/>
293
303
    <keyword type="constant" name="BVW_INFO_COVER" link="BaconVideoWidget.html#BVW-INFO-COVER:CAPS"/>
 
304
    <keyword type="constant" name="BVW_INFO_CONTAINER" link="BaconVideoWidget.html#BVW-INFO-CONTAINER:CAPS"/>
294
305
    <keyword type="constant" name="BVW_INFO_HAS_VIDEO" link="BaconVideoWidget.html#BVW-INFO-HAS-VIDEO:CAPS"/>
295
306
    <keyword type="constant" name="BVW_INFO_DIMENSION_X" link="BaconVideoWidget.html#BVW-INFO-DIMENSION-X:CAPS"/>
296
307
    <keyword type="constant" name="BVW_INFO_DIMENSION_Y" link="BaconVideoWidget.html#BVW-INFO-DIMENSION-Y:CAPS"/>
302
313
    <keyword type="constant" name="BVW_INFO_AUDIO_CODEC" link="BaconVideoWidget.html#BVW-INFO-AUDIO-CODEC:CAPS"/>
303
314
    <keyword type="constant" name="BVW_INFO_AUDIO_SAMPLE_RATE" link="BaconVideoWidget.html#BVW-INFO-AUDIO-SAMPLE-RATE:CAPS"/>
304
315
    <keyword type="constant" name="BVW_INFO_AUDIO_CHANNELS" link="BaconVideoWidget.html#BVW-INFO-AUDIO-CHANNELS:CAPS"/>
305
 
    <keyword type="constant" name="VISUAL_SMALL" link="BaconVideoWidget.html#VISUAL-SMALL:CAPS"/>
306
 
    <keyword type="constant" name="VISUAL_NORMAL" link="BaconVideoWidget.html#VISUAL-NORMAL:CAPS"/>
307
 
    <keyword type="constant" name="VISUAL_LARGE" link="BaconVideoWidget.html#VISUAL-LARGE:CAPS"/>
308
 
    <keyword type="constant" name="VISUAL_EXTRA_LARGE" link="BaconVideoWidget.html#VISUAL-EXTRA-LARGE:CAPS"/>
309
 
    <keyword type="constant" name="NUM_VISUAL_QUALITIES" link="BaconVideoWidget.html#NUM-VISUAL-QUALITIES:CAPS"/>
 
316
    <keyword type="constant" name="BVW_VISUALIZATION_SMALL" link="BaconVideoWidget.html#BVW-VISUALIZATION-SMALL:CAPS"/>
 
317
    <keyword type="constant" name="BVW_VISUALIZATION_NORMAL" link="BaconVideoWidget.html#BVW-VISUALIZATION-NORMAL:CAPS"/>
 
318
    <keyword type="constant" name="BVW_VISUALIZATION_LARGE" link="BaconVideoWidget.html#BVW-VISUALIZATION-LARGE:CAPS"/>
 
319
    <keyword type="constant" name="BVW_VISUALIZATION_EXTRA_LARGE" link="BaconVideoWidget.html#BVW-VISUALIZATION-EXTRA-LARGE:CAPS"/>
310
320
    <keyword type="constant" name="BVW_VIDEO_BRIGHTNESS" link="BaconVideoWidget.html#BVW-VIDEO-BRIGHTNESS:CAPS"/>
311
321
    <keyword type="constant" name="BVW_VIDEO_CONTRAST" link="BaconVideoWidget.html#BVW-VIDEO-CONTRAST:CAPS"/>
312
322
    <keyword type="constant" name="BVW_VIDEO_SATURATION" link="BaconVideoWidget.html#BVW-VIDEO-SATURATION:CAPS"/>
334
344
    <keyword type="constant" name="BVW_ERROR_READ_ERROR" link="BaconVideoWidget.html#BVW-ERROR-READ-ERROR:CAPS"/>
335
345
    <keyword type="constant" name="BVW_ERROR_PLUGIN_LOAD" link="BaconVideoWidget.html#BVW-ERROR-PLUGIN-LOAD:CAPS"/>
336
346
    <keyword type="constant" name="BVW_ERROR_EMPTY_FILE" link="BaconVideoWidget.html#BVW-ERROR-EMPTY-FILE:CAPS"/>
337
 
    <keyword type="constant" name="BVW_USE_TYPE_VIDEO" link="BaconVideoWidget.html#BVW-USE-TYPE-VIDEO:CAPS"/>
338
 
    <keyword type="constant" name="BVW_USE_TYPE_AUDIO" link="BaconVideoWidget.html#BVW-USE-TYPE-AUDIO:CAPS"/>
339
 
    <keyword type="constant" name="BVW_USE_TYPE_CAPTURE" link="BaconVideoWidget.html#BVW-USE-TYPE-CAPTURE:CAPS"/>
340
 
    <keyword type="constant" name="BVW_USE_TYPE_METADATA" link="BaconVideoWidget.html#BVW-USE-TYPE-METADATA:CAPS"/>
341
347
  </functions>
342
348
</book>