summaryrefslogtreecommitdiff
path: root/src/totem-playlist.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2006-09-11 21:29:49 +0000
committerBastien Nocera <hadess@src.gnome.org>2006-09-11 21:29:49 +0000
commit2ce5b9cb5311b17589662bbed07f7ac86347c65f (patch)
treef944f5a7492d0615450a40f0835801e903d7bb0f /src/totem-playlist.h
parenteeb00dd2d2edcea4a389820240b7310755633a4d (diff)
downloadtotem-2ce5b9cb5311b17589662bbed07f7ac86347c65f.tar.gz
- remove useless debug - force setting the playlist title when we're
2006-09-11 Bastien Nocera <hadess@hadess.net> * src/backend/bacon-video-widget-gst-0.10.c: (bacon_video_widget_has_next_track), (bacon_video_widget_has_previous_track): * src/backend/bacon-video-widget-xine.c: (bacon_video_widget_has_next_track), (bacon_video_widget_has_previous_track): * src/backend/bacon-video-widget.h: * src/totem-playlist.c: (totem_playlist_set_title): * src/totem-playlist.h: * src/totem.c: (totem_action_save_size), (on_title_change_event), (on_got_metadata_event), (update_buttons), (totem_setup_window): - remove useless debug - force setting the playlist title when we're playing a DVD - set Next/Previous properly when playing back DVDs
Diffstat (limited to 'src/totem-playlist.h')
-rw-r--r--src/totem-playlist.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/totem-playlist.h b/src/totem-playlist.h
index 301a3e493..2544cdde3 100644
--- a/src/totem-playlist.h
+++ b/src/totem-playlist.h
@@ -92,7 +92,8 @@ gboolean totem_playlist_get_current_metadata (TotemPlaylist *playlist,
char **title,
char **album);
gboolean totem_playlist_set_title (TotemPlaylist *playlist,
- const char *title);
+ const char *title,
+ gboolean force);
#define totem_playlist_has_direction(playlist, direction) (direction == TOTEM_PLAYLIST_DIRECTION_NEXT ? totem_playlist_has_next_mrl (playlist) : totem_playlist_has_previous_mrl (playlist))
gboolean totem_playlist_has_previous_mrl (TotemPlaylist *playlist);