H5Gset_comment
fn
herr_t H5Gset_comment(hid_t loc_id, const char * name, const char * comment)Sets a comment on an object (deprecated).
Use H5Oset_comment instead.
Parameters
loc_id | Location identifier |
name | Name of the object |
comment | Comment string, or null to remove the comment |
Returns
Non-negative on success, negative on failure.