aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-web-view.h
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-06-28 19:13:03 +0800
committerXan Lopez <xan@igalia.com>2012-06-28 19:13:50 +0800
commit26b13c310b1cb6e7239d8c34197da005aa0edcff (patch)
tree3ee88f6469c4253f683c45ebe6b355285346573e /embed/ephy-web-view.h
parentd4bef7810d2bf37c0e8c9eea9eaa65c59aece922 (diff)
downloadgsoc2013-epiphany-26b13c310b1cb6e7239d8c34197da005aa0edcff.tar
gsoc2013-epiphany-26b13c310b1cb6e7239d8c34197da005aa0edcff.tar.gz
gsoc2013-epiphany-26b13c310b1cb6e7239d8c34197da005aa0edcff.tar.bz2
gsoc2013-epiphany-26b13c310b1cb6e7239d8c34197da005aa0edcff.tar.lz
gsoc2013-epiphany-26b13c310b1cb6e7239d8c34197da005aa0edcff.tar.xz
gsoc2013-epiphany-26b13c310b1cb6e7239d8c34197da005aa0edcff.tar.zst
gsoc2013-epiphany-26b13c310b1cb6e7239d8c34197da005aa0edcff.zip
ephy-web-view: ephy_web_view_location_changed is private to its class
Do not make it public.
Diffstat (limited to 'embed/ephy-web-view.h')
-rw-r--r--embed/ephy-web-view.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h
index 1a64cff91..c742d182e 100644
--- a/embed/ephy-web-view.h
+++ b/embed/ephy-web-view.h
@@ -173,8 +173,6 @@ void ephy_web_view_load_error_page (EphyWebView
/* These should be private */
void ephy_web_view_set_address (EphyWebView *view,
const char *address);
-void ephy_web_view_location_changed (EphyWebView *view,
- const char *location);
void ephy_web_view_set_loading_title (EphyWebView *view,
const char *title,
gboolean is_address);