diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2013-08-04 15:07:50 +0200 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2013-08-04 15:07:50 +0200 |
commit | 4fee5dcc803bcb6ed3bef168924003fe75cc358b (patch) | |
tree | d9259df16c9a1d8932dae034033fedd8599e67f8 /docs | |
parent | b32bee964f239c9a2d046a17c466797ec8132a73 (diff) | |
download | totem-4fee5dcc803bcb6ed3bef168924003fe75cc358b.tar.gz |
core: Consistently prefix plugin-visible API with “totem_object_”
Helps: https://bugzilla.gnome.org/show_bug.cgi?id=626399
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/totem-sections.txt | 78 |
1 files changed, 39 insertions, 39 deletions
diff --git a/docs/reference/totem-sections.txt b/docs/reference/totem-sections.txt index 91644a3ef..44813c6f3 100644 --- a/docs/reference/totem-sections.txt +++ b/docs/reference/totem-sections.txt @@ -8,30 +8,30 @@ TotemRemoteSetting TOTEM_GSETTINGS_SCHEMA totem_object_plugins_init totem_object_plugins_shutdown -totem_object_action_error -totem_object_action_exit +totem_object_show_error +totem_object_exit totem_object_add_to_playlist_and_play -totem_object_action_play -totem_object_action_play_pause -totem_action_pause -totem_object_action_stop -totem_action_fullscreen -totem_object_action_fullscreen_toggle -totem_object_action_next -totem_object_action_previous -totem_action_next_angle -totem_object_action_remote_get_setting -totem_object_action_remote_set_setting -totem_object_action_seek_time -totem_action_seek_relative -totem_object_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_set_playlist_index -totem_object_action_remote +totem_object_play +totem_object_play_pause +totem_pause +totem_object_stop +totem_object_set_fullscreen +totem_object_fullscreen_toggle +totem_object_seek_next +totem_object_seek_previous +totem_next_angle +totem_object_remote_get_setting +totem_object_remote_set_setting +totem_object_seek_time +totem_object_seek_relative +totem_object_set_volume +totem_object_set_volume_relative +totem_object_set_volume_toggle_mute +totem_object_toggle_aspect_ratio +totem_object_get_aspect_ratio +totem_object_set_aspect_ratio +totem_object_set_playlist_index +totem_object_remote_command totem_is_fullscreen totem_object_is_playing totem_object_is_paused @@ -69,22 +69,22 @@ totem_remote_setting_get_type totem_remote_setting_quark <SUBSECTION Private> TotemObjectClass -totem_action_set_mrl -totem_action_set_mrl_and_play -totem_action_set_mrl_with_warning -totem_action_error -totem_action_exit -totem_action_fullscreen_toggle -totem_action_next -totem_action_play -totem_action_play_pause -totem_action_previous -totem_action_remote -totem_action_remote_get_setting -totem_action_remote_set_setting -totem_action_seek_time -totem_action_stop -totem_action_volume +totem_object_set_mrl +totem_object_set_mrl_and_play +totem_object_set_mrl_with_warning +totem_show_error +totem_exit +totem_object_fullscreen_toggle +totem_next +totem_play +totem_play_pause +totem_previous +totem_remote_command +totem_remote_get_setting +totem_remote_set_setting +totem_seek_time +totem_stop +totem_set_volume totem_add_sidebar_page totem_add_to_playlist_and_play totem_get_current_mrl |