aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-web-view.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-23 05:29:25 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-27 14:16:53 +0800
commit14b4291ebd16d3f9efddad49ec726d92edb258bc (patch)
tree22c208903af95dcb1e8a34d8ae576401a06d378c /e-util/e-web-view.h
parentf8864692d1e85ea1ed4dbfc7342f27d2f6d52243 (diff)
downloadgsoc2013-evolution-14b4291ebd16d3f9efddad49ec726d92edb258bc.tar
gsoc2013-evolution-14b4291ebd16d3f9efddad49ec726d92edb258bc.tar.gz
gsoc2013-evolution-14b4291ebd16d3f9efddad49ec726d92edb258bc.tar.bz2
gsoc2013-evolution-14b4291ebd16d3f9efddad49ec726d92edb258bc.tar.lz
gsoc2013-evolution-14b4291ebd16d3f9efddad49ec726d92edb258bc.tar.xz
gsoc2013-evolution-14b4291ebd16d3f9efddad49ec726d92edb258bc.tar.zst
gsoc2013-evolution-14b4291ebd16d3f9efddad49ec726d92edb258bc.zip
Remove e_web_view_get_uri().
Trivial wrapper for webkit_web_view_get_uri(). Probably made sense while we were transitioning from GtkHTML to WebKit, but we don't need it anymore.
Diffstat (limited to 'e-util/e-web-view.h')
-rw-r--r--e-util/e-web-view.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/e-util/e-web-view.h b/e-util/e-web-view.h
index 4f782b9e53..9eec4956fd 100644
--- a/e-util/e-web-view.h
+++ b/e-util/e-web-view.h
@@ -102,7 +102,6 @@ void e_web_view_load_string (EWebView *web_view,
const gchar *string);
void e_web_view_load_uri (EWebView *web_view,
const gchar *uri);
-const gchar * e_web_view_get_uri (EWebView *web_view);
void e_web_view_reload (EWebView *web_view);
gchar * e_web_view_get_html (EWebView *web_view);
gboolean e_web_view_get_caret_mode (EWebView *web_view);