diff options
author | Xan Lopez <xan@igalia.com> | 2012-04-14 17:43:54 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-04-14 17:43:54 +0800 |
commit | dad79f566e60f303a1d7b3078bf07e3491fd1fd0 (patch) | |
tree | c960cf2647596b91bff4b21773edea9b7b83c1b0 /src/ephy-shell.h | |
parent | f91c081bb406b111b5674a9b91d2532b69fb1dd0 (diff) | |
download | gsoc2013-epiphany-dad79f566e60f303a1d7b3078bf07e3491fd1fd0.tar gsoc2013-epiphany-dad79f566e60f303a1d7b3078bf07e3491fd1fd0.tar.gz gsoc2013-epiphany-dad79f566e60f303a1d7b3078bf07e3491fd1fd0.tar.bz2 gsoc2013-epiphany-dad79f566e60f303a1d7b3078bf07e3491fd1fd0.tar.lz gsoc2013-epiphany-dad79f566e60f303a1d7b3078bf07e3491fd1fd0.tar.xz gsoc2013-epiphany-dad79f566e60f303a1d7b3078bf07e3491fd1fd0.tar.zst gsoc2013-epiphany-dad79f566e60f303a1d7b3078bf07e3491fd1fd0.zip |
Move a few EphyShell methods to ephy-private.h
These are clearly not meant to be used outside of Epiphany.
Diffstat (limited to 'src/ephy-shell.h')
-rw-r--r-- | src/ephy-shell.h | 13 |
1 files changed, 0 insertions, 13 deletions
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 |