aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <descalante@igalia.com>2010-05-14 09:22:00 +0800
committerDiego Escalante Urrelo <descalante@igalia.com>2010-08-31 04:32:56 +0800
commit577743e397bf46569531efb8d364798f2d07d80e (patch)
tree9eae9b94626890ba5a356d27ad1e6bba44deb5a4 /embed
parent8c5f0314a84917fd5c2bbe8f200063f4224baee9 (diff)
downloadgsoc2013-epiphany-577743e397bf46569531efb8d364798f2d07d80e.tar
gsoc2013-epiphany-577743e397bf46569531efb8d364798f2d07d80e.tar.gz
gsoc2013-epiphany-577743e397bf46569531efb8d364798f2d07d80e.tar.bz2
gsoc2013-epiphany-577743e397bf46569531efb8d364798f2d07d80e.tar.lz
gsoc2013-epiphany-577743e397bf46569531efb8d364798f2d07d80e.tar.xz
gsoc2013-epiphany-577743e397bf46569531efb8d364798f2d07d80e.tar.zst
gsoc2013-epiphany-577743e397bf46569531efb8d364798f2d07d80e.zip
ephy-embed-single: remove add_sidebar signal
We removed the sidebar extension for 2.30.
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-embed-single.c20
-rw-r--r--embed/ephy-embed-single.h4
2 files changed, 0 insertions, 24 deletions
diff --git a/embed/ephy-embed-single.c b/embed/ephy-embed-single.c
index 3b13e4f63..04ead3f57 100644
--- a/embed/ephy-embed-single.c
+++ b/embed/ephy-embed-single.c
@@ -319,26 +319,6 @@ ephy_embed_single_class_init (EphyEmbedSingleClass *klass)
G_TYPE_STRING);
/**
- * EphyEmbedSingle::add-sidebar:
- * @single:
- * @url: The url of the sidebar to be added
- * @title: The title of the sidebar to be added
- *
- * The ::add-sidebar signal is emitted when the user clicks a javascript link that
- * requests adding a url to the sidebar.
- **/
- g_signal_new ("add-sidebar",
- EPHY_TYPE_EMBED_SINGLE,
- G_SIGNAL_RUN_LAST,
- G_STRUCT_OFFSET (EphyEmbedSingleClass, add_sidebar),
- g_signal_accumulator_true_handled, NULL,
- ephy_marshal_BOOLEAN__STRING_STRING,
- G_TYPE_BOOLEAN,
- 2,
- G_TYPE_STRING | G_SIGNAL_TYPE_STATIC_SCOPE,
- G_TYPE_STRING | G_SIGNAL_TYPE_STATIC_SCOPE);
-
- /**
* EphyEmbedSingle::add-search-engine
* @single:
* @url: The url of the search engine definition file
diff --git a/embed/ephy-embed-single.h b/embed/ephy-embed-single.h
index 321010503..00307e6a6 100644
--- a/embed/ephy-embed-single.h
+++ b/embed/ephy-embed-single.h
@@ -68,10 +68,6 @@ struct _EphyEmbedSingleClass
char *mime_type,
char *uri);
- gboolean (* add_sidebar) (EphyEmbedSingle *single,
- const char *url,
- const char *title);
-
gboolean (* add_search_engine) (EphyEmbedSingle *single,
const char *url,
const char *icon_url,