mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Qof backend modules used to call qof_backend_register_provider() and g_module_make_resident() directly in g_module_check_init(), i.e. they could not be unloaded after the gnucash module crawler detected them. Probably after the renaming of libgnc-backend-file the QSF backend module started to register itself before the gnc file backend, spitting a validation error on virtually every data file load. So g_module_check_init() has been renamed to qof_backend_module_init() and is now called by qof_load_backend_library(). git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16200 57a11ea4-9604-0410-9ed3-97b8803252fd
This directory is intended to hold any external code that is needed in order to build gnucash, but isn't considered widely available. ------------------------------------------------ Finance::Quote -------------- Available from http://finance-quote.sourceforge.net. ------------------------------------------------