37 #ifndef GNC_GKEYFILE_UTILS_H 38 #define GNC_GKEYFILE_UTILS_H 56 gboolean ignore_error,
57 gboolean return_empty_struct,
58 GError **caller_error);
gboolean gnc_key_file_save_to_file(const gchar *filename, GKeyFile *key_file, GError **error)
Write a key/value file from memory to disk.
GKeyFile * gnc_key_file_load_from_file(const gchar *filename, gboolean ignore_error, gboolean return_empty_struct, GError **caller_error)
Open and read a key/value file from disk into memory.