mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Use the native glib.h (mainly gint, gfloat ...) over custom typedefs in SWIG type files. This is for Python only.
After loading this module, you must also call (gnc:setup-gettext) (setlocale LC_ALL "") at some point to finish initializing the app. This is not done automatically from gncmod-app-utils.c via app-utils.scm because you may need to handle setlocale yourself (or you may already have other code that does).