Clarify the relation of g_get_home_dir() and $HOME.

This commit is contained in:
Matthias Clasen
2004-09-09 14:06:20 +00:00
parent 6ec4724399
commit ea01de53fe
8 changed files with 31 additions and 7 deletions

View File

@@ -1165,12 +1165,6 @@ g_get_real_name (void)
return g_real_name;
}
/* Return the home directory of the user. If there is a HOME
* environment variable, its value is returned, otherwise use some
* system-dependent way of finding it out. If no home directory can be
* deduced, return NULL.
*/
G_CONST_RETURN gchar*
g_get_home_dir (void)
{