GnuCash
5.6-150-g038405b370+
|
GKeyFile helper routines. More...
#include <config.h>
#include <platform.h>
#include <glib.h>
#include <glib/gi18n.h>
#include <glib/gstdio.h>
#include <string.h>
#include <errno.h>
#include <fcntl.h>
#include "gnc-gkeyfile-utils.h"
Go to the source code of this file.
Functions | |
GKeyFile * | gnc_key_file_load_from_file (const gchar *file, gboolean ignore_error, gboolean return_empty_struct, GError **caller_error) |
Open and read a key/value file from disk into memory. More... | |
gboolean | gnc_key_file_save_to_file (const gchar *file, GKeyFile *key_file, GError **error) |
Write a key/value file from memory to disk. More... | |
GKeyFile helper routines.
Definition in file gnc-gkeyfile-utils.c.