From 1a30aad2cd97319b1b66b14d7c9c2f3b20b05d80 Mon Sep 17 00:00:00 2001 From: Adam Hooper Date: Tue, 9 Dec 2003 22:23:07 +0000 Subject: Move events code inside EphyBrowser.cpp and add an event for blocked 2003-12-09 Adam Hooper * embed/ephy-embed.c: (ephy_embed_base_init): * embed/ephy-embed.h: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/Makefile.am: Move events code inside EphyBrowser.cpp and add an event for blocked popup. * embed/ephy-permission-manager.c: Some more docs * src/Makefile.am: * src/ephy-window.c: (ephy_window_get_statusbar): * src/ephy-window.h: Add a way to access the statusbar for plugins --- embed/ephy-embed.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'embed/ephy-embed.c') diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c index f6acc50e6..9bf7ef1d2 100644 --- a/embed/ephy-embed.c +++ b/embed/ephy-embed.c @@ -125,6 +125,14 @@ ephy_embed_base_init (gpointer g_class) G_TYPE_BOOLEAN, 1, G_TYPE_POINTER); + g_signal_new ("ge_popup_blocked", + EPHY_TYPE_EMBED, + G_SIGNAL_RUN_FIRST, + G_STRUCT_OFFSET (EphyEmbedClass, popup_blocked), + NULL, NULL, + g_cclosure_marshal_VOID__VOID, + G_TYPE_NONE, + 0); g_signal_new ("ge_security_change", EPHY_TYPE_EMBED, G_SIGNAL_RUN_LAST, -- cgit v1.2.3