tc_task_set_value

Function tc_task_set_value 

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

Set a mutable task’s property value by name. If value.ptr is NULL, the property is removed.

EXTERN_C TCResult tc_task_set_value(struct TCTask *task, struct TCString property, struct TCString value);