gtk/demos
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
..
constraint-editor Make filter constructors return exact types 2020-09-05 21:43:42 -04:00
gtk-demo gtk-demo: Plug a memory leak 2020-11-15 23:03:30 -05:00
icon-browser icon-browser: use content-view 2020-09-14 14:18:52 +02:00
node-editor gsk: Avoid using gtk css types in public api 2020-11-16 23:27:44 -05:00
print-editor print-editor: Fix a wrong comparison 2020-10-22 17:46:33 +02:00
widget-factory widget-factory: Remove an unused popover 2020-11-16 15:22:12 -05:00
meson.build Move print-editor to demos 2020-05-12 15:43:43 -04:00