improve documentation

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8859 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2003-07-13 03:35:32 +00:00
parent 4e7e854940
commit 7c9467c579

View File

@ -501,6 +501,14 @@ gpointer xaccAccountForEachSplit(Account *account,
The result of this function will not be FALSE if-and-only-if The result of this function will not be FALSE if-and-only-if
every relevant transaction was traversed exactly once. every relevant transaction was traversed exactly once.
Note that the traversal occurs only over the transactions that
are locally cached in the local gnucash engine. If the gnucash
engine is attached to a remote database, the database may contain
(many) transactions that are not mirrored in the local cache.
This routine will not cause an SQL database query to be performed;
it will not traverse transactions present only in the remote
database.
*/ */
gboolean gboolean
xaccAccountForEachTransaction(Account *account, xaccAccountForEachTransaction(Account *account,