summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2010-06-27 16:57:55 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2010-06-27 17:56:08 +0100
commita6ad2e75b4023b717bda0ecadd62444106698d18 (patch)
tree4cd8d16728ea1c26402d61cbb37d24d0f2fc10b0 /docs/reference
parenta23e06d4ea6eef6e00c7b633db37120cd022ff64 (diff)
downloadtotem-a6ad2e75b4023b717bda0ecadd62444106698d18.tar.gz
Move methods from Totem to TotemObject for use in plugins
g-ir-scanner will assign methods named "totem_foo" to the Totem record, so they all need to be renamed to "totem_object_foo" so that they're correctly assigned to the TotemObject class. This just changes the method declarations and definitions, and adds a #define for each method so that the old name continues to work in Totem code. This can be tidied up in a later commit, possibly at the same time as tidying up Totem's plugin-visible API.
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/totem-sections.txt56
1 files changed, 28 insertions, 28 deletions
diff --git a/docs/reference/totem-sections.txt b/docs/reference/totem-sections.txt
index d08587561..0120943db 100644
--- a/docs/reference/totem-sections.txt
+++ b/docs/reference/totem-sections.txt
@@ -12,25 +12,25 @@ 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_object_action_error
+totem_object_action_exit
+totem_object_add_to_playlist_and_play
+totem_object_action_play
totem_action_play_media
totem_action_play_media_device
-totem_action_play_pause
+totem_object_action_play_pause
totem_action_pause
-totem_action_stop
+totem_object_action_stop
totem_action_fullscreen
-totem_action_fullscreen_toggle
-totem_action_next
-totem_action_previous
+totem_object_action_fullscreen_toggle
+totem_object_action_next
+totem_object_action_previous
totem_action_next_angle
-totem_action_remote_get_setting
-totem_action_remote_set_setting
-totem_action_seek_time
+totem_object_action_remote_get_setting
+totem_object_action_remote_set_setting
+totem_object_action_seek_time
totem_action_seek_relative
-totem_action_volume
+totem_object_action_volume
totem_action_volume_relative
totem_action_volume_toggle_mute
totem_action_toggle_aspect_ratio
@@ -39,26 +39,26 @@ totem_action_set_aspect_ratio
totem_action_toggle_controls
totem_action_set_scale_ratio
totem_action_set_playlist_index
-totem_action_remote
+totem_object_action_remote
totem_is_fullscreen
-totem_is_playing
-totem_is_paused
-totem_is_seekable
-totem_get_main_window
-totem_get_ui_manager
+totem_object_is_playing
+totem_object_is_paused
+totem_object_is_seekable
+totem_object_get_main_window
+totem_object_get_ui_manager
totem_get_video_widget
totem_get_video_widget_backend_name
-totem_get_current_mrl
+totem_object_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_object_set_current_subtitle
+totem_object_get_playlist_length
+totem_object_get_playlist_pos
+totem_object_get_title_at_playlist_pos
totem_get_short_title
-totem_get_volume
-totem_get_version
-totem_add_sidebar_page
-totem_remove_sidebar_page
+totem_object_get_volume
+totem_object_get_version
+totem_object_add_sidebar_page
+totem_object_remove_sidebar_page
<SUBSECTION Standard>
TOTEM_OBJECT
TOTEM_IS_OBJECT