aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-web-view.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-22 23:57:09 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-27 14:16:51 +0800
commit810242e4c9cdb41c00e1ad24106fbb0e4ab0d5af (patch)
tree6a63e92b65b11239d0451decd2ee4ee0553099f0 /e-util/e-web-view.h
parent1a0cd2c9dc8ef3af67939f13680180a9b1c0d097 (diff)
downloadgsoc2013-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 'e-util/e-web-view.h')
-rw-r--r--e-util/e-web-view.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/e-util/e-web-view.h b/e-util/e-web-view.h
index 07e2541e46..62ef1fab6a 100644
--- a/e-util/e-web-view.h
+++ b/e-util/e-web-view.h
@@ -200,15 +200,8 @@ void e_web_view_status_message (EWebView *web_view,
void e_web_view_stop_loading (EWebView *web_view);
void e_web_view_update_actions (EWebView *web_view);
gchar * e_web_view_get_selection_html (EWebView *web_view);
-
-void e_web_view_set_settings (EWebView *web_view,
- WebKitWebSettings *settings);
-
void e_web_view_update_fonts (EWebView *web_view);
-WebKitWebSettings *
- e_web_view_get_default_settings (void);
-
void e_web_view_install_request_handler
(EWebView *web_view,
GType handler_type);