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:25:49 +0800
commitc32d28721635c2fda3af08f1c17d42a5a8beb7fa (patch)
tree3be7a1184e381c883d2705ef2501e6ddc17ef1d5 /e-util/e-web-view.h
parent881b095fc74e27af5fe12b6947f2e10ad9d9d9cd (diff)
downloadgsoc2013-evolution-c32d28721635c2fda3af08f1c17d42a5a8beb7fa.tar
gsoc2013-evolution-c32d28721635c2fda3af08f1c17d42a5a8beb7fa.tar.gz
gsoc2013-evolution-c32d28721635c2fda3af08f1c17d42a5a8beb7fa.tar.bz2
gsoc2013-evolution-c32d28721635c2fda3af08f1c17d42a5a8beb7fa.tar.lz
gsoc2013-evolution-c32d28721635c2fda3af08f1c17d42a5a8beb7fa.tar.xz
gsoc2013-evolution-c32d28721635c2fda3af08f1c17d42a5a8beb7fa.tar.zst
gsoc2013-evolution-c32d28721635c2fda3af08f1c17d42a5a8beb7fa.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. (cherry picked from commit b83a9cd5bb938e3ccb72eae8d5b6392961169258)
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);