glib/girepository/tests
Marco Trevisan (Treviño) 2c00c7c924 girepository: Use an array to iterate over and return the search paths
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.
2023-12-21 14:14:27 +01:00
..
meson.build girepository/tests: Add search paths tests 2023-12-21 03:02:27 +01:00
repository-search-paths.c girepository: Use an array to iterate over and return the search paths 2023-12-21 14:14:27 +01:00
repository.c girepository: Use an array to iterate over and return the search paths 2023-12-21 14:14:27 +01:00