|
GnuCash c935c2f+
|
api for Version 1 XML-based file format More...
#include <glib.h>#include "qof.h"Go to the source code of this file.
Functions | |
| gboolean | qof_session_load_from_xml_file (QofBook *, const char *filename) |
| Read in an account group from a file. | |
| gboolean | gnc_is_xml_data_file (const gchar *name) |
| The is_gncxml_file() routine checks to see if the first few chars of the file look like gnc-xml data. | |
api for Version 1 XML-based file format
Initial code by Rob L. Browning 4Q 2000 Tuneups by James LewisMoss Dec 2000
Definition in file io-gncxml.h.
| gboolean gnc_is_xml_data_file | ( | const gchar * | name | ) |
The is_gncxml_file() routine checks to see if the first few chars of the file look like gnc-xml data.
Definition at line 391 of file io-gncxml-v1.cpp.
| gboolean qof_session_load_from_xml_file | ( | QofBook * | book, |
| const char * | filename | ||
| ) |
Read in an account group from a file.
Definition at line 342 of file io-gncxml-v1.cpp.