From 51b74eee72ecf1323105f9c12942f2fe303ec7e1 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 22 Jul 2013 19:24:53 -0400 Subject: Add e_web_view_redirect_uri(). Replaces the given URI with a redirected URI as necessary, primarily for use with custom SoupRequest handlers. Typically this function would be called just prior to handing a request off to a SoupSession, such as from a WebKitWebView "resource-request-starting" signal handler. Case in point: EMailDisplay now implements the redirect_uri() method, and calls it from its own "resource-request-starting" signal handler. --- doc/reference/evolution-util/evolution-util-sections.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/reference/evolution-util/evolution-util-sections.txt b/doc/reference/evolution-util/evolution-util-sections.txt index 2a6d4a1eab..00cf86d2d1 100644 --- a/doc/reference/evolution-util/evolution-util-sections.txt +++ b/doc/reference/evolution-util/evolution-util-sections.txt @@ -4355,6 +4355,7 @@ e_web_view_new e_web_view_clear e_web_view_load_string e_web_view_load_uri +e_web_view_redirect_uri e_web_view_reload e_web_view_get_html e_web_view_get_caret_mode -- cgit