GNOME Bugzilla – Bug 764259
ClutterGst.init_with_args 'entries' param should be array; translation_domain nullable.
Last modified: 2016-09-14 14:41:16 UTC
ClutterGst init_with_args 'entries' parameter should be nullable struct array; 'translation_domain' should be nullable string. Currently both defined as non-nullable, entries defined as non-array. Should be?: [CCode (array_length = false)] GLib.OptionEntry[]? entries, string? translation_domain not GLib.OptionEntry entries, string translation_domain