gtk2/demos/constraint-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
..
constraint-editor-application.c constraint editor: Implement saving 2019-07-02 10:03:48 -04:00
constraint-editor-application.h Add a constraint editor demo 2019-07-01 00:10:11 +01:00
constraint-editor-window.c Remove filename/URI API from GtkFileChooser 2020-02-22 15:22:06 +00:00
constraint-editor-window.h Add a constraint editor demo 2019-07-01 00:10:11 +01:00
constraint-editor-window.ui constraint editor: Implement saving 2019-07-02 10:03:48 -04:00
constraint-editor.c constraints editor: Stop naming constraints 2019-07-02 10:03:48 -04:00
constraint-editor.css Add a constraint editor demo 2019-07-01 00:10:11 +01:00
constraint-editor.gresource.xml Add a constraint editor demo 2019-07-01 00:10:11 +01:00
constraint-editor.h constraints editor: Stop naming constraints 2019-07-02 10:03:48 -04:00
constraint-editor.ui constraints editor: Stop naming constraints 2019-07-02 10:03:48 -04:00
constraint-view-child.c Add a constraint editor demo 2019-07-01 00:10:11 +01:00
constraint-view-child.h Add a constraint editor demo 2019-07-01 00:10:11 +01:00
constraint-view.c constraint editor: Use name properties 2019-07-02 10:03:48 -04:00
constraint-view.h Add a constraint editor demo 2019-07-01 00:10:11 +01:00
guide-editor.c constraint editor: Implement saving 2019-07-02 10:03:48 -04:00
guide-editor.h constraint editor: Implement saving 2019-07-02 10:03:48 -04:00
guide-editor.ui Add a constraint editor demo 2019-07-01 00:10:11 +01:00
main.c Add a constraint editor demo 2019-07-01 00:10:11 +01:00
meson.build demos/constraint-editor: Fix linking on MSVC builds 2019-07-08 18:37:27 +08:00