gtk2/demos/node-editor
Emmanuele Bassi 5f070ff233 Remove filename/URI API from GtkFileChooser
GtkFileChooser's API predates GIO by a few years, so it started off with
filenames and URI as character arrays. After introducing GIO as a
dependency, the API included GFile-based entry points.

It's much more appropriate to use GFile everywhere, as we want to
encourage people to use GIO instead of passing random bytes to low level
POSIX API.

See: #2455
2020-02-22 15:22:06 +00: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
main.c Add gtk4-node-editor 2019-05-05 07:18:39 +02:00
meson.build node editor: Add a quick way to save a testcase 2019-05-29 20:30:21 +02:00
node-editor-application.c node editor: Avoid inheriting textview styles 2019-09-03 01:44:55 +09:00
node-editor-application.h Add gtk4-node-editor 2019-05-05 07:18:39 +02:00
node-editor-window.c Remove filename/URI API from GtkFileChooser 2020-02-22 15:22:06 +00:00
node-editor-window.h Add gtk4-node-editor 2019-05-05 07:18:39 +02:00
node-editor-window.ui node editor: Add a quick way to save a testcase 2019-05-29 20:30:21 +02:00
node-editor.gresource.xml Add gtk4-node-editor 2019-05-05 07:18:39 +02:00