[epiphany/wip/modern_gobject: 12/14] EphyDownload: Don't choose signal marshallers



commit 2a69a91b8e5287fb561b83e8254c2936ded823a8
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sun Sep 13 20:09:24 2015 -0500

    EphyDownload: Don't choose signal marshallers

 embed/ephy-download.c |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/embed/ephy-download.c b/embed/ephy-download.c
index 111e868..df5fae5 100644
--- a/embed/ephy-download.c
+++ b/embed/ephy-download.c
@@ -712,8 +712,7 @@ ephy_download_class_init (EphyDownloadClass *klass)
   g_signal_new ("filename-suggested",
                 G_OBJECT_CLASS_TYPE (object_class),
                 G_SIGNAL_RUN_LAST,
-                NULL, NULL, NULL,
-                g_cclosure_marshal_generic,
+                NULL, NULL, NULL, NULL,
                 G_TYPE_NONE,
                 1,
                 G_TYPE_STRING | G_SIGNAL_TYPE_STATIC_SCOPE);
@@ -726,8 +725,7 @@ ephy_download_class_init (EphyDownloadClass *klass)
   g_signal_new ("completed",
                 G_OBJECT_CLASS_TYPE (object_class),
                 G_SIGNAL_RUN_LAST,
-                NULL, NULL, NULL,
-                g_cclosure_marshal_VOID__VOID,
+                NULL, NULL, NULL, NULL,
                 G_TYPE_NONE,
                 0);
   /**
@@ -738,8 +736,7 @@ ephy_download_class_init (EphyDownloadClass *klass)
   g_signal_new ("error",
                 G_OBJECT_CLASS_TYPE (object_class),
                 G_SIGNAL_RUN_LAST,
-                NULL, NULL, NULL,
-                g_cclosure_marshal_generic,
+                NULL, NULL, NULL, NULL,
                 G_TYPE_NONE,
                 0);
 }


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