From 6ef9fa4aa4d068482412e3cde4dbdaf8dadc925b Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Mon, 3 May 2010 12:31:25 +0200 Subject: Move homepage loading code to EphyWebView Create a method to make the EphyWebView load the homepage set by the user. This is in preparation for creating a signal for this action, which other code in Epiphany will need. --- 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 b3ffb538b..323a8564f 100644 --- a/embed/ephy-web-view.h +++ b/embed/ephy-web-view.h @@ -190,6 +190,8 @@ void ephy_web_view_popups_manager_reset (EphyWebView void ephy_web_view_save (EphyWebView *view, const char *uri); +gboolean ephy_web_view_load_homepage (EphyWebView *view); + G_END_DECLS #endif -- cgit v1.2.3