mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-24 10:57:53 +02:00
New function to list all environment variables. (#166327, Hans Petter
2005-02-07 Matthias Clasen <mclasen@redhat.com> * glib/glib.symbols: * glib/gutils.h: * glib/gutils.c (g_listenv): New function to list all environment variables. (#166327, Hans Petter Jansson)
This commit is contained in:
committed by
Matthias Clasen
parent
7b93170258
commit
f18cab0ce3
@@ -193,7 +193,7 @@ gboolean g_setenv (const gchar *variable,
|
||||
const gchar *value,
|
||||
gboolean overwrite);
|
||||
void g_unsetenv (const gchar *variable);
|
||||
|
||||
gchar** g_listenv (void);
|
||||
|
||||
/* we try to provide a usefull equivalent for ATEXIT if it is
|
||||
* not defined, but use is actually abandoned. people should
|
||||
|
Reference in New Issue
Block a user