[epiphany] EphyDownload: Don't specify signal marshallers
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] EphyDownload: Don't specify signal marshallers
- Date: Sat, 7 Nov 2015 16:55:40 +0000 (UTC)
commit 67159cd27bb47c59bd8bb67edbd2498c5fb282c2
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Sat Nov 7 10:01:32 2015 -0600
EphyDownload: Don't specify 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 065c57d..ae02b79 100644
--- a/embed/ephy-download.c
+++ b/embed/ephy-download.c
@@ -612,8 +612,7 @@ ephy_download_class_init (EphyDownloadClass *klass)
G_OBJECT_CLASS_TYPE (object_class),
G_SIGNAL_RUN_LAST,
0,
- NULL, NULL,
- g_cclosure_marshal_generic,
+ NULL, NULL, NULL,
G_TYPE_NONE,
1,
G_TYPE_STRING | G_SIGNAL_TYPE_STATIC_SCOPE);
@@ -627,8 +626,7 @@ ephy_download_class_init (EphyDownloadClass *klass)
G_OBJECT_CLASS_TYPE (object_class),
G_SIGNAL_RUN_LAST,
0,
- NULL, NULL,
- g_cclosure_marshal_VOID__VOID,
+ NULL, NULL, NULL,
G_TYPE_NONE,
0);
/**
@@ -640,8 +638,7 @@ ephy_download_class_init (EphyDownloadClass *klass)
G_OBJECT_CLASS_TYPE (object_class),
G_SIGNAL_RUN_LAST,
0,
- NULL, NULL,
- g_cclosure_marshal_generic,
+ NULL, NULL, NULL,
G_TYPE_NONE,
1, G_TYPE_POINTER);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]