aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-web-view.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-02-28 20:54:50 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:41:40 +0800
commit07d728685900606936f408ec931967eeb8f338f0 (patch)
tree5c3680a307e2a2df8682191429bd47ca6da34a50 /widgets/misc/e-web-view.h
parent095a0e5d65a7029cc8abc9ba8c7ca01de3836556 (diff)
downloadgsoc2013-evolution-07d728685900606936f408ec931967eeb8f338f0.tar
gsoc2013-evolution-07d728685900606936f408ec931967eeb8f338f0.tar.gz
gsoc2013-evolution-07d728685900606936f408ec931967eeb8f338f0.tar.bz2
gsoc2013-evolution-07d728685900606936f408ec931967eeb8f338f0.tar.lz
gsoc2013-evolution-07d728685900606936f408ec931967eeb8f338f0.tar.xz
gsoc2013-evolution-07d728685900606936f408ec931967eeb8f338f0.tar.zst
gsoc2013-evolution-07d728685900606936f408ec931967eeb8f338f0.zip
Bug #641374 - "Send new mail to..." popup action doesn't work
Diffstat (limited to 'widgets/misc/e-web-view.h')
-rw-r--r--widgets/misc/e-web-view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/misc/e-web-view.h b/widgets/misc/e-web-view.h
index f7ffefe935..1ad87c6756 100644
--- a/widgets/misc/e-web-view.h
+++ b/widgets/misc/e-web-view.h
@@ -88,6 +88,7 @@ struct _EWebViewClass {
const gchar *status_message);
void (*stop_loading) (EWebView *web_view);
void (*update_actions) (EWebView *web_view);
+ gboolean (*process_mailto) (EWebView *web_view, const gchar *mailto_uri);
};
GType e_web_view_get_type (void);