aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-web-view.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-27 22:31:24 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-28 09:24:01 +0800
commit826372c35155cb47f940905e27b304e9ef63441d (patch)
treeee995baeb76eb19abe760a0baa32aada72d141e8 /e-util/e-web-view.h
parent3eda7a50de7059e7898944d74ab1fc7c707e089b (diff)
downloadgsoc2013-evolution-826372c35155cb47f940905e27b304e9ef63441d.tar
gsoc2013-evolution-826372c35155cb47f940905e27b304e9ef63441d.tar.gz
gsoc2013-evolution-826372c35155cb47f940905e27b304e9ef63441d.tar.bz2
gsoc2013-evolution-826372c35155cb47f940905e27b304e9ef63441d.tar.lz
gsoc2013-evolution-826372c35155cb47f940905e27b304e9ef63441d.tar.xz
gsoc2013-evolution-826372c35155cb47f940905e27b304e9ef63441d.tar.zst
gsoc2013-evolution-826372c35155cb47f940905e27b304e9ef63441d.zip
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.
Diffstat (limited to 'e-util/e-web-view.h')
-rw-r--r--e-util/e-web-view.h1
1 files changed, 1 insertions, 0 deletions
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,