diff options
author | Christian Persch <chpe@src.gnome.org> | 2007-10-28 21:02:28 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-10-28 21:02:28 +0800 |
commit | fc27c98728df1fb7699668049cadef8a8ff842b0 (patch) | |
tree | 46c76eb2f2b49081c58bd5cdc85da74b4bcecd4a /src/ephy-shell.h | |
parent | ecf681be3b8cae7de89d361f3ffef909c8e15114 (diff) | |
download | gsoc2013-epiphany-fc27c98728df1fb7699668049cadef8a8ff842b0.tar gsoc2013-epiphany-fc27c98728df1fb7699668049cadef8a8ff842b0.tar.gz gsoc2013-epiphany-fc27c98728df1fb7699668049cadef8a8ff842b0.tar.bz2 gsoc2013-epiphany-fc27c98728df1fb7699668049cadef8a8ff842b0.tar.lz gsoc2013-epiphany-fc27c98728df1fb7699668049cadef8a8ff842b0.tar.xz gsoc2013-epiphany-fc27c98728df1fb7699668049cadef8a8ff842b0.tar.zst gsoc2013-epiphany-fc27c98728df1fb7699668049cadef8a8ff842b0.zip |
Remove EphyTab use.
svn path=/trunk/; revision=7580
Diffstat (limited to 'src/ephy-shell.h')
-rw-r--r-- | src/ephy-shell.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ephy-shell.h b/src/ephy-shell.h index 8ef5c6a95..e29122506 100644 --- a/src/ephy-shell.h +++ b/src/ephy-shell.h @@ -25,7 +25,7 @@ #include "ephy-embed-shell.h" #include "ephy-bookmarks.h" #include "ephy-window.h" -#include "ephy-tab.h" +#include "ephy-embed.h" #include <glib-object.h> #include <glib.h> @@ -87,15 +87,15 @@ GType ephy_shell_get_type (void); EphyShell *ephy_shell_get_default (void); -EphyTab *ephy_shell_new_tab (EphyShell *shell, +EphyEmbed *ephy_shell_new_tab (EphyShell *shell, EphyWindow *parent_window, - EphyTab *previous_tab, + EphyEmbed *previous_embed, const char *url, EphyNewTabFlags flags); -EphyTab *ephy_shell_new_tab_full (EphyShell *shell, +EphyEmbed *ephy_shell_new_tab_full (EphyShell *shell, EphyWindow *parent_window, - EphyTab *previous_tab, + EphyEmbed *previous_embed, const char *url, EphyNewTabFlags flags, EphyEmbedChrome chrome, |