summaryrefslogtreecommitdiff
path: root/docs/reference/totem-sections.txt
blob: 4637a9e8ebe50d1e03310d432d6645e6fefea84d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
<SECTION>
<FILE>totem-object</FILE>
<TITLE>TotemObject</TITLE>
Totem
TotemObject
TotemObjectClass
TotemRemoteCommand
TotemRemoteSetting
TOTEM_GCONF_PREFIX
totem_object_plugins_init
totem_object_plugins_shutdown
totem_file_opened
totem_file_closed
totem_metadata_updated
totem_action_error
totem_action_exit
totem_add_to_playlist_and_play
totem_action_play
totem_action_play_media
totem_action_play_media_device
totem_action_play_pause
totem_action_pause
totem_action_stop
totem_action_fullscreen
totem_action_fullscreen_toggle
totem_action_next
totem_action_previous
totem_action_next_angle
totem_action_remote_get_setting
totem_action_remote_set_setting
totem_action_seek_time
totem_action_seek_relative
totem_action_volume
totem_action_volume_relative
totem_action_volume_toggle_mute
totem_action_toggle_aspect_ratio
totem_action_get_aspect_ratio
totem_action_set_aspect_ratio
totem_action_toggle_controls
totem_action_set_scale_ratio
totem_action_set_playlist_index
totem_action_remote
totem_is_fullscreen
totem_is_playing
totem_is_paused
totem_is_seekable
totem_get_main_window
totem_get_ui_manager
totem_get_video_widget
totem_get_video_widget_backend_name
totem_get_current_mrl
totem_get_current_time
totem_set_current_subtitle
totem_get_playlist_length
totem_get_playlist_pos
totem_get_title_at_playlist_pos
totem_get_short_title
totem_get_volume
totem_get_version
totem_add_sidebar_page
totem_remove_sidebar_page
<SUBSECTION Standard>
TOTEM_OBJECT
TOTEM_IS_OBJECT
TOTEM_TYPE_OBJECT
totem_object_get_type
TOTEM_OBJECT_CLASS
TOTEM_IS_OBJECT_CLASS
TOTEM_DISC_MEDIA_TYPE
totem_disc_media_type_get_type
totem_disc_media_type_quark
TOTEM_REMOTE_COMMAND
TOTEM_TYPE_DISC_MEDIA_TYPE
TOTEM_TYPE_REMOTE_COMMAND
totem_remote_command_get_type
totem_remote_command_quark
TOTEM_REMOTE_SETTING
TOTEM_TYPE_REMOTE_SETTING
totem_remote_setting_get_type
totem_remote_setting_quark
<SUBSECTION Private>
totem_action_set_mrl
totem_action_set_mrl_and_play
totem_action_set_mrl_with_warning
</SECTION>

<SECTION>
<FILE>totem-interface</FILE>
<TITLE>Interface</TITLE>
totem_interface_error
totem_interface_error_blocking
totem_interface_error_with_link
<SUBSECTION Private>
totem_interface_get_full_path
totem_interface_get_license
totem_interface_load
totem_interface_load_pixbuf
totem_interface_load_with_full_path
totem_interface_set_transient_for
</SECTION>

<SECTION>
<FILE>totem-plugin</FILE>
<TITLE>TotemPlugin</TITLE>
TotemPlugin
TotemPluginClass
TotemPluginError
TotemPluginActivationFunc
TotemPluginDeactivationFunc
TotemPluginWidgetFunc
TOTEM_PLUGIN_DEFINE_TYPE
TOTEM_PLUGIN_REGISTER
TOTEM_PLUGIN_REGISTER_EXTENDED
TOTEM_PLUGIN_REGISTER_TYPE
totem_plugin_activate
totem_plugin_deactivate
totem_plugin_create_configure_dialog
totem_plugin_is_configurable
totem_plugin_load_interface
totem_plugin_find_file
<SUBSECTION Standard>
TOTEM_PLUGIN
TOTEM_IS_PLUGIN
TOTEM_TYPE_PLUGIN
totem_plugin_get_type
TOTEM_PLUGIN_GET_CLASS
TOTEM_PLUGIN_CLASS
TOTEM_IS_PLUGIN_CLASS
TOTEM_PLUGIN_CONST
TOTEM_PLUGIN_ERROR
totem_plugin_error_get_type
totem_plugin_error_quark
TOTEM_TYPE_PLUGIN_ERROR
<SUBSECTION Private>
TotemPluginPrivate
totem_get_plugin_paths
TotemPluginBooleanFunc
</SECTION>

