gnucash/libgnucash/gnc-module
Geert Janssens 4c77f7670e engine - remove gncmod boilerplate
engine is now an ordinary shared library

This requires a few more places to run gnc_engine_init as
this is no longer done as part of module loading.
2019-12-06 20:38:21 +01:00
..
doc Update documentation referring to the deprecated gnc:module wrapper 2019-12-06 20:38:21 +01:00
example engine - remove gncmod boilerplate 2019-12-06 20:38:21 +01:00
test gnc-module - fix test build on Windows 2019-12-06 20:38:20 +01:00
CMakeLists.txt gnc-module - move guile wrappers to bindings/guile 2019-12-06 19:59:12 +01:00
gnc-module-api.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-module.c gnc-module - fix incompatdep test 2019-12-06 19:59:12 +01:00
gnc-module.h Restructure the src directory 2017-08-10 18:45:00 +02:00
README Restructure the src directory 2017-08-10 18:45:00 +02:00

This is gnc-module, a plugin/module system for gnucash and related
software.  The documentation currently consists of 'doc/design.txt'.

Bill Gribble