|
GnuCash
2.6.99
|
GKeyFile helper routines. More...
#include "config.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"#include "qof.h"Go to the source code of this file.
Functions | |
| GKeyFile * | gnc_key_file_load_from_file (const gchar *filename, gboolean ignore_error, gboolean return_empty_struct, GError **caller_error) |
| gboolean | gnc_key_file_save_to_file (const gchar *filename, GKeyFile *key_file, GError **error) |
GKeyFile helper routines.
Definition in file gnc-gkeyfile-utils.c.
1.8.6