session.h: update session_environment_init() comment

This commit is contained in:
Johan Malm 2021-03-18 19:39:08 +00:00
parent 1cb8095bb7
commit da5bceea93

View file

@ -2,8 +2,9 @@
#define __LABWC_SESSION_H #define __LABWC_SESSION_H
/** /**
* session_environment_init - set enrivonment variables * session_environment_init - set enrivonment variables based on <key>=<value>
* Note: Same as `. ~/.config/labwc/environment` (or equivalent XDG config dir) * pairs in `${XDG_CONFIG_DIRS:-/etc/xdg}/lawbc/environment` with user override
* in `${XDG_CONFIG_HOME:-$HOME/.config}`
*/ */
void session_environment_init(void); void session_environment_init(void);