<SECTION>
<FILE>totem-video-list</FILE>
<TITLE>TotemVideoList</TITLE>
TotemVideoList
TotemVideoListClass
totem_video_list_new
totem_video_list_get_ui_manager
<SUBSECTION Standard>
TOTEM_VIDEO_LIST
TOTEM_IS_VIDEO_LIST
TOTEM_TYPE_VIDEO_LIST
totem_video_list_get_type
TOTEM_VIDEO_LIST_GET_CLASS
TOTEM_VIDEO_LIST_CLASS
TOTEM_IS_VIDEO_LIST_CLASS
<SUBSECTION Private>
TotemVideoListPrivate
</SECTION>

<SECTION>
<FILE>totem-cell-renderer-video</FILE>
<TITLE>TotemCellRendererVideo</TITLE>
TotemCellRendererVideo
TotemCellRendererVideoClass
totem_cell_renderer_video_new
<SUBSECTION Standard>
TOTEM_CELL_RENDERER_VIDEO
TOTEM_IS_CELL_RENDERER_VIDEO
TOTEM_TYPE_CELL_RENDERER_VIDEO
totem_cell_renderer_video_get_type
TOTEM_CELL_RENDERER_VIDEO_GET_CLASS
TOTEM_CELL_RENDERER_VIDEO_CLASS
TOTEM_IS_CELL_RENDERER_VIDEO_CLASS
<SUBSECTION Private>
TotemCellRendererVideoPrivate
</SECTION>

<SECTION>
<FILE>bacon-video-widget</FILE>
<TITLE>BaconVideoWidget</TITLE>
BaconVideoWidget
BaconVideoWidgetClass
BvwAspectRatio
BvwAudioOutType
BvwDVDEvent
BvwMetadataType
BvwVisualsQuality
BvwVideoProperty
BvwError
BvwUseType
bacon_video_widget_new
bacon_video_widget_init_backend
bacon_video_widget_open
bacon_video_widget_play
bacon_video_widget_pause
bacon_video_widget_seek
bacon_video_widget_seek_time
bacon_video_widget_stop
bacon_video_widget_close
bacon_video_widget_can_deinterlace
bacon_video_widget_can_direct_seek
bacon_video_widget_can_get_frames
bacon_video_widget_can_set_volume
bacon_video_widget_dvd_event
bacon_video_widget_has_menus
bacon_video_widget_get_aspect_ratio
bacon_video_widget_set_aspect_ratio
bacon_video_widget_get_audio_out_type
bacon_video_widget_set_audio_out_type
bacon_video_widget_get_auto_resize
bacon_video_widget_set_auto_resize
bacon_video_widget_get_backend_name
bacon_video_widget_get_connection_speed
bacon_video_widget_set_connection_speed
bacon_video_widget_get_current_frame
bacon_video_widget_get_current_time
bacon_video_widget_get_deinterlacing
bacon_video_widget_set_deinterlacing
bacon_video_widget_set_fullscreen
bacon_video_widget_get_languages
bacon_video_widget_get_language
bacon_video_widget_set_language
bacon_video_widget_set_logo
bacon_video_widget_get_logo_mode
bacon_video_widget_set_logo_mode
bacon_video_widget_get_metadata
bacon_video_widget_get_mrls
bacon_video_widget_get_option_group
bacon_video_widget_get_position
bacon_video_widget_set_referrer
bacon_video_widget_set_scale_ratio
bacon_video_widget_get_show_cursor
bacon_video_widget_set_show_cursor
bacon_video_widget_set_show_visuals
bacon_video_widget_get_stream_length
bacon_video_widget_get_subtitles
bacon_video_widget_get_subtitle
bacon_video_widget_set_subtitle
bacon_video_widget_set_subtitle_encoding
bacon_video_widget_set_subtitle_font
bacon_video_widget_set_user_agent
bacon_video_widget_get_video_property
bacon_video_widget_set_video_property
bacon_video_widget_get_visuals_list
bacon_video_widget_set_visuals
bacon_video_widget_set_visuals_quality
bacon_video_widget_get_volume
bacon_video_widget_set_volume
bacon_video_widget_get_zoom
bacon_video_widget_set_zoom
bacon_video_widget_has_next_track
bacon_video_widget_has_previous_track
bacon_video_widget_is_playing
bacon_video_widget_is_seekable
bacon_video_widget_step
<SUBSECTION Standard>
bacon_video_widget_error_quark
bacon_video_widget_get_type
BVW_ERROR
BACON_TYPE_VIDEO_WIDGET
BACON_VIDEO_WIDGET
BACON_VIDEO_WIDGET_CLASS
BACON_IS_VIDEO_WIDGET
BACON_IS_VIDEO_WIDGET_CLASS
<SUBSECTION Private>
BaconVideoWidgetPrivate
BaconVideoWidgetCommon
</SECTION>