add some notes

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1560 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/xacc-12-patch
Linas Vepstas 28 years ago
parent fd892d196c
commit 0667cf008a

@ -134,11 +134,18 @@ Account *xaccGetPeerAccountFromName (Account *, const char *);
/*
* The xaccRecomputeGroupBalance() subroutine recursively totals
* up the balances of all accounts in a group.
* up the balances of all accounts in a group.
*/
void xaccRecomputeGroupBalance (AccountGroup *);
/*
* The xaccGroupGetBalance() method returns the total of the balances
* of all the children in this group.
*/
double xaccGroupGetBalance (AccountGroup *);
/*
* The xaccGetAccountRoot () subroutine will find the topmost
* (root) group to which this account belongs.
@ -159,7 +166,6 @@ AccountGroup * xaccGetAccountRoot (Account *);
void xaccConsolidateGrpTransactions (AccountGroup *);
Account * xaccGroupGetAccount (AccountGroup *, int);
double xaccGroupGetBalance (AccountGroup *);
/*
* The xaccGroupGetNextFreeCode() method will try to guess a reasonable

Loading…
Cancel
Save