aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-utils.h
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2009-05-28 22:55:53 +0800
committerXan Lopez <xan@gnome.org>2009-05-28 23:40:33 +0800
commit5e83fc07ff785200e9dd5078ce903fb0b053e526 (patch)
treee370822b5aec8c5e720b59160bc23298cd328166 /embed/ephy-embed-utils.h
parent46fdef44c6e95fdaa841552a368d052b1164b983 (diff)
downloadgsoc2013-epiphany-5e83fc07ff785200e9dd5078ce903fb0b053e526.tar
gsoc2013-epiphany-5e83fc07ff785200e9dd5078ce903fb0b053e526.tar.gz
gsoc2013-epiphany-5e83fc07ff785200e9dd5078ce903fb0b053e526.tar.bz2
gsoc2013-epiphany-5e83fc07ff785200e9dd5078ce903fb0b053e526.tar.lz
gsoc2013-epiphany-5e83fc07ff785200e9dd5078ce903fb0b053e526.tar.xz
gsoc2013-epiphany-5e83fc07ff785200e9dd5078ce903fb0b053e526.tar.zst
gsoc2013-epiphany-5e83fc07ff785200e9dd5078ce903fb0b053e526.zip
Preserve back/forward history when opening links in new tabs/windows.
Bug #583459.
Diffstat (limited to 'embed/ephy-embed-utils.h')
-rw-r--r--embed/ephy-embed-utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/ephy-embed-utils.h b/embed/ephy-embed-utils.h
index a5c64bb7d..e98860ed8 100644
--- a/embed/ephy-embed-utils.h
+++ b/embed/ephy-embed-utils.h
@@ -36,6 +36,7 @@
G_BEGIN_DECLS
#define EPHY_GET_WEBKIT_WEB_VIEW_FROM_EMBED(embed) (WEBKIT_WEB_VIEW (gtk_bin_get_child (GTK_BIN (gtk_bin_get_child (GTK_BIN (embed))))))
+#define EPHY_WEBKIT_BACK_FORWARD_LIMIT 100
char * ephy_embed_utils_link_message_parse (char *message);
const char * ephy_embed_utils_get_title_composite (EphyEmbed *embed);