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-connection-managers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy/empathy-connection-managers.c') diff --git a/libempathy/empathy-connection-managers.c b/libempathy/empathy-connection-managers.c index 30a9b8471..a45731686 100644 --- a/libempathy/empathy-connection-managers.c +++ b/libempathy/empathy-connection-managers.c @@ -150,7 +150,7 @@ empathy_connection_managers_class_init ( G_TYPE_FROM_CLASS (object_class), G_SIGNAL_RUN_LAST, 0, NULL, NULL, - g_cclosure_marshal_VOID__VOID, + g_cclosure_marshal_generic, G_TYPE_NONE, 0); } -- cgit v1.2.3