Function libnotcurses_sys::ncmultiselector_selected[][src]

pub unsafe extern "C" fn ncmultiselector_selected(
    n: *mut ncmultiselector,
    selected: *mut bool,
    count: c_uint
) -> c_int
Expand description

Return selected vector. An array of bools must be provided, along with its length. If that length doesn’t match the itemcount, it is an error.