GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Typedefs | Functions
AccountP.h File Reference
#include "Account.h"

Go to the source code of this file.

Data Structures

struct  AccountPrivate
 
struct  account_s
 
struct  AccountTestFunctions
 

Macros

#define GNC_ID_ROOT_ACCOUNT   "RootAccount"
 

Typedefs

typedef struct AccountPrivate AccountPrivate
 

Functions

void xaccAccountSetGUID (Account *account, const GncGUID *guid)
 
gboolean xaccAccountRegister (void)
 
AccountTestFunctions_utest_account_fill_functions (void)
 

Detailed Description

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.h.