From e464015f47f6d575f5db02d851d7ea4b88278e34 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 20 Nov 2003 19:12:19 +0000 Subject: Implement an handle_content signal to allow to write plugins to support 2003-11-20 Marco Pesenti Gritti * embed/ephy-embed-single.c: (ephy_embed_single_class_init): * embed/ephy-embed-single.h: * embed/mozilla/ContentHandler.cpp: * embed/mozilla/EphyHeaderSniffer.cpp: * embed/mozilla/EphyHeaderSniffer.h: * lib/ephy-marshal.list: Implement an handle_content signal to allow to write plugins to support external download managers. --- embed/ephy-embed-single.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'embed/ephy-embed-single.h') diff --git a/embed/ephy-embed-single.h b/embed/ephy-embed-single.h index 0228032af..a30eb4194 100644 --- a/embed/ephy-embed-single.h +++ b/embed/ephy-embed-single.h @@ -90,6 +90,14 @@ struct EphyEmbedSingleClass { GObjectClass parent_class; + /* Signals */ + + gboolean (* handle_content) (EphyEmbedSingle *shell, + char *mime_type, + char *uri); + + /* Methods */ + void (* clear_cache) (EphyEmbedSingle *shell); void (* set_offline_mode) (EphyEmbedSingle *shell, gboolean offline); -- cgit v1.2.3