gtk2/demos/node-editor
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
..
data demos: icons for Print and Node Editors 2020-07-13 07:30:46 -04:00
gtkrendererpaintable.c node-editor: Add renderings with alternative renderers 2019-05-05 07:18:39 +02:00
gtkrendererpaintableprivate.h node-editor: Add renderings with alternative renderers 2019-05-05 07:18:39 +02:00
help-window.ui node-editor: Add a help window 2020-06-29 07:36:55 -04:00
main.c
meson.build node-editor: Don't install the icon 2020-08-09 20:28:56 -04:00
node-editor-application.c node-editor: Don't install the icon 2020-08-09 20:28:56 -04:00
node-editor-application.h
node-editor-window.c gsk: Avoid using gtk css types in public api 2020-11-16 23:27:44 -05:00
node-editor-window.h
node-editor-window.ui grid layout: Rename some properties 2020-08-02 17:58:03 -04:00
node-editor.gresource.xml node-editor: Don't install the icon 2020-08-09 20:28:56 -04:00
node-format.md node-editor: Document the node format 2020-06-29 07:36:55 -04:00