|
libXDGdirs v1.1.2-8-gc53e5c3
An implementation of XDG Base Directory Specification
|
Sets of preference ordered base directories relative to which files should be searched. More...
Functions | |
| xdgDirsList * | xdgDataDirs (void) |
Value of $XDG_DATA_DIRS. | |
| xdgDirsList * | xdgConfigDirs (void) |
Value of $XDG_CONFIG_DIRS. | |
| xdgDirsList * xdgConfigDirs | ( | void | ) |
Preference-ordered set of base directories to search for configuration files in addition to the $XDG_CONFIG_HOME base directory
const struct xdgDirsList_t | xdgDirsList * xdgDataDirs | ( | void | ) |
Preference-ordered set of base directories to search for data files in addition to the $XDG_DATA_HOME base directory
See lists.c for example
const struct xdgDirsList_t