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
committerMilan Crha <mcrha@redhat.com>2011-02-28 20:54:50 +0800
commitc973419aca3319ba42363cd01fbbe8f762a3d7c6 (patch)
treeab139a11d1a31c3159218a3328c557e32e6da804 /widgets/misc/e-web-view.h
parent9afe9af75c7fadd556582327cda05ef978700c91 (diff)
downloadgsoc2013-evolution-c973419aca3319ba42363cd01fbbe8f762a3d7c6.tar
gsoc2013-evolution-c973419aca3319ba42363cd01fbbe8f762a3d7c6.tar.gz
gsoc2013-evolution-c973419aca3319ba42363cd01fbbe8f762a3d7c6.tar.bz2
gsoc2013-evolution-c973419aca3319ba42363cd01fbbe8f762a3d7c6.tar.lz
gsoc2013-evolution-c973419aca3319ba42363cd01fbbe8f762a3d7c6.tar.xz
gsoc2013-evolution-c973419aca3319ba42363cd01fbbe8f762a3d7c6.tar.zst
gsoc2013-evolution-c973419aca3319ba42363cd01fbbe8f762a3d7c6.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);