aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-web-view.h
diff options
context:
space:
mode:
authorTomas Popela <tpopela@redhat.com>2013-04-15 22:46:57 +0800
committerTomas Popela <tpopela@redhat.com>2013-04-15 22:46:57 +0800
commitf6d4d6db614917b9c69a6ef540c4aabfa4486f6a (patch)
tree1fb6bec58ebb63df9bf8f4931748e9783573081f /e-util/e-web-view.h
parent924b83a86c40ca3ef1151815b5667be2eadded36 (diff)
downloadgsoc2013-evolution-f6d4d6db614917b9c69a6ef540c4aabfa4486f6a.tar
gsoc2013-evolution-f6d4d6db614917b9c69a6ef540c4aabfa4486f6a.tar.gz
gsoc2013-evolution-f6d4d6db614917b9c69a6ef540c4aabfa4486f6a.tar.bz2
gsoc2013-evolution-f6d4d6db614917b9c69a6ef540c4aabfa4486f6a.tar.lz
gsoc2013-evolution-f6d4d6db614917b9c69a6ef540c4aabfa4486f6a.tar.xz
gsoc2013-evolution-f6d4d6db614917b9c69a6ef540c4aabfa4486f6a.tar.zst
gsoc2013-evolution-f6d4d6db614917b9c69a6ef540c4aabfa4486f6a.zip
Search bar functionality polishing
Polishing after switching from Evolution's highlight implementation to WebKit's one.
Diffstat (limited to 'e-util/e-web-view.h')
-rw-r--r--e-util/e-web-view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-web-view.h b/e-util/e-web-view.h
index 6fdf6017e4..07e2541e46 100644
--- a/e-util/e-web-view.h
+++ b/e-util/e-web-view.h
@@ -174,6 +174,7 @@ void e_web_view_set_save_as_proxy (EWebView *web_view,
void e_web_view_add_highlight (EWebView *web_view,
const gchar *highlight);
void e_web_view_clear_highlights (EWebView *web_view);
+void e_web_view_update_highlights (EWebView *web_view);
GtkAction * e_web_view_get_action (EWebView *web_view,
const gchar *action_name);
GtkActionGroup *e_web_view_get_action_group (EWebView *web_view,