Safe way to retrieve the path to the user's ".
xfce4" directory. The path to the current user's ".xfce4" directory is either taken from the environment variable XFCE4HOME if defined, or if unset, is gained by concatenating the path to the user's home directory and the ".xfce4". That says, it will, by default, return the path "$HOME/.xfce4", where $HOME is replaced with the absolute path to the user's home directory.
The returned string is managed by libxfce4util and must not be freed by the caller.
|
the path to the current user's ".xfce4" directory. |