GnuCash
5.6-150-g038405b370+
|
load and save data to files More...
#include <qof.h>
#include <gmodule.h>
Go to the source code of this file.
Functions | |
void | gnc_module_init_backend_xml (void) |
Initialization function which can be used when this module is statically linked into the application. More... | |
G_MODULE_EXPORT void | qof_backend_module_init (void) |
This is the standardized initialization function of a qof_backend GModule, but compiling this can be disabled by defining GNC_NO_LOADABLE_MODULES. More... | |
load and save data to files
This file implements the top-level QofBackend API for saving/ restoring data to/from an ordinary Unix filesystem file.
Definition in file gnc-backend-xml.h.
void gnc_module_init_backend_xml | ( | void | ) |
Initialization function which can be used when this module is statically linked into the application.
Definition at line 194 of file gnc-backend-xml.cpp.
G_MODULE_EXPORT void qof_backend_module_init | ( | void | ) |
This is the standardized initialization function of a qof_backend GModule, but compiling this can be disabled by defining GNC_NO_LOADABLE_MODULES.
This one simply calls gnc_module_init_backend_file().
Definition at line 1180 of file gnc-backend-dbi.cpp.