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
@ -7,6 +7,10 @@
|
||||
This function will clear a sub-tree out of a kvp_frame.
|
||||
|
||||
* 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>
|
||||
|
||||
|
@ -1414,6 +1414,14 @@ when no longer needed.")
|
||||
'((<gnc:Session*> session))
|
||||
"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
|
||||
ws
|
||||
'gnc:session-pop-error
|
||||
|
Loading…
Reference in New Issue
Block a user