glib/girepository/tests
Philip Withnall 343027d5de girepository: Make GIInfoType private
Eventually, we want to move to using `GType` directly for everything,
since `GIBaseInfo` and its subclasses are all using `GTypeInstance`.

However, that requires quite a lot of changes and we’re about to hit the
API freeze.

So do the smallest set of changes possible to remove `GIInfoType` and
related functions from the public API, which gives us freedom to make
more changes later without breaking API.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>

Helps: #3155
2024-02-08 12:56:02 +00:00
..
cmph-bdz.c cmph-bdz-test: Use more size_t 2024-01-16 18:56:57 +01:00
function-info.c tests: Use runtime casts 2024-01-23 22:04:52 -08:00
gthash.c tests: Use g_assert_*() rather than g_assert() in gthash tests 2024-01-18 13:15:22 +00:00
meson.build Merge branch '3155-union-tests' into 'main' 2024-02-08 10:25:13 +00:00
object-info.c tests: Add a test for finding methods and vfuncs in a GIObjectInfo 2024-02-05 18:40:58 +00:00
repository-search-paths.c girepository: Drop gi_repository_get_default() 2024-01-26 12:08:17 +00:00
repository.c girepository: Make GIInfoType private 2024-02-08 12:56:02 +00:00
struct-info.c tests: Port over some GIRepository tests from g-i 1.x 2024-01-23 22:04:52 -08:00
test-common.c girepository: Move GIR generation into girepository and prior to tests 2024-01-30 00:50:40 -06:00
test-common.h tests: Port over some GIRepository tests from g-i 1.x 2024-01-23 22:04:52 -08:00
throws.c girepository: Remove GI_FUNCTION_THROWS and GI_VFUNC_THROWS flags 2024-01-24 20:45:28 -08:00
union-info.c tests: Add basic tests for GIUnionInfo 2024-02-06 13:42:43 +00:00