Function graphannis_capi::graph::annis_component_name[][src]

#[no_mangle]pub extern "C" fn annis_component_name(
    c: *const AnnotationComponent
) -> *mut c_char

Get the name of the given component.

The returned string must be deallocated by the caller using annis_str_free()!