nctabbed_set_separator

Function nctabbed_set_separator 

Source
pub unsafe extern "C" fn nctabbed_set_separator(
    nt: *mut nctabbed,
    separator: *const c_char,
) -> c_int
Expand description

Change the tab separator for ‘nt’. Returns -1 if ‘separator’ is not NULL and is not a valid string, and 0 otherwise.