summaryrefslogtreecommitdiff
path: root/embed/ephy-embed-single.h
diff options
context:
space:
mode:
authorCrispin Flowerday <gnome@flowerday.cx>2005-01-01 21:32:57 +0000
committerCrispin Flowerday <crispin@src.gnome.org>2005-01-01 21:32:57 +0000
commit8999f2e890891e4286f501d2076716d523c7d169 (patch)
treefb44fc505779c839c0ee36dbf9d82772f8e470cb /embed/ephy-embed-single.h
parent478e8b73f9a7302f0c30aaa685fc3104b99d7480 (diff)
downloadepiphany-8999f2e890891e4286f501d2076716d523c7d169.tar.gz
Add an "add-sidebar" signal on the EphyEmbedSingle interface, it gets
2005-01-01 Crispin Flowerday <gnome@flowerday.cx> * embed/ephy-embed-single.c: (ephy_embed_single_iface_init): * embed/ephy-embed-single.h: * embed/mozilla/EphySidebar.cpp: * embed/mozilla/EphySidebar.h: * embed/mozilla/Makefile.am: * embed/mozilla/MozRegisterComponents.cpp: Add an "add-sidebar" signal on the EphyEmbedSingle interface, it gets emitted when a user clicks on a link that wants to add a url to the sidebar.
Diffstat (limited to 'embed/ephy-embed-single.h')
-rw-r--r--embed/ephy-embed-single.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/embed/ephy-embed-single.h b/embed/ephy-embed-single.h
index f37460a82..7c3850b82 100644
--- a/embed/ephy-embed-single.h
+++ b/embed/ephy-embed-single.h
@@ -48,6 +48,11 @@ struct _EphyEmbedSingleIface
void (* network_status) (EphyEmbedSingle *single,
gboolean offline);
+
+ gboolean (* add_sidebar) (EphyEmbedSingle *single,
+ const char * url,
+ const char * title);
+
/* Methods */
GtkWidget * (* open_window) (EphyEmbedSingle *single,