aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed.h
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2008-06-30 02:16:08 +0800
committerXan Lopez <xan@src.gnome.org>2008-06-30 02:16:08 +0800
commitec517d71f6e381764ed8624151ad12519bf21aa6 (patch)
tree439f8341519ed227e993fd8fbbbfbdbd6de94209 /embed/ephy-embed.h
parent83c145ca0bdf9c659f808a1485ad2f580c6b439f (diff)
downloadgsoc2013-epiphany-ec517d71f6e381764ed8624151ad12519bf21aa6.tar
gsoc2013-epiphany-ec517d71f6e381764ed8624151ad12519bf21aa6.tar.gz
gsoc2013-epiphany-ec517d71f6e381764ed8624151ad12519bf21aa6.tar.bz2
gsoc2013-epiphany-ec517d71f6e381764ed8624151ad12519bf21aa6.tar.lz
gsoc2013-epiphany-ec517d71f6e381764ed8624151ad12519bf21aa6.tar.xz
gsoc2013-epiphany-ec517d71f6e381764ed8624151ad12519bf21aa6.tar.zst
gsoc2013-epiphany-ec517d71f6e381764ed8624151ad12519bf21aa6.zip
embed: remove ephy_embed_can_go_back.
Use WebKit API directly. svn path=/trunk/; revision=8307
Diffstat (limited to 'embed/ephy-embed.h')
-rw-r--r--embed/ephy-embed.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h
index 155975774..2dddb985d 100644
--- a/embed/ephy-embed.h
+++ b/embed/ephy-embed.h
@@ -170,7 +170,6 @@ struct _EphyEmbedIface
const char *url,
EphyEmbedLoadFlags flags,
EphyEmbed *referring_embed);
- gboolean (* can_go_back) (EphyEmbed *embed);
gboolean (* can_go_up) (EphyEmbed *embed);
GSList * (* get_go_up_list) (EphyEmbed *embed);
void (* go_up) (EphyEmbed *embed);
@@ -263,8 +262,6 @@ const char *ephy_embed_get_link_message (EphyEmbed *embed);
char *ephy_embed_get_js_status (EphyEmbed *embed);
/* Navigation */
-gboolean ephy_embed_can_go_back (EphyEmbed *embed);
-
gboolean ephy_embed_can_go_up (EphyEmbed *embed);
GSList *ephy_embed_get_go_up_list (EphyEmbed *embed);