From 7978eacb5d49b518a7f7b4e7b92c8a7bfb8fc400 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 28 Sep 2011 13:41:11 +0200 Subject: Use g_cclosure_marshal_generic for all signals No more ugly marshallers \o/ --- libempathy/empathy-ft-factory.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libempathy/empathy-ft-factory.c') diff --git a/libempathy/empathy-ft-factory.c b/libempathy/empathy-ft-factory.c index 5097f9b1e..fb2497a54 100644 --- a/libempathy/empathy-ft-factory.c +++ b/libempathy/empathy-ft-factory.c @@ -27,7 +27,6 @@ #include "empathy-ft-factory.h" #include "empathy-ft-handler.h" -#include "empathy-marshal.h" #include "empathy-request-util.h" #include "empathy-utils.h" @@ -126,7 +125,7 @@ empathy_ft_factory_class_init (EmpathyFTFactoryClass *klass) G_TYPE_FROM_CLASS (klass), G_SIGNAL_RUN_LAST, 0, NULL, NULL, - _empathy_marshal_VOID__OBJECT_POINTER, + g_cclosure_marshal_generic, G_TYPE_NONE, 2, EMPATHY_TYPE_FT_HANDLER, G_TYPE_POINTER); /** @@ -149,7 +148,7 @@ empathy_ft_factory_class_init (EmpathyFTFactoryClass *klass) G_TYPE_FROM_CLASS (klass), G_SIGNAL_RUN_LAST, 0, NULL, NULL, - _empathy_marshal_VOID__OBJECT_POINTER, + g_cclosure_marshal_generic, G_TYPE_NONE, 2, EMPATHY_TYPE_FT_HANDLER, G_TYPE_POINTER); } -- cgit v1.2.3