|
GnuCash c935c2f+
|
The API in this file is used to read the environment configuration file and set up a number of environment variables based on the values found in it. More...
Files | |
| file | gnc-environment.h |
| code to set up the environment for proper gnucash functioning. | |
Functions | |
| void | gnc_environment_setup (void) |
| Parse <prefix>/etc/gnucash/environment and set environment variables based on the contents of that file. | |
The API in this file is used to read the environment configuration file and set up a number of environment variables based on the values found in it.
These parameters can be used to configure certain aspects of gnucash or components it depends on.
For example if not installed in the standard prefix "/usr", environment variable XDG_DATA_DIRS should be set such that glib can find the gsettings schemas installed by GnuCash and yelp can find the help file and guide (if these are installed).
| void gnc_environment_setup | ( | void | ) |
Parse <prefix>/etc/gnucash/environment and set environment variables based on the contents of that file.
Read the comments in <prefix>/etc/gnucash/environment for more details.
Definition at line 184 of file gnc-environment.c.