From d571c56260d30a00a03112b8bdfff463d4a24b81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 23 Apr 2012 08:40:20 +0200 Subject: Bug #674272 - Contacts preview differs with mailer running and not This splits the giant EMailRequest to individual EFileRequest, EStockRequest, EHTTPRequest and EMailRequest, making the first two available globally from e-utils, the othe two are loaded only with mailer, since no other component uses them. --- widgets/misc/e-web-view.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'widgets/misc/e-web-view.h') diff --git a/widgets/misc/e-web-view.h b/widgets/misc/e-web-view.h index 02eb9ecf66..5aab752b50 100644 --- a/widgets/misc/e-web-view.h +++ b/widgets/misc/e-web-view.h @@ -230,6 +230,11 @@ 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); + + G_END_DECLS #endif /* E_WEB_VIEW_H */ -- cgit v1.2.3