![]() |
KVIrc
4.9.2
DeveloperAPIs
|
Functions | |
| char * | getVariable (const char *name) |
| Gets environment variable. More... | |
| bool | setVariable (const char *name, const char *value) |
| Sets environment variable. More... | |
| void | unsetVariable (const char *name) |
| Unsets environment variable. More... | |
|
inline |
Gets environment variable.
| name | The name of the variable to get |
Referenced by KviLocale::KviLocale(), and system_kvs_fnc_getenv().
| KVILIB_API bool KviEnvironment::setVariable | ( | const char * | name, |
| const char * | value | ||
| ) |
Sets environment variable.
| name | The name of the variable to set |
| value | The value of the variable |
Referenced by system_kvs_cmd_setenv().
| KVILIB_API void KviEnvironment::unsetVariable | ( | const char * | name | ) |
Unsets environment variable.
| name | The name of the variable to set |
Referenced by system_kvs_cmd_setenv().
1.8.7