mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* gw-engine-spec.scm: wrap gnc_session_get_url(), in preparation
for changing the book-opened-hook and book-closed-hook prototypes. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7093 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
783e9926b9
commit
9bd373af71
@ -8,6 +8,10 @@
|
|||||||
|
|
||||||
* kvp-scm: implement KVP_TYPE_FRAME kvp-values
|
* kvp-scm: implement KVP_TYPE_FRAME kvp-values
|
||||||
|
|
||||||
|
* gw-engine-spec.scm: wrap gnc_session_get_url(), in preparation
|
||||||
|
for changing the book-opened-hook and book-closed-hook
|
||||||
|
prototypes.
|
||||||
|
|
||||||
2002-07-05 Derek Atkins <derek@ihtfp.com>
|
2002-07-05 Derek Atkins <derek@ihtfp.com>
|
||||||
|
|
||||||
* gw-engine-spec.scm: wrap gnc_lot_get_split_list
|
* gw-engine-spec.scm: wrap gnc_lot_get_split_list
|
||||||
|
@ -1414,6 +1414,14 @@ when no longer needed.")
|
|||||||
'((<gnc:Session*> session))
|
'((<gnc:Session*> session))
|
||||||
"Check for a pending error.")
|
"Check for a pending error.")
|
||||||
|
|
||||||
|
(gw:wrap-function
|
||||||
|
ws
|
||||||
|
'gnc:session-get-url
|
||||||
|
'(<gw:mchars> callee-owned const)
|
||||||
|
"gnc_session_get_url"
|
||||||
|
'((<gnc:Session*> session))
|
||||||
|
"Return the URL of the opened session.")
|
||||||
|
|
||||||
(gw:wrap-function
|
(gw:wrap-function
|
||||||
ws
|
ws
|
||||||
'gnc:session-pop-error
|
'gnc:session-pop-error
|
||||||
|
Loading…
Reference in New Issue
Block a user