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

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

Date: Mon, 04 Sep 2017 08:18:47 -0300

To: notmuch@notmuchmail.org, notmuch@freelists.org

Cc:

From: David Bremner


David Bremner <david@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


Thread: