summaryrefslogtreecommitdiff
path: root/src/totem-interface.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2005-03-13 23:41:10 +0000
committerBastien Nocera <hadess@src.gnome.org>2005-03-13 23:41:10 +0000
commit0bf04c94e3c3c7e85af6fab032c0986cc84d9f9a (patch)
treeaebc03b64fedb944c241b744e5d947ae59f0bfa3 /src/totem-interface.h
parenteeabb15ffe165939a7dcecdbb87311821f81da05 (diff)
downloadtotem-0bf04c94e3c3c7e85af6fab032c0986cc84d9f9a.tar.gz
Add a redirect signal, for MRL references, rather than handling it inside
2005-03-13 Bastien Nocera <hadess@hadess.net> * src/bacon-video-widget-gst.c: (bacon_video_widget_class_init): * src/bacon-video-widget-xine.c: (bacon_video_widget_class_init), (bacon_video_widget_idle_signal), (xine_event), (xine_error): * src/bacon-video-widget.h: Add a redirect signal, for MRL references, rather than handling it inside the backend * src/totem-interface.c: (totem_interface_load_with_root), (totem_interface_load): * src/totem-interface.h: add a totem_interface_load_with_root for the benefit of the Mozilla plugin * src/totem-mozilla-plugin.c: (totem_plugin_destroy_instance): * src/totem-mozilla-viewer.c: (totem_embedded_exit), (totem_embedded_error_and_exit), (totem_embedded_open), (on_got_redirect), (totem_embedded_add_children), (main): * src/totem.c: (on_got_redirect), (video_widget_create): Handle the newly added redirect signal, so that we can handle redirection to relative paths (although we haven't done it yet)
Diffstat (limited to 'src/totem-interface.h')
-rw-r--r--src/totem-interface.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/totem-interface.h b/src/totem-interface.h
index e50dbb16e..9e902c5ee 100644
--- a/src/totem-interface.h
+++ b/src/totem-interface.h
@@ -34,6 +34,11 @@ GladeXML *totem_interface_load (const char *name,
const char *display_name,
gboolean fatal,
GtkWindow *parent);
+GladeXML *totem_interface_load_with_root (const char *name,
+ const char *root_widget,
+ const char *display_name,
+ gboolean fatal,
+ GtkWindow *parent);
void totem_interface_error (const char *title,
const char *reason,
GtkWindow *parent);