mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Comment out unused function that won't compile with g-wrap 1.9 after
the const-ifying of the account functions. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12203 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
3be52c3a36
commit
9cab16538f
@ -1,3 +1,9 @@
|
||||
2005-12-29 David Hampton <hampton@employees.org>
|
||||
|
||||
* src/engine/gw-engine-spec.scm: Comment out unused function that
|
||||
won't compile with g-wrap 1.9 after the const-ifying of the
|
||||
account functions.
|
||||
|
||||
2005-12-29 Christian Stimming <stimming@tuhh.de>
|
||||
|
||||
* src/import-export/hbci/gnc-hbci-utils.h, gnc-hbci-utils.c: Use
|
||||
|
@ -740,20 +740,20 @@ to the other splits in account a.")
|
||||
"Check to see if all of the splits in transaction t are in proper
|
||||
date order.")
|
||||
|
||||
(gw:wrap-function
|
||||
ws
|
||||
'gnc:account-order
|
||||
'<gw:int>
|
||||
"xaccAccountOrder"
|
||||
'(
|
||||
((<gnc:Account**> const) a1)
|
||||
((<gnc:Account**> const) a2)
|
||||
)
|
||||
"Defines a sorting order on accounts. Returns -1 if a1 is \"less
|
||||
than\" the second, +1 if the a1 is \"greater than\" the second, and 0
|
||||
if they are equal. To determine the sort order, the account codes are
|
||||
compared, and if these are equal, then account types, and, if these
|
||||
are equal, then account names.")
|
||||
;; (gw:wrap-function
|
||||
;; ws
|
||||
;; 'gnc:account-order
|
||||
;; '<gw:int>
|
||||
;; "xaccAccountOrder_gwrap"
|
||||
;; '(
|
||||
;; (<gnc:Account**> a1)
|
||||
;; (<gnc:Account**> a2)
|
||||
;; )
|
||||
;; "Defines a sorting order on accounts. Returns -1 if a1 is \"less
|
||||
;; than\" the second, +1 if the a1 is \"greater than\" the second, and 0
|
||||
;; if they are equal. To determine the sort order, the account codes are
|
||||
;; compared, and if these are equal, then account types, and, if these
|
||||
;; are equal, then account names.")
|
||||
|
||||
(gw:wrap-function
|
||||
ws
|
||||
|
Loading…
Reference in New Issue
Block a user