aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-web-view.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-05-16 19:21:22 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:16 +0800
commitfb38e4a4ba22026cd4524ca6bb3c35bb2cdba0ef (patch)
tree688e65dd1ed2b623b1c7255c612d2259f307ff68 /widgets/misc/e-web-view.h
parent42580e1802fce5e83008c6c79d64ea2a9bedafe9 (diff)
downloadgsoc2013-evolution-fb38e4a4ba22026cd4524ca6bb3c35bb2cdba0ef.tar
gsoc2013-evolution-fb38e4a4ba22026cd4524ca6bb3c35bb2cdba0ef.tar.gz
gsoc2013-evolution-fb38e4a4ba22026cd4524ca6bb3c35bb2cdba0ef.tar.bz2
gsoc2013-evolution-fb38e4a4ba22026cd4524ca6bb3c35bb2cdba0ef.tar.lz
gsoc2013-evolution-fb38e4a4ba22026cd4524ca6bb3c35bb2cdba0ef.tar.xz
gsoc2013-evolution-fb38e4a4ba22026cd4524ca6bb3c35bb2cdba0ef.tar.zst
gsoc2013-evolution-fb38e4a4ba22026cd4524ca6bb3c35bb2cdba0ef.zip
Bug #601541 - Add 'Copy Image' Option On Inline Email Images
Diffstat (limited to 'widgets/misc/e-web-view.h')
-rw-r--r--widgets/misc/e-web-view.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/widgets/misc/e-web-view.h b/widgets/misc/e-web-view.h
index f43b8bcaee..ed9017e3bd 100644
--- a/widgets/misc/e-web-view.h
+++ b/widgets/misc/e-web-view.h
@@ -124,6 +124,9 @@ void e_web_view_set_magic_smileys (EWebView *web_view,
const gchar * e_web_view_get_selected_uri (EWebView *web_view);
void e_web_view_set_selected_uri (EWebView *web_view,
const gchar *selected_uri);
+GdkPixbufAnimation * e_web_view_get_cursor_image(EWebView *web_view);
+void e_web_view_set_cursor_image (EWebView *web_view,
+ GdkPixbufAnimation *animation);
GtkAction * e_web_view_get_open_proxy (EWebView *web_view);
void e_web_view_set_open_proxy (EWebView *web_view,
GtkAction *open_proxy);