diff options
author | Crispin Flowerday <gnome@flowerday.cx> | 2005-08-28 21:54:16 +0800 |
---|---|---|
committer | Crispin Flowerday <crispin@src.gnome.org> | 2005-08-28 21:54:16 +0800 |
commit | 0cc4c6e62f10d78101be7831fc59075e6f686a29 (patch) | |
tree | 087177671d836f17238a3834e32bc5cb823aa62f /lib/ephy-marshal.list | |
parent | ed45c4e754387009f261f46565da823837095f5b (diff) | |
download | gsoc2013-epiphany-0cc4c6e62f10d78101be7831fc59075e6f686a29.tar gsoc2013-epiphany-0cc4c6e62f10d78101be7831fc59075e6f686a29.tar.gz gsoc2013-epiphany-0cc4c6e62f10d78101be7831fc59075e6f686a29.tar.bz2 gsoc2013-epiphany-0cc4c6e62f10d78101be7831fc59075e6f686a29.tar.lz gsoc2013-epiphany-0cc4c6e62f10d78101be7831fc59075e6f686a29.tar.xz gsoc2013-epiphany-0cc4c6e62f10d78101be7831fc59075e6f686a29.tar.zst gsoc2013-epiphany-0cc4c6e62f10d78101be7831fc59075e6f686a29.zip |
Add an "add-page" signal to the EphyHistory object that can be used to
2005-08-28 Crispin Flowerday <gnome@flowerday.cx>
* embed/ephy-history.c: (ephy_history_class_init),
(internal_get_host), (ephy_history_get_host),
(ephy_history_add_host), (ephy_history_add_page), (impl_add_page):
* embed/ephy-history.h:
* lib/ephy-marshal.list:
Add an "add-page" signal to the EphyHistory object that can be
used to block urls from appearing in the history.
Also make the ephy_history_get_host() function not create
the EphyNode if it doesn't already exist.
Diffstat (limited to 'lib/ephy-marshal.list')
-rw-r--r-- | lib/ephy-marshal.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ephy-marshal.list b/lib/ephy-marshal.list index e4a2425c5..bbc8f2d40 100644 --- a/lib/ephy-marshal.list +++ b/lib/ephy-marshal.list @@ -1,6 +1,7 @@ BOOLEAN:BOXED BOOLEAN:ENUM,STRING,STRING,STRING BOOLEAN:OBJECT +BOOLEAN:STRING BOOLEAN:STRING,STRING BOOLEAN:STRING,STRING,STRING BOOLEAN:VOID |