lib&cli: use g_object_new instead of g_object_newv
authorDavid Bremner <david@tethera.net>
Sun, 3 Sep 2017 11:55:42 +0000 (08:55 -0300)
committerDavid Bremner <david@tethera.net>
Mon, 4 Sep 2017 11:04:44 +0000 (08:04 -0300)
commit0260ee371ea561d3e6876ab800e934ddeacb3482
tree90fd6c192a1ef3844bf83c4823b7eec4678d87df
parent752653880833fb631ec3e350525d4bdb91efe290
lib&cli: use g_object_new instead of g_object_newv

'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'.
gmime-filter-reply.c
lib/index.cc