libnm-glib, core: use g_cclosure_marshal_generic

Since we depend on new glib now, we can just use the generic
marshaller rather than generating our own.
This commit is contained in:
Dan Winship
2013-05-06 13:37:25 -04:00
parent ec0a66861e
commit d529580cbb
32 changed files with 91 additions and 189 deletions

View File

@@ -37,7 +37,6 @@
#include "nm-dhcp-manager.h"
#include "nm-dhcp-dhclient.h"
#include "nm-dhcp-dhcpcd.h"
#include "nm-marshal.h"
#include "nm-logging.h"
#include "nm-dbus-manager.h"
#include "nm-hostname-provider.h"