diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-04-07 23:12:01 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-04-08 00:25:49 +0800 |
commit | c32d28721635c2fda3af08f1c17d42a5a8beb7fa (patch) | |
tree | 3be7a1184e381c883d2705ef2501e6ddc17ef1d5 /doc | |
parent | 881b095fc74e27af5fe12b6947f2e10ad9d9d9cd (diff) | |
download | gsoc2013-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 'doc')
-rw-r--r-- | doc/reference/libeutil/libeutil-sections.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/reference/libeutil/libeutil-sections.txt b/doc/reference/libeutil/libeutil-sections.txt index 57ccb96ac7..a38aa69d90 100644 --- a/doc/reference/libeutil/libeutil-sections.txt +++ b/doc/reference/libeutil/libeutil-sections.txt @@ -4571,7 +4571,6 @@ e_web_view_get_print_proxy e_web_view_set_print_proxy e_web_view_get_save_as_proxy e_web_view_set_save_as_proxy -e_web_view_get_highlights e_web_view_add_highlight e_web_view_clear_highlights e_web_view_get_action |