aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed.h
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2008-06-30 15:23:52 +0800
committerXan Lopez <xan@src.gnome.org>2008-06-30 15:23:52 +0800
commit0238a377973ad82bd73e4e8f12a291b62359e9c1 (patch)
treeaea3bb8edf48835efa7500883c9e957b37ab1c37 /embed/ephy-embed.h
parentfaf45b0b6340ea93e9d4e8cfef7862885fc816c5 (diff)
downloadgsoc2013-epiphany-0238a377973ad82bd73e4e8f12a291b62359e9c1.tar
gsoc2013-epiphany-0238a377973ad82bd73e4e8f12a291b62359e9c1.tar.gz
gsoc2013-epiphany-0238a377973ad82bd73e4e8f12a291b62359e9c1.tar.bz2
gsoc2013-epiphany-0238a377973ad82bd73e4e8f12a291b62359e9c1.tar.lz
gsoc2013-epiphany-0238a377973ad82bd73e4e8f12a291b62359e9c1.tar.xz
gsoc2013-epiphany-0238a377973ad82bd73e4e8f12a291b62359e9c1.tar.zst
gsoc2013-epiphany-0238a377973ad82bd73e4e8f12a291b62359e9c1.zip
embed: remove ephy_embed_get_{next,previous}_history_item.
Use WebKit APIs directly. svn path=/trunk/; revision=8312
Diffstat (limited to 'embed/ephy-embed.h')
-rw-r--r--embed/ephy-embed.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h
index b3da8da14..dfdd9cf77 100644
--- a/embed/ephy-embed.h
+++ b/embed/ephy-embed.h
@@ -224,8 +224,6 @@ struct _EphyEmbedIface
gboolean (* get_is_blank) (EphyEmbed *embed);
const char * (* get_loading_title) (EphyEmbed *embed);
gboolean (* get_visibility) (EphyEmbed *embed);
- EphyHistoryItem * (* get_next_history_item) (EphyEmbed *embed);
- EphyHistoryItem * (* get_previous_history_item) (EphyEmbed *embed);
void (* go_to_history_item) (EphyEmbed *embed,
EphyHistoryItem *history_item);
};
@@ -352,8 +350,6 @@ void ephy_embed_close (EphyEmbed *embed);
gboolean ephy_embed_has_modified_forms (EphyEmbed *embed);
/* History */
-EphyHistoryItem *ephy_embed_get_next_history_item (EphyEmbed *embed);
-EphyHistoryItem *ephy_embed_get_previous_history_item (EphyEmbed *embed);
void ephy_embed_go_to_history_item (EphyEmbed *embed, EphyHistoryItem *history_item);
G_END_DECLS