mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
improve documentation
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8859 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
4e7e854940
commit
7c9467c579
@ -501,6 +501,14 @@ gpointer xaccAccountForEachSplit(Account *account,
|
||||
|
||||
The result of this function will not be FALSE if-and-only-if
|
||||
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
|
||||
xaccAccountForEachTransaction(Account *account,
|
||||
|
Loading…
Reference in New Issue
Block a user