[totem] Fix the documentation build



commit 8e1a0053c8b835176193da415524a9702a0ba686
Author: Philip Withnall <philip tecnocode co uk>
Date:   Tue Jul 13 21:17:36 2010 +0100

    Fix the documentation build

 docs/reference/totem-sections.txt |   29 +++++++++++++++++++++++++++++
 src/totem-object.c                |    4 ++--
 2 files changed, 31 insertions(+), 2 deletions(-)
---
diff --git a/docs/reference/totem-sections.txt b/docs/reference/totem-sections.txt
index 0120943..98ac6a2 100644
--- a/docs/reference/totem-sections.txt
+++ b/docs/reference/totem-sections.txt
@@ -78,6 +78,34 @@ totem_remote_setting_quark
 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_add_sidebar_page
+totem_add_to_playlist_and_play
+totem_get_current_mrl
+totem_get_main_window
+totem_get_playlist_length
+totem_get_playlist_pos
+totem_get_title_at_playlist_pos
+totem_get_ui_manager
+totem_get_version
+totem_get_volume
+totem_is_paused
+totem_is_playing
+totem_is_seekable
+totem_remove_sidebar_page
+totem_set_current_subtitle
 </SECTION>
 
 <SECTION>
@@ -99,6 +127,7 @@ totem_interface_set_transient_for
 <FILE>totem-plugin</FILE>
 <TITLE>TotemPlugin</TITLE>
 TOTEM_PLUGIN_REGISTER
+TOTEM_PLUGIN_REGISTER_CONFIGURABLE
 totem_plugin_find_file
 totem_plugin_load_interface
 totem_get_plugin_paths
diff --git a/src/totem-object.c b/src/totem-object.c
index 88176fa..5bfbaf2 100644
--- a/src/totem-object.c
+++ b/src/totem-object.c
@@ -638,7 +638,7 @@ totem_object_add_sidebar_page (TotemObject *totem,
 }
 
 /**
- * totem_remove_sidebar_page:
+ * totem_object_remove_sidebar_page:
  * @totem: a #TotemObject
  * @page_id: a string used to identify the page
  *
@@ -647,7 +647,7 @@ totem_object_add_sidebar_page (TotemObject *totem,
  * nothing.
  **/
 void
-totem_remove_sidebar_page (TotemObject *totem,
+totem_object_remove_sidebar_page (TotemObject *totem,
 			   const char *page_id)
 {
 	ev_sidebar_remove_page (EV_SIDEBAR (totem->sidebar),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]