mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
wrap xaccTransOrder() for use by scheme
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7036 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
61ade522d6
commit
4e89bf835d
@ -556,6 +556,14 @@ value. It is meant to be a short descriptive phrase.")
|
|||||||
'((<gnc:Transaction*> transaction))
|
'((<gnc:Transaction*> transaction))
|
||||||
"return a string indicating reason for voiding")
|
"return a string indicating reason for voiding")
|
||||||
|
|
||||||
|
(gw:wrap-function
|
||||||
|
ws
|
||||||
|
'gnc:transaction-order
|
||||||
|
'<gw:int>
|
||||||
|
"xaccTransOrder"
|
||||||
|
'((<gnc:Transaction*> ta) (<gnc:Transaction*> tb))
|
||||||
|
"Return an integer for ta,tb ordering. <0 is ta is before tb, >0 if ta is after tb")
|
||||||
|
|
||||||
(gw:wrap-function
|
(gw:wrap-function
|
||||||
ws
|
ws
|
||||||
'gnc:split-void-former-amount
|
'gnc:split-void-former-amount
|
||||||
|
Loading…
Reference in New Issue
Block a user