Function
Ideenviron_parse
Parameters
pair-
Type:
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-
Type:
gchar**A location for a
key.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-
Type:
gchar**A location for a
value.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.