Matthias Clasen
|
f98353c20b
|
Force g_test_init to cooperate
Change all g_test_init calls in the testsuite
to avoid the macro, so they work regardless of
G_DISABLE_ASSERT.
|
2021-04-12 21:22:46 -04:00 |
|
Matthias Clasen
|
8c156e6b80
|
testsuite: Reduce the use of g_assert
Stop using g_assert() in the gtk tests.
|
2021-04-12 21:22:46 -04:00 |
|
Matthias Clasen
|
875452b476
|
testsuite: Improve coverage for GtkMultiSorter
|
2020-10-30 23:33:34 -04:00 |
|
Matthias Clasen
|
24389a0ef5
|
Make sorter constructors return exact types
Make functions like gtk_custom_sorter_new() return
the actual type they construct.
Update all callers.
|
2020-09-05 21:50:15 -04:00 |
|
Björn Daase
|
6315cd977c
|
*: Fix spelling mistakes found by codespell
|
2020-08-21 15:29:34 +02:00 |
|
Matthias Clasen
|
a46cfd3ff4
|
sortlistmodel: Make constructor transfer full
This is for consistency with other wrapping list constructors.
We want them all to be transfer full, allow-none.
Update all callers.
|
2020-07-26 18:04:40 -04:00 |
|
Matthias Clasen
|
d1b2ded7e2
|
sorter: Add tests
Some basic tests for GtkSorter.
|
2020-05-30 19:26:44 -04:00 |
|