From e89d190c6c6ecaaa4e367835c5fddb549325b3f2 Mon Sep 17 00:00:00 2001 From: Dave Camp Date: Wed, 16 Apr 2003 18:41:06 +0000 Subject: Moved the new_window_orphan signal to EphyEmbedSingle. 2003-04-16 Dave Camp * embed/ephy-embed-shell.c: (ephy_embed_shell_class_init): * embed/ephy-embed-single.c: (ephy_embed_single_class_init): * src/ephy-shell.c: (ephy_shell_init): Moved the new_window_orphan signal to EphyEmbedSingle. --- embed/ephy-embed-single.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'embed/ephy-embed-single.h') diff --git a/embed/ephy-embed-single.h b/embed/ephy-embed-single.h index d685ac475..174158db7 100644 --- a/embed/ephy-embed-single.h +++ b/embed/ephy-embed-single.h @@ -119,6 +119,11 @@ struct EphyEmbedSingleClass { GObjectClass parent_class; + /* Signals */ + void (* new_window) (EphyEmbedSingle *shell, + EphyEmbed **new_embed, + EmbedChromeMask chromemask); + /* Methods */ gresult (* clear_cache) (EphyEmbedSingle *shell, -- cgit v1.2.3