Virtual Method
FoundryConfigdup_environ
Declaration [src]
char**
dup_environ (
FoundryConfig* self,
FoundryLocality locality
)
Parameters
locality-
Type:
FoundryLocalityNo description available.
Return value
Type: An array of utf8
An array of UTF-8 encoded strings
or NULL to use the default environment.
The array is NULL-terminated. |
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |
The return value can be NULL. |
| Each element is a NUL terminated UTF-8 string. |