[epiphany/tmp-gnome-2-32: 11/31] ephy-web-view: remove dom-content-loaded signal



commit d8fcd7ac08f26eef3f76a1983192e510b32f2280
Author: Xan Lopez <xan gnome org>
Date:   Mon May 24 12:51:29 2010 +0200

    ephy-web-view: remove dom-content-loaded signal
    
    Would duplicate the functionality of the WebKit DOM signals, if it
    worked at all...

 embed/ephy-web-view.c |   18 ------------------
 embed/ephy-web-view.h |    2 --
 2 files changed, 0 insertions(+), 20 deletions(-)
---
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c
index d8604cb..b240d19 100644
--- a/embed/ephy-web-view.c
+++ b/embed/ephy-web-view.c
@@ -1623,24 +1623,6 @@ ephy_web_view_class_init (EphyWebViewClass *klass)
             0);
 
 /**
- * EphyWebView::dom-content-loaded:
- * @view: the #EphyWebView that received the signal
- *
- * The ::dom-content-loaded signal is emitted when 
- * the document has been loaded (excluding images and other loads initiated by this document).
- * That's true also for frameset and all the frames within it.
- **/
-    g_signal_new ("dom_content_loaded",
-            EPHY_TYPE_WEB_VIEW,
-            G_SIGNAL_RUN_FIRST,
-            G_STRUCT_OFFSET (EphyWebViewClass, dom_content_loaded),
-            NULL, NULL,
-            g_cclosure_marshal_VOID__POINTER,
-            G_TYPE_NONE,
-            1,
-            G_TYPE_POINTER);
-
-/**
  * EphyWebView::search-key-press:
  * @view: the #EphyWebView that received the signal
  * @event: the #GdkEventKey which triggered this signal
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h
index 5b6a28d..c2ee23b 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,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]