This Just Works(tm). However, there is one ugly part worth calling out - we're still calling dbus_g_object_register_marshaller(). In the future, that won't be necessary with: See https://bugs.freedesktop.org/show_bug.cgi?id=64214 --- .gitignore | 1 - src/bluez-manager/nm-bluez-device.c | 3 +-- src/bluez-manager/nm-bluez-manager.c | 5 ++--- src/dhcp-manager/nm-dhcp-manager.c | 1 - src/generated/Makefile.am | 7 +------ src/ip6-manager/nm-ip6-manager.c | 5 ++--- src/modem-manager/nm-modem-generic.c | 3 +-- src/modem-manager/nm-modem-manager.c | 3 +-- src/modem-manager/nm-modem.c | 7 +++---- src/nm-dbus-manager.c | 9 ++++----- src/nm-device-bt.c | 5 ++--- src/nm-device-modem.c | 1 - src/nm-device-wifi.c | 3 +-- src/nm-device.c | 11 +++++------ src/nm-manager.c | 3 +-- src/nm-udev-manager.c | 5 ++--- src/platform/nm-platform.c | 3 +-- src/ppp-manager/nm-ppp-manager.c | 5 ++--- src/settings/nm-default-wired-connection.c | 1 - src/settings/nm-inotify-helper.c | 3 +-- src/settings/nm-settings-connection.c | 1 - src/supplicant-manager/nm-supplicant-interface.c | 17 ++++++++--------- src/vpn-manager/nm-vpn-connection.c | 5 ++--- src/vpn-manager/nm-vpn-manager.c | 1 - 24 files changed, 40 insertions(+), 68 deletions(-)
Attachment:
0001-Use-g_cclosure_marshal_generic.patch
Description: Text Data