Function
Ideenviron_parse
Parameters
pair |
const gchar* |
The KEY=VALUE pair. |
|
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | |
key |
gchar** |
A location for a |
|
| The argument will be set by the function. | |
The argument can be NULL. | |
| The called function takes ownership of the data, and is responsible for freeing it. | |
| The value is a NUL terminated UTF-8 string. | |
value |
gchar** |
A location for a |
|
| The argument will be set by the function. | |
The argument can be NULL. | |
| The called function takes ownership of the data, and is responsible for freeing it. | |
| The value is a NUL terminated UTF-8 string. |