diff options
Diffstat (limited to 'src/ephy-shell.h')
-rw-r--r-- | src/ephy-shell.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ephy-shell.h b/src/ephy-shell.h index 9bc1fe06d..84b86d340 100644 --- a/src/ephy-shell.h +++ b/src/ephy-shell.h @@ -112,6 +112,7 @@ EphyShell *ephy_shell_new (void); gboolean ephy_shell_startup (EphyShell *shell, EphyShellStartupFlags flags, + guint32 user_time, const char **args, const char *string_arg, GError **error); @@ -122,6 +123,13 @@ EphyTab *ephy_shell_new_tab (EphyShell *shell, const char *url, EphyNewTabFlags flags); +EphyTab *ephy_shell_new_tab_full (EphyShell *shell, + EphyWindow *parent_window, + EphyTab *previous_tab, + const char *url, + EphyNewTabFlags flags, + guint32 user_time); + GObject *ephy_shell_get_session (EphyShell *shell); EphyBookmarks *ephy_shell_get_bookmarks (EphyShell *shell); |