[epiphany/wip/modern_gobject: 31/70] EphyDownload: signal style cleanup



commit c3d61099868616918307a0ac06ea88c8643b6cbd
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Thu Sep 24 13:51:36 2015 -0500

    EphyDownload: signal style cleanup

 embed/ephy-download.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/embed/ephy-download.c b/embed/ephy-download.c
index df5fae5..e6ceaa3 100644
--- a/embed/ephy-download.c
+++ b/embed/ephy-download.c
@@ -712,7 +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, NULL,
+                0, NULL, NULL, NULL,
                 G_TYPE_NONE,
                 1,
                 G_TYPE_STRING | G_SIGNAL_TYPE_STATIC_SCOPE);
@@ -725,7 +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, NULL,
+                0, NULL, NULL, NULL,
                 G_TYPE_NONE,
                 0);
   /**
@@ -736,7 +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, NULL,
+                0, NULL, NULL, NULL,
                 G_TYPE_NONE,
                 0);
 }


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