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. --- lib/ephy-marshal.list | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/ephy-marshal.list b/lib/ephy-marshal.list index 3c5ffae41..28007f3c7 100644 --- a/lib/ephy-marshal.list +++ b/lib/ephy-marshal.list @@ -1,5 +1,6 @@ INT:STRING BOOLEAN:OBJECT +BOOLEAN:STRING, STRING VOID:INT,INT VOID:POINTER,INT VOID:POINTER,POINTER -- cgit