wrap xaccQueryGetLots()

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7035 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2002-06-27 14:12:04 +00:00
parent b4e4b08957
commit 61ade522d6

View File

@ -1717,6 +1717,14 @@ of having a parent transaction with which one is working...")
'((<gnc:Query*> q) (<gnc:query-txn-match-t> rt)) '((<gnc:Query*> q) (<gnc:query-txn-match-t> rt))
"Find transactions with splits matching the Query.") "Find transactions with splits matching the Query.")
(gw:wrap-function
ws
'gnc:query-get-lots
'(gw:glist-of <gnc:Lot*> caller-owned)
"xaccQueryGetLots"
'((<gnc:Query*> q) (<gnc:query-txn-match-t> rt))
"Find lots with splits matching the Query.")
(gw:wrap-function (gw:wrap-function
ws ws
'gnc:query-add-account-match 'gnc:query-add-account-match