* 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:
Derek Atkins 2002-07-07 03:15:02 +00:00
parent 783e9926b9
commit 9bd373af71
2 changed files with 12 additions and 0 deletions

View File

@ -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>

View File

@ -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