Function tc_task_get_annotations

Source
#[no_mangle]
pub unsafe extern "C" fn tc_task_get_annotations(
    task: *mut TCTask,
) -> TCAnnotationList
Expand description

Get the annotations for the task.

The caller must free the returned TCAnnotationList instance. The TCStringList instance does not reference the task and the two may be freed in any order.

EXTERN_C struct TCAnnotationList tc_task_get_annotations(struct TCTask *task);