mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
session.h: update session_environment_init() comment
This commit is contained in:
parent
1cb8095bb7
commit
da5bceea93
1 changed files with 3 additions and 2 deletions
|
|
@ -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);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue