diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-07-27 13:49:59 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-07-28 03:27:09 +0800 |
commit | 69837f33cc6701043c9bbef2005c3c8281d5980e (patch) | |
tree | 7027303ba875f204a526b4e87702e036b8272662 /doc | |
parent | 51b74eee72ecf1323105f9c12942f2fe303ec7e1 (diff) | |
download | gsoc2013-evolution-69837f33cc6701043c9bbef2005c3c8281d5980e.tar.gz gsoc2013-evolution-69837f33cc6701043c9bbef2005c3c8281d5980e.tar.zst gsoc2013-evolution-69837f33cc6701043c9bbef2005c3c8281d5980e.zip |
Add e_web_view_suggest_filename().
Attempts to derive a suggested filename from the given URI for use in a
"Save As" dialog.
By default the suggested filename is the last path segment of the given
URI (the unless the given URI looks like a query), but subclasses can use
other mechanisms for custom URI schemes. For example, "cid:" URIs in an
email message may refer to a MIME part with a suggested filename in its
Content-Disposition header.
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 00cf86d2d1..8643aed5e0 100644 --- a/doc/reference/evolution-util/evolution-util-sections.txt +++ b/doc/reference/evolution-util/evolution-util-sections.txt @@ -4356,6 +4356,7 @@ e_web_view_clear e_web_view_load_string e_web_view_load_uri e_web_view_redirect_uri +e_web_view_suggest_filename e_web_view_reload e_web_view_get_html e_web_view_get_caret_mode |