aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-shell.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-09-13 18:24:56 +0800
committerChristian Persch <chpe@src.gnome.org>2004-09-13 18:24:56 +0800
commit2606279995f614634062e0aeb9833c482db5d083 (patch)
tree625e6ae5d03052e753c3322397b41f4174ca3926 /src/ephy-shell.h
parent79ec35d68d698710604fd4e9682188ae28ba1ae0 (diff)
downloadgsoc2013-epiphany-2606279995f614634062e0aeb9833c482db5d083.tar
gsoc2013-epiphany-2606279995f614634062e0aeb9833c482db5d083.tar.gz
gsoc2013-epiphany-2606279995f614634062e0aeb9833c482db5d083.tar.bz2
gsoc2013-epiphany-2606279995f614634062e0aeb9833c482db5d083.tar.lz
gsoc2013-epiphany-2606279995f614634062e0aeb9833c482db5d083.tar.xz
gsoc2013-epiphany-2606279995f614634062e0aeb9833c482db5d083.tar.zst
gsoc2013-epiphany-2606279995f614634062e0aeb9833c482db5d083.zip
Merging pre-gnome-2-10 branch to HEAD.
2004-09-13 Christian Persch <chpe@cvs.gnome.org> Merging pre-gnome-2-10 branch to HEAD. Splitting ChangeLog.
Diffstat (limited to 'src/ephy-shell.h')
-rw-r--r--src/ephy-shell.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ephy-shell.h b/src/ephy-shell.h
index a2dbc338f..cac87a89e 100644
--- a/src/ephy-shell.h
+++ b/src/ephy-shell.h
@@ -62,8 +62,7 @@ typedef enum
EPHY_SHELL_STARTUP_BOOKMARKS_EDITOR = 1 << 4,
EPHY_SHELL_STARTUP_SESSION = 1 << 5,
EPHY_SHELL_STARTUP_IMPORT_BOOKMARKS = 1 << 6,
- EPHY_SHELL_STARTUP_ADD_BOOKMARK = 1 << 7,
- EPHY_SHELL_STARTUP_SERVER = 1 << 8
+ EPHY_SHELL_STARTUP_ADD_BOOKMARK = 1 << 7
} EphyShellStartupFlags;
typedef enum
@@ -109,8 +108,6 @@ gboolean ephy_shell_startup (EphyShell *shell,
const char *string_arg,
GError **error);
-EphyWindow *ephy_shell_get_active_window (EphyShell *shell);
-
EphyTab *ephy_shell_new_tab (EphyShell *shell,
EphyWindow *parent_window,
EphyTab *previous_tab,