summaryrefslogtreecommitdiff
path: root/src/ephy-shell.h
diff options
context:
space:
mode:
authorIulian Radu <iulian.radu67@gmail.com>2016-07-19 13:55:52 +0300
committerIulian Radu <iulian.radu67@gmail.com>2016-09-28 16:15:13 +0300
commit37cbdaa1a641b6364071228da6d9f1858ca92de5 (patch)
tree67b6d06ad48e48f20588bf70ccb62ece4c836534 /src/ephy-shell.h
parent1253b96c103bf49db6eba3153ad0e94b1868cbec (diff)
downloadepiphany-37cbdaa1a641b6364071228da6d9f1858ca92de5.tar.gz
bookmarks: Add EphyBookmarksManager
Diffstat (limited to 'src/ephy-shell.h')
-rw-r--r--src/ephy-shell.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ephy-shell.h b/src/ephy-shell.h
index 1bd29d144..25f011777 100644
--- a/src/ephy-shell.h
+++ b/src/ephy-shell.h
@@ -21,6 +21,7 @@
#pragma once
#include "ephy-bookmarks.h"
+#include "ephy-bookmarks-manager.h"
#include "ephy-embed-shell.h"
#include "ephy-embed.h"
#include "ephy-session.h"
@@ -101,6 +102,8 @@ EphyBookmarks *ephy_shell_get_bookmarks (EphyShell *shell);
GtkWidget *ephy_shell_get_bookmarks_editor (EphyShell *shell);
+EphyBookmarksManager *ephy_shell_get_bookmarks_manager (EphyShell *shell);
+
GtkWidget *ephy_shell_get_history_window (EphyShell *shell);
GObject *ephy_shell_get_prefs_dialog (EphyShell *shell);