GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
gnc-gkeyfile-utils.c File Reference

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)
 

Detailed Description

GKeyFile helper routines.

Author
Copyright (C) 2005 David Hampton hampt.nosp@m.on@e.nosp@m.mploy.nosp@m.ees..nosp@m.org

Definition in file gnc-gkeyfile-utils.c.