Function
Valentget_user_directory
unstable since: 1.0
Declaration [src]
const char*
valent_get_user_directory (
GUserDirectory directory
)
Description [src]
Returns the full path of a special directory using its logical id.
This function is a safe wrapper around g_get_user_special_dir()
that
always returns a valid path to an existing directory. The fallback path used
is the return value of g_get_home_dir()
.
Available since: 1.0
Parameters
directory
-
Type:
GUserDirectory
A
GUserDirectory
.