aboutsummaryrefslogtreecommitdiffstats
path: root/src/epiphany.defs
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-10-31 21:22:10 +0800
committerChristian Persch <chpe@src.gnome.org>2005-10-31 21:22:10 +0800
commit6b866168d7d5b3702f709b5ecb59454761b9e790 (patch)
treebe857c5857c135318677208e63d94ec1d5c88471 /src/epiphany.defs
parent1ff25e7c76cafd5abae29b7e7c058cee3f2f2299 (diff)
downloadgsoc2013-epiphany-6b866168d7d5b3702f709b5ecb59454761b9e790.tar
gsoc2013-epiphany-6b866168d7d5b3702f709b5ecb59454761b9e790.tar.gz
gsoc2013-epiphany-6b866168d7d5b3702f709b5ecb59454761b9e790.tar.bz2
gsoc2013-epiphany-6b866168d7d5b3702f709b5ecb59454761b9e790.tar.lz
gsoc2013-epiphany-6b866168d7d5b3702f709b5ecb59454761b9e790.tar.xz
gsoc2013-epiphany-6b866168d7d5b3702f709b5ecb59454761b9e790.tar.zst
gsoc2013-epiphany-6b866168d7d5b3702f709b5ecb59454761b9e790.zip
Store the redirect and toplevel attributes when adding pages to the
2005-10-31 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-history.c: (ephy_history_class_init), (ephy_history_add_page), (impl_add_page): * embed/ephy-history.h: * embed/mozilla/GlobalHistory.cpp: * lib/ephy-marshal.list: * src/epiphany.defs: Store the redirect and toplevel attributes when adding pages to the history (doesn't do anything with the info yet, though). Based on a galeon patch by tko.
Diffstat (limited to 'src/epiphany.defs')
-rw-r--r--src/epiphany.defs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/epiphany.defs b/src/epiphany.defs
index a95299dfd..3c15006a9 100644
--- a/src/epiphany.defs
+++ b/src/epiphany.defs
@@ -1321,6 +1321,8 @@
(return-type "none")
(parameters
'("const-char*" "url")
+ '("gboolean" "redirect")
+ '("gboolean" "toplevel")
)
)