aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-web-view.h
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-03-15 16:34:23 +0800
committerXan Lopez <xan@igalia.com>2012-03-15 16:34:23 +0800
commit00276359e926f4f1fba732534a0b47bec88371f5 (patch)
tree22a62c515b839fc4d56add2fd2b14e673320efc3 /embed/ephy-web-view.h
parentd72eec43e48839540e349ce8986b300c34005414 (diff)
downloadgsoc2013-epiphany-00276359e926f4f1fba732534a0b47bec88371f5.tar
gsoc2013-epiphany-00276359e926f4f1fba732534a0b47bec88371f5.tar.gz
gsoc2013-epiphany-00276359e926f4f1fba732534a0b47bec88371f5.tar.bz2
gsoc2013-epiphany-00276359e926f4f1fba732534a0b47bec88371f5.tar.lz
gsoc2013-epiphany-00276359e926f4f1fba732534a0b47bec88371f5.tar.xz
gsoc2013-epiphany-00276359e926f4f1fba732534a0b47bec88371f5.tar.zst
gsoc2013-epiphany-00276359e926f4f1fba732534a0b47bec88371f5.zip
ephy-web-view: make ephy_web_view_clear_history private
It's only used by the class itself now.
Diffstat (limited to 'embed/ephy-web-view.h')
-rw-r--r--embed/ephy-web-view.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h
index d1888c8ee..d3e42293f 100644
--- a/embed/ephy-web-view.h
+++ b/embed/ephy-web-view.h
@@ -134,7 +134,6 @@ void ephy_web_view_load_url (EphyWebView
const char *url);
void ephy_web_view_copy_back_history (EphyWebView *source,
EphyWebView *dest);
-void ephy_web_view_clear_history (EphyWebView *view);
gboolean ephy_web_view_is_loading (EphyWebView *view);
const char * ephy_web_view_get_loading_title (EphyWebView *view);
GdkPixbuf * ephy_web_view_get_icon (EphyWebView *view);