|
GnuCash 2.4.99
|
Utility functions for file access. More...
#include <stdio.h>Go to the source code of this file.
Defines | |
| #define | STATE_FILE_TOP "Top" |
| #define | STATE_FILE_BOOK_GUID "BookGuid" |
| #define | STATE_FILE_EXT ".gcm" |
Functions | |
| char * | gncFindFile (const char *filename) |
| int | gncReadFile (const char *filename, char **data) |
| gint64 | gnc_getline (gchar **line, FILE *file) |
| GKeyFile * | gnc_find_state_file (const gchar *url, const gchar *guid, gchar **filename) |
Utility functions for file access.
These functions help you to locate files that can reside in multiple locations.
Definition in file file-utils.h.
1.7.4