Function libnotcurses_sys::c_api::ncprogbar_create
source · pub unsafe extern "C" fn ncprogbar_create(
n: *mut ncplane,
opts: *const ncprogbar_options
) -> *mut ncprogbarExpand description
Takes ownership of the ncplane ‘n’, which will be destroyed by ncprogbar_destroy(). The progress bar is initially at 0%.