GnuCash
5.6-150-g038405b370+
|
This is the private header for the account structure. More...
Go to the source code of this file.
Data Structures | |
struct | AccountPrivate |
struct | Account |
Account in Gnucash. More... | |
struct | AccountTestFunctions |
Macros | |
#define | GNC_ID_ROOT_ACCOUNT "RootAccount" |
Functions | |
void | xaccAccountSetGUID (Account *account, const GncGUID *guid) |
gboolean | xaccAccountRegister (void) |
AccountTestFunctions * | _utest_account_fill_functions (void) |
This is the private header for the account structure.
No one outside of the engine should ever include this file.
This header includes prototypes for "dangerous" functions. Invoking any of these functions potentially leave the account in an inconsistent state. If they are not used in the proper setting, they can leave the account structures in an inconsistent state. Thus, these methods should never be used outside of the engine, which is why they are "hidden" here.
Definition in file AccountP.hpp.