diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-07-28 00:55:01 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-07-28 03:27:13 +0800 |
commit | 26e659aa334cfd17d30697af9efe7656ea5d4ba8 (patch) | |
tree | 3113c934931231535247ea8b41501779d6dc210f /doc | |
parent | 69837f33cc6701043c9bbef2005c3c8281d5980e (diff) | |
download | gsoc2013-evolution-26e659aa334cfd17d30697af9efe7656ea5d4ba8.tar gsoc2013-evolution-26e659aa334cfd17d30697af9efe7656ea5d4ba8.tar.gz gsoc2013-evolution-26e659aa334cfd17d30697af9efe7656ea5d4ba8.tar.bz2 gsoc2013-evolution-26e659aa334cfd17d30697af9efe7656ea5d4ba8.tar.lz gsoc2013-evolution-26e659aa334cfd17d30697af9efe7656ea5d4ba8.tar.xz gsoc2013-evolution-26e659aa334cfd17d30697af9efe7656ea5d4ba8.tar.zst gsoc2013-evolution-26e659aa334cfd17d30697af9efe7656ea5d4ba8.zip |
Add e_web_view_request().
Asynchronously requests data at a URI by way of a SoupRequest to WebKit's
default SoupSession, incorporating both e_web_view_redirect_uri() and the
custom request handlers installed via e_web_view_install_request_handler().
New functions:
e_web_view_request()
e_web_view_request_finish()
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/evolution-util/evolution-util-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/reference/evolution-util/evolution-util-sections.txt b/doc/reference/evolution-util/evolution-util-sections.txt index 8643aed5e0..2fbbaf824f 100644 --- a/doc/reference/evolution-util/evolution-util-sections.txt +++ b/doc/reference/evolution-util/evolution-util-sections.txt @@ -4411,6 +4411,8 @@ e_web_view_stop_loading e_web_view_update_actions e_web_view_get_selection_html e_web_view_update_fonts +e_web_view_request +e_web_view_request_finish e_web_view_install_request_handler <SUBSECTION Standard> E_WEB_VIEW |