|
GnuCash
2.6.99
|
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) |
| gboolean | gnc_is_xml_data_file (const gchar *name) |
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 389 of file io-gncxml-v1.c.
| gboolean qof_session_load_from_xml_file | ( | QofBook * | , |
| const char * | filename | ||
| ) |
Read in an account group from a file
Definition at line 340 of file io-gncxml-v1.c.
1.8.6