[epiphany/wip/modern_gobject: 15/15] EphyDownload: Don't choose signal marshallers
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/modern_gobject: 15/15] EphyDownload: Don't choose signal marshallers
- Date: Mon, 14 Sep 2015 01:12:55 +0000 (UTC)
commit 42a8a14d9dc3d680d87e4192a3ee2a3376e402ac
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]