diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-07-23 07:24:53 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-07-27 14:16:53 +0800 |
commit | 51b74eee72ecf1323105f9c12942f2fe303ec7e1 (patch) | |
tree | c1753630859f8a1f07e258e121300416ebfc7476 /doc | |
parent | 14b4291ebd16d3f9efddad49ec726d92edb258bc (diff) | |
download | gsoc2013-evolution-51b74eee72ecf1323105f9c12942f2fe303ec7e1.tar gsoc2013-evolution-51b74eee72ecf1323105f9c12942f2fe303ec7e1.tar.gz gsoc2013-evolution-51b74eee72ecf1323105f9c12942f2fe303ec7e1.tar.bz2 gsoc2013-evolution-51b74eee72ecf1323105f9c12942f2fe303ec7e1.tar.lz gsoc2013-evolution-51b74eee72ecf1323105f9c12942f2fe303ec7e1.tar.xz gsoc2013-evolution-51b74eee72ecf1323105f9c12942f2fe303ec7e1.tar.zst gsoc2013-evolution-51b74eee72ecf1323105f9c12942f2fe303ec7e1.zip |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/evolution-util/evolution-util-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |