diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-02-15 04:57:08 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-02-15 04:57:08 +0800 |
commit | ef7614362de89dbf7ebcfbe18bc1284754f17164 (patch) | |
tree | 141cefc47787ba88f82d871d0eaf3dc2fb0631f1 /embed/ephy-embed-single.h | |
parent | 8393fcfb76309e11471481c922b9fc4ce666fdc9 (diff) | |
download | gsoc2013-epiphany-ef7614362de89dbf7ebcfbe18bc1284754f17164.tar.gz gsoc2013-epiphany-ef7614362de89dbf7ebcfbe18bc1284754f17164.tar.zst gsoc2013-epiphany-ef7614362de89dbf7ebcfbe18bc1284754f17164.zip |
Emit a signal in EphySidebar::AddSearchEngine.
2005-02-14 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed-single.c: (ephy_embed_single_iface_init):
* embed/ephy-embed-single.h:
* embed/mozilla/EphySidebar.cpp:
* lib/ephy-marshal.list:
Emit a signal in EphySidebar::AddSearchEngine.
Diffstat (limited to 'embed/ephy-embed-single.h')
-rw-r--r-- | embed/ephy-embed-single.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/embed/ephy-embed-single.h b/embed/ephy-embed-single.h index 03e4f9a05..63d065666 100644 --- a/embed/ephy-embed-single.h +++ b/embed/ephy-embed-single.h @@ -66,8 +66,13 @@ struct _EphyEmbedSingleIface gboolean (* add_sidebar) (EphyEmbedSingle *single, - const char * url, - const char * title); + const char *url, + const char *title); + + gboolean (* add_search_engine) (EphyEmbedSingle *single, + const char *url, + const char *icon_url, + const char *title); gboolean (* check_content) (EphyEmbedSingle *single, EphyContentCheckType type, |