aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-web-view.c
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.c
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.c')
-rw-r--r--e-util/e-web-view.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/e-util/e-web-view.c b/e-util/e-web-view.c
index 385f8fee4b..1c0d88c66d 100644
--- a/e-util/e-web-view.c
+++ b/e-util/e-web-view.c
@@ -2335,6 +2335,14 @@ e_web_view_clear_highlights (EWebView *web_view)
g_free (g_queue_pop_head (&web_view->priv->highlights));
}
+void
+e_web_view_update_highlights (EWebView *web_view)
+{
+ g_return_if_fail (E_IS_WEB_VIEW (web_view));
+
+ web_view_update_document_highlights (web_view);
+}
+
GtkAction *
e_web_view_get_action (EWebView *web_view,
const gchar *action_name)