diff options
Diffstat (limited to 'e-util/e-web-view.h')
-rw-r--r-- | e-util/e-web-view.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/e-util/e-web-view.h b/e-util/e-web-view.h index d4b1db650d..df338abd71 100644 --- a/e-util/e-web-view.h +++ b/e-util/e-web-view.h @@ -82,6 +82,8 @@ struct _EWebViewClass { const gchar *load_uri); gchar * (*redirect_uri) (EWebView *web_view, const gchar *uri); + gchar * (*suggest_filename) (EWebView *web_view, + const gchar *uri); void (*set_fonts) (EWebView *web_view, PangoFontDescription **monospace, PangoFontDescription **variable_width); @@ -106,6 +108,8 @@ void e_web_view_load_uri (EWebView *web_view, const gchar *uri); gchar * e_web_view_redirect_uri (EWebView *web_view, const gchar *uri); +gchar * e_web_view_suggest_filename (EWebView *web_view, + const gchar *uri); void e_web_view_reload (EWebView *web_view); gchar * e_web_view_get_html (EWebView *web_view); gboolean e_web_view_get_caret_mode (EWebView *web_view); |