Skip to content

Don't require such a new version of GLib

James Westman requested to merge glib-version into master

g_list_store_find() was introduced in GLib 2.64, which hasn't landed in some of the build images that will be used for CI. This commit introduces a temporary replacement for that function.

Merge request reports