pub unsafe extern "C" fn openslide_get_comment(
osr: *mut openslide_t,
) -> *const c_charExpand description
Get the comment (if any) for this image. Exactly equivalent to calling openslide_get_property_value() with #OPENSLIDE_PROPERTY_NAME_COMMENT.
@param osr The OpenSlide object. @return The comment for this image, or NULL if an error occurred. @deprecated Call openslide_get_property_value() with #OPENSLIDE_PROPERTY_NAME_COMMENT instead.