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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ephy-shell.h b/src/ephy-shell.h
index 5c6d54899..381277f53 100644
--- a/src/ephy-shell.h
+++ b/src/ephy-shell.h
@@ -53,11 +53,9 @@ typedef enum
EPHY_NEW_TAB_HOME_PAGE = 1 << 0,
EPHY_NEW_TAB_NEW_PAGE = 1 << 1,
EPHY_NEW_TAB_OPEN_PAGE = 1 << 2,
- EPHY_NEW_TAB_CLONE_PAGE = 1 << 3,
/* Page mode */
EPHY_NEW_TAB_FULLSCREEN_MODE = 1 << 4,
- EPHY_NEW_TAB_SOURCE_MODE = 1 << 5,
/* Tabs */
EPHY_NEW_TAB_APPEND_GROUPED = 1 << 6,
@@ -104,6 +102,9 @@ void ephy_shell_show_bookmarks_editor (EphyShell *gs,
void ephy_shell_show_history_window (EphyShell *gs,
GtkWidget *parent);
+void ephy_shell_delete_on_exit (EphyShell *gs,
+ const char *path);
+
G_END_DECLS
#endif