aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-shell.h')
-rw-r--r--src/ephy-shell.h10
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,