Function libnotcurses_sys::ncselector_destroy[][src]

pub unsafe extern "C" fn ncselector_destroy(
    n: *mut ncselector,
    item: *mut *mut c_char
)
Expand description

Destroy the ncselector. If ‘item’ is not NULL, the last selected option will be strdup()ed and assigned to ‘*item’ (and must be free()d by the caller).