NamedParameters.strv
Description:
Creates a new instance of an NamedParameters, with initial content being
taken from strv
.
This should be freed with free, when no longer needed. Names are compared case insensitively.
The structure is not thread safe, if the caller requires thread safety, then it should provide it on its own.
Parameters:
strv |
NULL-terminated string array to be used as a content of a newly created NamedParameters |
Returns:
newly allocated NamedParameters |