mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/gnc-module/test/mod-baz/gnc-mod-baz.c: fix for new g-wrap.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6578 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
daef970adc
commit
568a398403
@ -29,7 +29,7 @@ gnc_module_init(int refcount) {
|
||||
/* load libfoo */
|
||||
if(gnc_module_load("gnucash/foo", 0)) {
|
||||
/* publish the g-wrapped Scheme bindings for libbaz */
|
||||
gw_init_module_baz_gwrap();
|
||||
gw_init_wrapset_baz_gwrap();
|
||||
|
||||
/* use the scheme module */
|
||||
gh_eval_str("(use-modules (gnucash baz))");
|
||||
|
Loading…
Reference in New Issue
Block a user