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:24:47 +0800 |
commit | b83a9cd5bb938e3ccb72eae8d5b6392961169258 (patch) | |
tree | b25c7f3e6bdca7a0f233b9d1f25c8c2bc188614b /doc/reference/libeutil | |
parent | e0a85ffed4267836db33cd245e6704e6510a24c5 (diff) | |
download | gsoc2013-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 'doc/reference/libeutil')
-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 39812f56d0..238dc0cf5f 100644 --- a/doc/reference/libeutil/libeutil-sections.txt +++ b/doc/reference/libeutil/libeutil-sections.txt @@ -4549,7 +4549,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 |