aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-web-view.h
diff options
context:
space:
mode:
authorMario Sanchez Prada <msanchez@igalia.com>2010-04-07 01:57:10 +0800
committerXan Lopez <xan@gnome.org>2010-04-20 21:06:14 +0800
commit384588b86e68ea692a8f99db86b45ca0cc54f804 (patch)
tree728217ca375c3f379421f21c688c56a2cca16502 /embed/ephy-web-view.h
parentbee24a63dcdbd0c974f04cd12c0ffbf352c7edc2 (diff)
downloadgsoc2013-epiphany-384588b86e68ea692a8f99db86b45ca0cc54f804.tar
gsoc2013-epiphany-384588b86e68ea692a8f99db86b45ca0cc54f804.tar.gz
gsoc2013-epiphany-384588b86e68ea692a8f99db86b45ca0cc54f804.tar.bz2
gsoc2013-epiphany-384588b86e68ea692a8f99db86b45ca0cc54f804.tar.lz
gsoc2013-epiphany-384588b86e68ea692a8f99db86b45ca0cc54f804.tar.xz
gsoc2013-epiphany-384588b86e68ea692a8f99db86b45ca0cc54f804.tar.zst
gsoc2013-epiphany-384588b86e68ea692a8f99db86b45ca0cc54f804.zip
Make sure WebKitWebHistory is cleared when cleared EphyHistory
Added new function in EphyWebView to clear the history from WebKitWebView, and connect to the 'cleared' signal in EphyEmbed to call to such a function when needed. Bug #539716 Signed-off-by: Xan Lopez <xan@gnome.org>
Diffstat (limited to 'embed/ephy-web-view.h')
-rw-r--r--embed/ephy-web-view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h
index 7b7162590..5b6a28d4c 100644
--- a/embed/ephy-web-view.h
+++ b/embed/ephy-web-view.h
@@ -155,6 +155,7 @@ 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);