[][src]Function uclicious_libucl_sys::ucl_comments_add

pub unsafe extern "C" fn ucl_comments_add(
    comments: *mut ucl_object_t,
    obj: *const ucl_object_t,
    comment: *const c_char
)

Adds a new comment for an object @param comments comments object @param obj object to add comment to @param comment string representation of a comment