Function tc_task_get_value

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

Get a task property’s value, or NULL if the task has no such property, (including if the property name is not valid utf-8).

EXTERN_C struct TCString tc_task_get_value(struct TCTask *task, struct TCString property);