Make a property list immutable

ss_prop_immutable is a function defined in ssprop.c.

Synopsis:

herr_t ss_prop_immutable(ss_prop_t *prop)

Description: This function that marks a property list as non-appendable and non-modifiable and non-destroyable. Once a property list is marked this way it is said to be immutable and cannot be changed in any way (not even destroyed except when the library is closed).

Return Value: Returns non-negative on success; negative on failure.

Parallel Notes: Independent

See Also: