gtk/testsuite/gsk
Matthias Clasen 121e61cf01 gsk: Avoid using gtk css types in public api
Using GtkCssSection in public headers here may be
ok from the C perspective, since it all ends up in
the same library anyway. But it causes circular
dependency problems for our gir files that are still
split by namespace.

To avoid this problem, copy the GtkCssLocation struct
struct as GskParseLocation, and pass take two of them
instead of a GtkCssSection in the error callback.

Update all users.

Fixes: #2454
2020-11-16 23:27:44 -05:00
..
compare Update gsk tests 2020-09-04 13:19:01 -04:00
nodeparser gsk: Avoid long lines in serialized nodes 2020-10-03 13:10:55 -04:00
compare-render.c gsk: Avoid using gtk css types in public api 2020-11-16 23:27:44 -05:00
meson.build a11y: Consolidate accessibility environment variables 2020-11-09 16:21:49 +00:00
node-parser.c gsk: Avoid using gtk css types in public api 2020-11-16 23:27:44 -05:00
reftest-compare.c reftests: Pass common_cflags 2020-05-19 08:32:33 +02:00
reftest-compare.h Start reftests for gsk 2017-10-02 00:21:56 -04:00
render-nodes-cairo.test.in a11y: Consolidate accessibility environment variables 2020-11-09 16:21:49 +00:00
render-nodes-vulkan.test.in a11y: Consolidate accessibility environment variables 2020-11-09 16:21:49 +00:00
rounded-rect.c testsuite: Add tests for rounded rect code 2020-02-13 07:36:38 +01:00
shader.c Add a test for gsk_gl_shader_compile 2020-10-01 23:45:05 -04:00
transform.c Add some tests for the axis-aligned check 2020-09-07 14:22:47 -04:00