GUI: add basic configuration

It is simply not feasible to write the text file by hand on Windows.
This commit is contained in:
2024-12-19 08:51:52 +01:00
parent 862cde36ae
commit 531f18d827
7 changed files with 351 additions and 24 deletions

View File

@@ -54,6 +54,7 @@ gchar *resolve_relative_config_filename (const gchar *filename);
gchar *resolve_filename
(const gchar *filename, gchar *(*relative_cb) (const char *));
GKeyFile *load_project_config_file (GError **error);
gboolean save_project_config_file (GKeyFile *key_file, GError **error);
// --- Loading -----------------------------------------------------------------