From dad79f566e60f303a1d7b3078bf07e3491fd1fd0 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Sat, 14 Apr 2012 11:43:54 +0200 Subject: Move a few EphyShell methods to ephy-private.h These are clearly not meant to be used outside of Epiphany. --- src/ephy-shell.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/ephy-shell.h') diff --git a/src/ephy-shell.h b/src/ephy-shell.h index 1780a2e4d..58cdb823a 100644 --- a/src/ephy-shell.h +++ b/src/ephy-shell.h @@ -140,19 +140,6 @@ GObject *ephy_shell_get_pdm_dialog (EphyShell *shell); GObject *ephy_shell_get_prefs_dialog (EphyShell *shell); -void ephy_shell_set_startup_context (EphyShell *shell, - EphyShellStartupContext *ctx); - -EphyShellStartupContext *ephy_shell_startup_context_new (EphyStartupFlags startup_flags, - char *bookmarks_filename, - char *session_filename, - char *bookmark_url, - char **arguments, - guint32 user_time); - -/* private API */ -void _ephy_shell_create_instance (EphyEmbedShellMode mode); - G_END_DECLS #endif -- cgit v1.2.3