aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-web-view.h
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2010-05-24 18:51:29 +0800
committerDiego Escalante Urrelo <descalante@igalia.com>2010-08-31 04:32:57 +0800
commit0d6c92c7faca90c9f2844becf1a050c49ea7974c (patch)
treee03ca8315f09890c99a1bfe23805b8be6b7485c6 /embed/ephy-web-view.h
parentd2fa06c7251b69e20234ee41bc159ba1435c991d (diff)
downloadgsoc2013-epiphany-0d6c92c7faca90c9f2844becf1a050c49ea7974c.tar
gsoc2013-epiphany-0d6c92c7faca90c9f2844becf1a050c49ea7974c.tar.gz
gsoc2013-epiphany-0d6c92c7faca90c9f2844becf1a050c49ea7974c.tar.bz2
gsoc2013-epiphany-0d6c92c7faca90c9f2844becf1a050c49ea7974c.tar.lz
gsoc2013-epiphany-0d6c92c7faca90c9f2844becf1a050c49ea7974c.tar.xz
gsoc2013-epiphany-0d6c92c7faca90c9f2844becf1a050c49ea7974c.tar.zst
gsoc2013-epiphany-0d6c92c7faca90c9f2844becf1a050c49ea7974c.zip
ephy-web-view: remove dom-content-loaded signal
Would duplicate the functionality of the WebKit DOM signals, if it worked at all...
Diffstat (limited to 'embed/ephy-web-view.h')
-rw-r--r--embed/ephy-web-view.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h
index 5b6a28d4c..c2ee23bf7 100644
--- a/embed/ephy-web-view.h
+++ b/embed/ephy-web-view.h
@@ -124,8 +124,6 @@ struct _EphyWebViewClass
EphyEmbedEvent *event);
gboolean (* dom_mouse_down) (EphyWebView *view,
EphyEmbedEvent *event);
- void (* dom_content_loaded) (EphyWebView *view,
- gpointer event);
void (* popup_blocked) (EphyWebView *view,
const char *address,
const char *target,