aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-web-view.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-04-07 23:12:01 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-04-08 00:24:47 +0800
commitb83a9cd5bb938e3ccb72eae8d5b6392961169258 (patch)
treeb25c7f3e6bdca7a0f233b9d1f25c8c2bc188614b /e-util/e-web-view.h
parente0a85ffed4267836db33cd245e6704e6510a24c5 (diff)
downloadgsoc2013-evolution-b83a9cd5bb938e3ccb72eae8d5b6392961169258.tar
gsoc2013-evolution-b83a9cd5bb938e3ccb72eae8d5b6392961169258.tar.gz
gsoc2013-evolution-b83a9cd5bb938e3ccb72eae8d5b6392961169258.tar.bz2
gsoc2013-evolution-b83a9cd5bb938e3ccb72eae8d5b6392961169258.tar.lz
gsoc2013-evolution-b83a9cd5bb938e3ccb72eae8d5b6392961169258.tar.xz
gsoc2013-evolution-b83a9cd5bb938e3ccb72eae8d5b6392961169258.tar.zst
gsoc2013-evolution-b83a9cd5bb938e3ccb72eae8d5b6392961169258.zip
EWebView: Use a GQueue to track highlight strings.
This also removes an unused function e_web_view_get_highlights() which was returning a GSList.
Diffstat (limited to 'e-util/e-web-view.h')
-rw-r--r--e-util/e-web-view.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/e-util/e-web-view.h b/e-util/e-web-view.h
index f03be60014..6fdf6017e4 100644
--- a/e-util/e-web-view.h
+++ b/e-util/e-web-view.h
@@ -171,7 +171,6 @@ void e_web_view_set_print_proxy (EWebView *web_view,
GtkAction * e_web_view_get_save_as_proxy (EWebView *web_view);
void e_web_view_set_save_as_proxy (EWebView *web_view,
GtkAction *save_as_proxy);
-GSList * e_web_view_get_highlights (EWebView *web_view);
void e_web_view_add_highlight (EWebView *web_view,
const gchar *highlight);
void e_web_view_clear_highlights (EWebView *web_view);