diff options
author | Dave Camp <dave@ximian.com> | 2003-04-17 02:41:06 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-04-17 02:41:06 +0800 |
commit | e89d190c6c6ecaaa4e367835c5fddb549325b3f2 (patch) | |
tree | 98e2637b3c7e4625a952af59a1bbe4bc0167493f /embed/ephy-embed-shell.h | |
parent | 8b70f35b46a84e6ebaf11471e707b8fe2dcdb4c7 (diff) | |
download | gsoc2013-epiphany-e89d190c6c6ecaaa4e367835c5fddb549325b3f2.tar gsoc2013-epiphany-e89d190c6c6ecaaa4e367835c5fddb549325b3f2.tar.gz gsoc2013-epiphany-e89d190c6c6ecaaa4e367835c5fddb549325b3f2.tar.bz2 gsoc2013-epiphany-e89d190c6c6ecaaa4e367835c5fddb549325b3f2.tar.lz gsoc2013-epiphany-e89d190c6c6ecaaa4e367835c5fddb549325b3f2.tar.xz gsoc2013-epiphany-e89d190c6c6ecaaa4e367835c5fddb549325b3f2.tar.zst gsoc2013-epiphany-e89d190c6c6ecaaa4e367835c5fddb549325b3f2.zip |
Moved the new_window_orphan signal to EphyEmbedSingle.
2003-04-16 Dave Camp <dave@ximian.com>
* 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.
Diffstat (limited to 'embed/ephy-embed-shell.h')
-rw-r--r-- | embed/ephy-embed-shell.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/embed/ephy-embed-shell.h b/embed/ephy-embed-shell.h index a5027bdfc..95bc2a160 100644 --- a/embed/ephy-embed-shell.h +++ b/embed/ephy-embed-shell.h @@ -55,10 +55,6 @@ struct EphyEmbedShellClass { GObjectClass parent_class; - void (* new_window) (EphyEmbedShell *shell, - EphyEmbed **new_embed, - EmbedChromeMask chromemask); - void (* command) (EphyEmbedShell *shell, char *command, char *param); |