GNOME Bugzilla – Bug 782860
validate: g_object_newv() is deprecated
Last modified: 2017-05-20 13:19:31 UTC
Since glib version 2.54, g_object_newv() is deprecated. This patch changes that function with a simpler g_object_new(), since no properties are set.
Created attachment 352206 [details] [review] validate: g_object_newv() is deprecated
Review of attachment 352206 [details] [review]: OK
Attachment 352206 [details] pushed as 29480d0 - validate: g_object_newv() is deprecated