H5Oset_comment_by_name
fn
herr_t H5Oset_comment_by_name(hid_t loc_id, const char * name,
const char * comment, hid_t lapl_id)Sets a comment for an object by name.
Parameters
loc_id | Location identifier |
name | Object name |
comment | Comment string (null to remove comment) |
lapl_id | Link access property list identifier |
Returns
Non-negative on success, negative on failure.