summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-request.c
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-glib/channel-request.c')
-rw-r--r--telepathy-glib/channel-request.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/telepathy-glib/channel-request.c b/telepathy-glib/channel-request.c
index 333e5cc45..08fcf1f9c 100644
--- a/telepathy-glib/channel-request.c
+++ b/telepathy-glib/channel-request.c
@@ -42,8 +42,6 @@
#include "telepathy-glib/simple-client-factory-internal.h"
#include "telepathy-glib/_gen/tp-cli-channel-request-body.h"
-#include "_gen/signals-marshal.h"
-
/**
* SECTION:channel-request
* @title: TpChannelRequest
@@ -490,8 +488,7 @@ tp_channel_request_class_init (TpChannelRequestClass *klass)
G_OBJECT_CLASS_TYPE (klass),
G_SIGNAL_RUN_LAST | G_SIGNAL_DETAILED,
0,
- NULL, NULL,
- g_cclosure_marshal_VOID__VOID,
+ NULL, NULL, NULL,
G_TYPE_NONE, 0);
/**
@@ -518,8 +515,7 @@ tp_channel_request_class_init (TpChannelRequestClass *klass)
G_OBJECT_CLASS_TYPE (klass),
G_SIGNAL_RUN_LAST | G_SIGNAL_DETAILED,
0,
- NULL, NULL,
- _tp_marshal_VOID__OBJECT_OBJECT,
+ NULL, NULL, NULL,
G_TYPE_NONE, 2, TP_TYPE_CONNECTION, TP_TYPE_CHANNEL);
}