mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 08:28:53 +02:00
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:
3
glib.h
3
glib.h
@@ -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);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user