GNOME Bugzilla – Bug 750371
Some way to disable warnings for missing properties
Last modified: 2015-06-04 01:13:22 UTC
I have an array of JSON objects, and some have an extra optional property. I've added it to my GObject. json-glib gives warnings for those GObject properties missing in the json. Is there a way around this? Can we have some way of setting whether this line is called? https://github.com/GNOME/json-glib/blob/master/json-glib/json-gobject.c#L232-L233
Nevermind, please delete