summaryrefslogtreecommitdiff
path: root/src/totem-uri.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2005-01-12 00:02:49 +0000
committerBastien Nocera <hadess@src.gnome.org>2005-01-12 00:02:49 +0000
commit694572b7ef05da1c9af21aaa6c76329d7eb514bb (patch)
tree29a9f155d68b14aadd5faced57c3d101f9837f2e /src/totem-uri.h
parenta471fd7fcf30d042b976b76d70f48f16079af903 (diff)
downloadtotem-694572b7ef05da1c9af21aaa6c76329d7eb514bb.tar.gz
do the automatic subtitle opening in the front-end, rather than in the
2005-01-12 Bastien Nocera <hadess@hadess.net> * src/bacon-video-widget-gst.c: (bacon_video_widget_open_with_subtitle): * src/bacon-video-widget-xine.c: (bacon_video_widget_get_subtitled), (bacon_video_widget_open_with_subtitle): * src/bacon-video-widget.h: * src/totem-uri.c: (totem_uri_get_subtitle_uri): * src/totem-uri.h: * src/totem.c: (totem_action_set_mrl_with_warning): do the automatic subtitle opening in the front-end, rather than in the backends
Diffstat (limited to 'src/totem-uri.h')
-rw-r--r--src/totem-uri.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/totem-uri.h b/src/totem-uri.h
index 0ad120b84..0c54269e5 100644
--- a/src/totem-uri.h
+++ b/src/totem-uri.h
@@ -31,6 +31,7 @@ char* totem_create_full_path (const char *path);
gboolean totem_is_media (const char *uri);
gboolean totem_playing_dvd (const char *uri);
void totem_setup_file_monitoring (Totem *totem);
+char* totem_uri_get_subtitle_uri (const char *uri);
G_END_DECLS