aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-single.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-embed-single.h')
-rw-r--r--embed/ephy-embed-single.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/embed/ephy-embed-single.h b/embed/ephy-embed-single.h
index 03e4f9a05..63d065666 100644
--- a/embed/ephy-embed-single.h
+++ b/embed/ephy-embed-single.h
@@ -66,8 +66,13 @@ struct _EphyEmbedSingleIface
gboolean (* add_sidebar) (EphyEmbedSingle *single,
- const char * url,
- const char * title);
+ const char *url,
+ const char *title);
+
+ gboolean (* add_search_engine) (EphyEmbedSingle *single,
+ const char *url,
+ const char *icon_url,
+ const char *title);
gboolean (* check_content) (EphyEmbedSingle *single,
EphyContentCheckType type,