diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-07-22 23:57:09 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-07-27 14:16:51 +0800 |
commit | 810242e4c9cdb41c00e1ad24106fbb0e4ab0d5af (patch) | |
tree | 6a63e92b65b11239d0451decd2ee4ee0553099f0 /doc | |
parent | 1a0cd2c9dc8ef3af67939f13680180a9b1c0d097 (diff) | |
download | gsoc2013-evolution-810242e4c9cdb41c00e1ad24106fbb0e4ab0d5af.tar gsoc2013-evolution-810242e4c9cdb41c00e1ad24106fbb0e4ab0d5af.tar.gz gsoc2013-evolution-810242e4c9cdb41c00e1ad24106fbb0e4ab0d5af.tar.bz2 gsoc2013-evolution-810242e4c9cdb41c00e1ad24106fbb0e4ab0d5af.tar.lz gsoc2013-evolution-810242e4c9cdb41c00e1ad24106fbb0e4ab0d5af.tar.xz gsoc2013-evolution-810242e4c9cdb41c00e1ad24106fbb0e4ab0d5af.tar.zst gsoc2013-evolution-810242e4c9cdb41c00e1ad24106fbb0e4ab0d5af.zip |
EWebView: Initialize WebKitWebSettings internally.
Don't expose public API for this.
Even though it's still possible through the WebKitWebView API, we don't
want to encourage setting an arbitrary WebKitWebSettings on an EWebView.
Removed functions:
e_web_view_set_settings()
e_web_view_get_default_settings()
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/evolution-util/evolution-util-sections.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/reference/evolution-util/evolution-util-sections.txt b/doc/reference/evolution-util/evolution-util-sections.txt index dc2d3c0d16..ff3fb5e3d1 100644 --- a/doc/reference/evolution-util/evolution-util-sections.txt +++ b/doc/reference/evolution-util/evolution-util-sections.txt @@ -4415,9 +4415,7 @@ e_web_view_status_message e_web_view_stop_loading e_web_view_update_actions e_web_view_get_selection_html -e_web_view_set_settings e_web_view_update_fonts -e_web_view_get_default_settings e_web_view_install_request_handler <SUBSECTION Standard> E_WEB_VIEW |