From 826372c35155cb47f940905e27b304e9ef63441d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 27 Jul 2013 10:31:24 -0400 Subject: Add e_web_view_cursor_image_save(). Prompts the user to choose a destination file and then asynchronously saves the image under the cursor to the destination file. --- e-util/e-web-view.h | 1 + 1 file changed, 1 insertion(+) (limited to 'e-util/e-web-view.h') diff --git a/e-util/e-web-view.h b/e-util/e-web-view.h index 3f7b4e10b5..2f99b7a248 100644 --- a/e-util/e-web-view.h +++ b/e-util/e-web-view.h @@ -186,6 +186,7 @@ void e_web_view_update_actions (EWebView *web_view); gchar * e_web_view_get_selection_html (EWebView *web_view); void e_web_view_update_fonts (EWebView *web_view); void e_web_view_cursor_image_copy (EWebView *web_view); +void e_web_view_cursor_image_save (EWebView *web_view); void e_web_view_request (EWebView *web_view, const gchar *uri, GCancellable *cancellable, -- cgit v1.2.3