mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-07 00:14:46 +01:00
We used to store the search paths into a GSList but this is not efficient for various reasons, so replace this with an array so that we can replace return just a GStrv in the public API.