|
libXDGdirs v1.1.2-8-gc53e5c3
An implementation of XDG Base Directory Specification
|
Base directories to which user-specific files should be written. More...
Functions | |
| const char * | xdgDataHome (void) |
Value of $XDG_DATA_HOME. | |
| const char * | xdgStateHome (void) |
Value of $XDG_STATE_HOME. | |
| const char * | xdgConfigHome (void) |
Value of $XDG_CONFIG_HOME. | |
| const char * | xdgCacheHome (void) |
Value of $XDG_CACHE_HOME. | |
| const char * | xdgRuntimeDir (void) |
Value of $XDG_RUNTIME_DIR. | |
| const char * xdgCacheHome | ( | void | ) |
Base directory for user-specific non-essential data files (analogous to /var/cache)
| const char * xdgConfigHome | ( | void | ) |
Base directory for user-specific configuration files (analogous to /etc)
| const char * xdgDataHome | ( | void | ) |
Base directory for user-specific data files (analogous to /usr/share)
| const char * xdgRuntimeDir | ( | void | ) |
Base directory for user-specific non-essential runtime files (including file objects such as sockets and named pipes)
| const char * xdgStateHome | ( | void | ) |
Base directory for user-specific state files