[ Version ( since = "3.16" ) ]
public NamedParameters new_clone ()
Creates a new instance of an NamedParameters, with initial content being taken from this.
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.
this |
an NamedParameters to be used as a content of a newly created NamedParameters |
newly allocated NamedParameters |