diff options
Diffstat (limited to 'src/ephy-shell.h')
-rw-r--r-- | src/ephy-shell.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/ephy-shell.h b/src/ephy-shell.h index 381277f53..772a357f6 100644 --- a/src/ephy-shell.h +++ b/src/ephy-shell.h @@ -96,11 +96,9 @@ EphyBookmarks *ephy_shell_get_bookmarks (EphyShell *gs); GObject *ephy_shell_get_toolbars_model (EphyShell *gs, gboolean fullscreen); -void ephy_shell_show_bookmarks_editor (EphyShell *gs, - GtkWidget *parent); +GtkWidget *ephy_shell_get_bookmarks_editor (EphyShell *gs); -void ephy_shell_show_history_window (EphyShell *gs, - GtkWidget *parent); +GtkWidget *ephy_shell_get_history_window (EphyShell *gs); void ephy_shell_delete_on_exit (EphyShell *gs, const char *path); |