summaryrefslogtreecommitdiff
path: root/src/totem-menu.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2009-09-11 00:57:19 +0100
committerBastien Nocera <hadess@hadess.net>2009-09-11 00:57:19 +0100
commit28c4d82bc4375044597f90a4f43dc170573ba9b5 (patch)
tree53b8319da75c4d6fc04e91bdf7da254855bb8729 /src/totem-menu.h
parent93fa0f29dae15fb1fb8ff7e340e390bfb7038127 (diff)
downloadtotem-28c4d82bc4375044597f90a4f43dc170573ba9b5.tar.gz
Use playlist name to add to recent files for streams
When playing a YouTube video, we probably won't be able to get any file information, so remember the display name, and use that in the recent files.
Diffstat (limited to 'src/totem-menu.h')
-rw-r--r--src/totem-menu.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/totem-menu.h b/src/totem-menu.h
index 8d9a46e9a..ba93fa88d 100644
--- a/src/totem-menu.h
+++ b/src/totem-menu.h
@@ -35,7 +35,9 @@ void totem_sublang_exit (Totem *totem);
void totem_setup_play_disc (Totem *totem);
void totem_setup_recent (Totem *totem);
-void totem_action_add_recent (Totem *totem, const char *uri);
+void totem_action_add_recent (Totem *totem,
+ const char *uri,
+ const char *display_name);
G_END_DECLS