diff options
author | Xan Lopez <xan@src.gnome.org> | 2008-06-30 02:15:48 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2008-06-30 02:15:48 +0800 |
commit | 5aac39ff9672fb14e03ff33b99ab4853955a5592 (patch) | |
tree | bcf4faf72c96f1fb9d59f69e143a410beb84b607 /embed/ephy-embed.c | |
parent | a2c6d61b3e04f6c77c9f1ffd853831b51e0a0042 (diff) | |
download | gsoc2013-epiphany-5aac39ff9672fb14e03ff33b99ab4853955a5592.tar gsoc2013-epiphany-5aac39ff9672fb14e03ff33b99ab4853955a5592.tar.gz gsoc2013-epiphany-5aac39ff9672fb14e03ff33b99ab4853955a5592.tar.bz2 gsoc2013-epiphany-5aac39ff9672fb14e03ff33b99ab4853955a5592.tar.lz gsoc2013-epiphany-5aac39ff9672fb14e03ff33b99ab4853955a5592.tar.xz gsoc2013-epiphany-5aac39ff9672fb14e03ff33b99ab4853955a5592.tar.zst gsoc2013-epiphany-5aac39ff9672fb14e03ff33b99ab4853955a5592.zip |
embed: remove ephy_embed_reload.
Use WebKit API directly.
svn path=/trunk/; revision=8303
Diffstat (limited to 'embed/ephy-embed.c')
-rw-r--r-- | embed/ephy-embed.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c index 12485de2a..fe543a934 100644 --- a/embed/ephy-embed.c +++ b/embed/ephy-embed.c @@ -578,24 +578,6 @@ ephy_embed_get_js_status (EphyEmbed *embed) } /** - * ephy_embed_reload: - * @embed: an #EphyEmbed - * @force: %TRUE to bypass cache - * - * Reloads the web page being displayed in @embed. - * - * If @force is %TRUE, cache and proxy will be bypassed when - * reloading the page. - **/ -void -ephy_embed_reload (EphyEmbed *embed, - gboolean force) -{ - EphyEmbedIface *iface = EPHY_EMBED_GET_IFACE (embed); - iface->reload (embed, force); -} - -/** * ephy_embed_set_zoom: * @embed: an #EphyEmbed * @zoom: the new zoom level |