[totem] gtk-doc warning fixes



commit a4d0c265350ad3125a70b097bae5513c6f0e2352
Author: Philip Withnall <philip tecnocode co uk>
Date:   Thu Feb 18 13:37:18 2010 +0000

    gtk-doc warning fixes
    
    Fix some gtk-doc warnings (missing functions, unused functions) and fix the
    IDs in the documentation XML.

 docs/reference/totem-sections.txt         |    8 +++++++-
 src/backend/bacon-video-widget-gst-0.10.c |    2 +-
 src/totem-private.h                       |    2 +-
 src/totem.h                               |    4 ++--
 4 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/docs/reference/totem-sections.txt b/docs/reference/totem-sections.txt
index 617db66..4637a9e 100644
--- a/docs/reference/totem-sections.txt
+++ b/docs/reference/totem-sections.txt
@@ -30,6 +30,7 @@ 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
@@ -54,6 +55,8 @@ 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>
@@ -71,6 +74,10 @@ 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
@@ -121,7 +128,6 @@ TOTEM_PLUGIN_CLASS
 TOTEM_IS_PLUGIN_CLASS
 TOTEM_PLUGIN_CONST
 TOTEM_PLUGIN_ERROR
-register_totem_plugin
 totem_plugin_error_get_type
 totem_plugin_error_quark
 TOTEM_TYPE_PLUGIN_ERROR
diff --git a/src/backend/bacon-video-widget-gst-0.10.c b/src/backend/bacon-video-widget-gst-0.10.c
index 8f81179..dda38b4 100644
--- a/src/backend/bacon-video-widget-gst-0.10.c
+++ b/src/backend/bacon-video-widget-gst-0.10.c
@@ -3827,7 +3827,7 @@ bacon_video_widget_can_direct_seek (BaconVideoWidget *bvw)
 /**
  * bacon_video_widget_seek_time:
  * @bvw: a #BaconVideoWidget
- * @time: the time to which to seek, in milliseconds
+ * @_time: the time to which to seek, in milliseconds
  * @error: a #GError, or %NULL
  *
  * Seeks the currently-playing stream to the absolute position @time, in milliseconds.
diff --git a/src/totem-private.h b/src/totem-private.h
index 9b849a8..9d5b89c 100644
--- a/src/totem-private.h
+++ b/src/totem-private.h
@@ -69,7 +69,7 @@ typedef enum {
 	STATE_STOPPED
 } TotemStates;
 
-struct TotemObject {
+struct _TotemObject {
 	GObject parent;
 
 	/* Control window */
diff --git a/src/totem.h b/src/totem.h
index d7ce5c9..3548588 100644
--- a/src/totem.h
+++ b/src/totem.h
@@ -152,8 +152,8 @@ GQuark totem_disc_media_type_quark	(void);
  *
  * All the fields in the #TotemObject structure are private and should never be accessed directly.
  **/
-typedef struct TotemObject Totem;
-typedef struct TotemObject TotemObject;
+typedef struct _TotemObject Totem;
+typedef struct _TotemObject TotemObject;
 
 /**
  * TotemObjectClass:



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