diff options
author | Xan Lopez <xan@gnome.org> | 2010-05-03 18:31:25 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2010-05-03 19:40:33 +0800 |
commit | 6ef9fa4aa4d068482412e3cde4dbdaf8dadc925b (patch) | |
tree | 41b783c3523cdd2eb13ba6f9d428c5f218c5e963 /embed/ephy-web-view.h | |
parent | baca12963da2829f2208fef44587d2f8780643dc (diff) | |
download | gsoc2013-epiphany-6ef9fa4aa4d068482412e3cde4dbdaf8dadc925b.tar.gz gsoc2013-epiphany-6ef9fa4aa4d068482412e3cde4dbdaf8dadc925b.tar.zst gsoc2013-epiphany-6ef9fa4aa4d068482412e3cde4dbdaf8dadc925b.zip |
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.
Diffstat (limited to 'embed/ephy-web-view.h')
-rw-r--r-- | embed/ephy-web-view.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |