glib.genviron

Undocumented in source.

Members

Aliases

g_getenv
alias g_getenv = g_getenv_utf8
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_setenv
alias g_setenv = g_setenv_utf8
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_unsetenv
alias g_unsetenv = g_unsetenv_utf8
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

g_environ_getenv
const(gchar)* g_environ_getenv(gchar** envp, const(gchar)* variable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_environ_setenv
gchar** g_environ_setenv(gchar** envp, const(gchar)* variable, const(gchar)* value, gboolean overwrite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_environ_unsetenv
gchar** g_environ_unsetenv(gchar** envp, const(gchar)* variable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_environ
gchar** g_get_environ()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_getenv
const(gchar)* g_getenv(const(gchar)* variable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_getenv_utf8
const(gchar)* g_getenv_utf8(const(gchar)* variable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_listenv
gchar** g_listenv()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_setenv
gboolean g_setenv(const(gchar)* variable, const(gchar)* value, gboolean overwrite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_setenv_utf8
gboolean g_setenv_utf8(const(gchar)* variable, const(gchar)* value, gboolean overwrite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_unsetenv
void g_unsetenv(const(gchar)* variable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_unsetenv_utf8
void g_unsetenv_utf8(const(gchar)* variable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta