gtk/testsuite
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
..
a11y a11y: GtkStack is a group of stack pages 2020-11-12 21:46:06 +00:00
css Merge branch 'matthiasc/builder-requires' into 'master' 2020-11-11 03:53:52 +00:00
gdk a11y: Consolidate accessibility environment variables 2020-11-09 16:21:49 +00:00
gsk gsk: Avoid using gtk css types in public api 2020-11-16 23:27:44 -05:00
gtk Merge branch 'matthiasc/builder-requires' into 'master' 2020-11-11 03:53:52 +00:00
performance Alterative sysprof build support 2020-08-21 18:28:29 -04:00
reftests Merge branch 'matthiasc/builder-requires' into 'master' 2020-11-11 03:53:52 +00:00
tools Merge branch 'matthiasc/builder-requires' into 'master' 2020-11-11 03:53:52 +00:00
meson.build testsuite: Setup tests env by platform 2020-08-05 16:23:14 +08:00