aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2024-12-19 08:51:52 +0100
committerPřemysl Eric Janouch <p@janouch.name>2024-12-19 14:38:19 +0100
commit531f18d827dd515befa8a91f5ac80c6b3872498d (patch)
tree5cbfc9e79b0335d19141511b57df285f580ed51a /src/utils.h
parent862cde36aeaf9b6fbaadc9ab32b95eaa3a8ba7f4 (diff)
downloadtdv-531f18d827dd515befa8a91f5ac80c6b3872498d.tar.gz
tdv-531f18d827dd515befa8a91f5ac80c6b3872498d.tar.xz
tdv-531f18d827dd515befa8a91f5ac80c6b3872498d.zip
GUI: add basic configuration
It is simply not feasible to write the text file by hand on Windows.
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h
index bc5775b..ccd660e 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -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 -----------------------------------------------------------------