summaryrefslogtreecommitdiff
path: root/embed/ephy-embed-shell.h
diff options
context:
space:
mode:
authorcedlemo <cedlemo@gmx.com>2017-01-21 11:09:21 +0100
committerMichael Catanzaro <mcatanzaro@gnome.org>2017-01-25 21:28:56 -0600
commit2829c4330285ddc50243aaabb3ab89971c540af9 (patch)
tree1fb95d9952024a5a97f05134bb13c420e24e2f7b /embed/ephy-embed-shell.h
parentd351dc87b39252a5bd7bddb950855fb807f9b342 (diff)
downloadepiphany-2829c4330285ddc50243aaabb3ab89971c540af9.tar.gz
Implement search engine manager
https://bugzilla.gnome.org/show_bug.cgi?id=776738
Diffstat (limited to 'embed/ephy-embed-shell.h')
-rw-r--r--embed/ephy-embed-shell.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/embed/ephy-embed-shell.h b/embed/ephy-embed-shell.h
index e327e7e69..4fc5d05a9 100644
--- a/embed/ephy-embed-shell.h
+++ b/embed/ephy-embed-shell.h
@@ -25,6 +25,7 @@
#include "ephy-downloads-manager.h"
#include "ephy-history-service.h"
#include "ephy-hosts-manager.h"
+#include "ephy-search-engine-manager.h"
G_BEGIN_DECLS
@@ -79,5 +80,5 @@ void ephy_embed_shell_schedule_thumbnail_update (EphyEmbedShell
WebKitUserContentManager *ephy_embed_shell_get_user_content_manager (EphyEmbedShell *shell);
EphyDownloadsManager *ephy_embed_shell_get_downloads_manager (EphyEmbedShell *shell);
EphyHostsManager *ephy_embed_shell_get_hosts_manager (EphyEmbedShell *shell);
-
+EphySearchEngineManager *ephy_embed_shell_get_search_engine_manager (EphyEmbedShell *shell);
G_END_DECLS