From def58964b0e7fa099b524a6e8bc34bed893118f7 Mon Sep 17 00:00:00 2001 From: Gustavo Noronha Silva Date: Thu, 20 Aug 2009 14:59:07 -0300 Subject: Implement saving the page using the DataSource API Bug #562611 --- embed/ephy-web-view.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'embed/ephy-web-view.h') diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h index d50bf4fa1..29f1bd34b 100644 --- a/embed/ephy-web-view.h +++ b/embed/ephy-web-view.h @@ -229,6 +229,8 @@ void ephy_web_view_set_loading_title (EphyWebView gboolean is_address); void ephy_web_view_popups_manager_reset (EphyWebView *view); +void ephy_web_view_save (EphyWebView *view, + const char *uri); G_END_DECLS -- cgit v1.2.3