gnc-gkeyfile-utils.c File Reference


Detailed Description

GKeyFile helper routines.

Author:
Copyright (C) 2005 David Hampton <hampton@employees.org>

Definition in file gnc-gkeyfile-utils.c.

#include "config.h"
#include <glib.h>
#include <glib/gi18n.h>
#include <glib/gstdio.h>
#include <string.h>
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>
#include "gnc-gkeyfile-utils.h"

Go to the source code of this file.

Functions

gdouble g_key_file_get_double (GKeyFile *key_file, const gchar *group_name, const gchar *key, GError **error)
void g_key_file_set_double (GKeyFile *key_file, const gchar *group_name, const gchar *key, gdouble value)
gdouble * g_key_file_get_double_list (GKeyFile *key_file, const gchar *group_name, const gchar *key, gsize *length, GError **error)
void g_key_file_set_double_list (GKeyFile *key_file, const gchar *group_name, const gchar *key, gdouble list[], gsize length)
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)


Generated on Thu Aug 28 05:06:07 2008 for GnuCash by  doxygen 1.5.2