libmm-glib: define autocleanup for all exported types
We should update libmm-glib so that we define autocleanup methods for all our exported types, only defined if the GLib used is > 2.44.
E.g.:
G_DEFINE_AUTOPTR_CLEANUP_FUNC(MMFirmwareUpdateSettings, g_object_unref)