aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-web-view.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-04-15 06:25:01 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-04-15 06:25:01 +0800
commita17fe8f21beaf08ac8ac829cf8d8e78e85baa730 (patch)
treeeb08800fc69d5260dbd0066820a02a85fdd7b544 /widgets/misc/e-web-view.h
parent760c438e670e4ebe01c5431779628ed3a3189b76 (diff)
downloadgsoc2013-evolution-a17fe8f21beaf08ac8ac829cf8d8e78e85baa730.tar
gsoc2013-evolution-a17fe8f21beaf08ac8ac829cf8d8e78e85baa730.tar.gz
gsoc2013-evolution-a17fe8f21beaf08ac8ac829cf8d8e78e85baa730.tar.bz2
gsoc2013-evolution-a17fe8f21beaf08ac8ac829cf8d8e78e85baa730.tar.lz
gsoc2013-evolution-a17fe8f21beaf08ac8ac829cf8d8e78e85baa730.tar.xz
gsoc2013-evolution-a17fe8f21beaf08ac8ac829cf8d8e78e85baa730.tar.zst
gsoc2013-evolution-a17fe8f21beaf08ac8ac829cf8d8e78e85baa730.zip
EWebView: Coding style cleanup
Diffstat (limited to 'widgets/misc/e-web-view.h')
-rw-r--r--widgets/misc/e-web-view.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/widgets/misc/e-web-view.h b/widgets/misc/e-web-view.h
index 723d942cce..f43b8bcaee 100644
--- a/widgets/misc/e-web-view.h
+++ b/widgets/misc/e-web-view.h
@@ -85,7 +85,8 @@ 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);
+ gboolean (*process_mailto) (EWebView *web_view,
+ const gchar *mailto_uri);
};
GType e_web_view_get_type (void);