Backport correct descriptive comment from 1.3.1 so I can close #20285.

Wed Aug  9 14:12:03 2000  Owen Taylor  <otaylor@redhat.com>

	* glib.h: Backport correct descriptive comment from
	1.3.1 so I can close #20285.
This commit is contained in:
Owen Taylor
2000-08-09 18:12:56 +00:00
committed by Owen Taylor
parent ccfc84df3f
commit 49dd5d8236
10 changed files with 46 additions and 0 deletions

3
glib.h
View File

@@ -1538,6 +1538,9 @@ gchar* g_path_skip_root (gchar *file_name);
/* strings are newly allocated with g_malloc() */
gchar* g_dirname (const gchar *file_name);
gchar* g_get_current_dir (void);
/* return the environment string for the variable. The returned memory
* must not be freed. */
gchar* g_getenv (const gchar *variable);