[PATCH] Use g_cclosure_marshal_generic

2013-05-08 Thread Colin Walters
d3df947623f1f2d8487f0792a3e0981228e1ae89 Mon Sep 17 00:00:00 2001 From: Colin Walters walt...@verbum.org Date: Wed, 8 May 2013 08:53:59 -0400 Subject: [PATCH] Use g_cclosure_marshal_generic This Just Works(tm). However, there is one ugly part worth calling out - we're still calling

Re: [PATCH] Use g_cclosure_marshal_generic

2013-05-08 Thread Dan Winship
Oh, I just did this too as part of the danw/movedevs branch... - dbus_g_object_register_marshaller (_nm_marshal_VOID__STRING_BOXED, + dbus_g_object_register_marshaller (NULL, Does that work? From what I can see in the dbus-glib source code, it seems like you would need to pass

Re: [PATCH] Use g_cclosure_marshal_generic

2013-05-08 Thread Colin Walters
On Wed, 2013-05-08 at 09:22 -0400, Dan Winship wrote: Oh, I just did this too as part of the danw/movedevs branch... -dbus_g_object_register_marshaller (_nm_marshal_VOID__STRING_BOXED, +dbus_g_object_register_marshaller (NULL, Does that work? From what I can see in the dbus-glib