git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1445 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/xacc-12-patch
Linas Vepstas 28 years ago
parent 7fd608d7fc
commit 990940bf72

@ -39,7 +39,7 @@ void xaccFreeAccount( Account * );
/*
* The xaccAccountBeginEdit() and xaccAccountCommitEdit() subroutines
* provide a pseudo-two-phase-commit wrapper for account updates.
* provide a psuedo-two-phase-commit wrapper for account updates.
* They are mildly useful for detecting attempted updates outside
* of thier scope. However, they do not provide any true two-phase-anything
* in the current implementation.

@ -105,11 +105,13 @@ int xaccGroupGetDepth (AccountGroup *grp);
*
* The xaccGetAccountFromName() subroutine fetches the
* account by name from the collection of accounts
* in the indicated AccountGroup group.
* in the indicated AccountGroup group. It returns NULL if the
* account was not found.
*
* The xaccGetPeerAccountFromName() subroutine fetches the
* account by name from the collection of accounts
* in the same AccountGroup anchor group.
* in the same AccountGroup anchor group. It returns NULL if the
* account was not found.
*/
Account *xaccGetAccountFromID (AccountGroup *, int);

Loading…
Cancel
Save