[PATCH] lib&cli: use g_object_new instead of g_object_newv

David Bremner david at tethera.net
Mon Sep 4 04:18:47 PDT 2017


David Bremner <david at tethera.net> writes:

> 'g_object_newv' is deprecated, and prints annoying warnings. The
> warnings suggest using 'g_object_new_with_properties', but that's only
> available since glib 2.55 (i.e. a month ago as of this writing).
> Since we don't actuall pass any properties, it seems we can just call
> 'g_object_new'.

pushed

d


More information about the notmuch mailing list