Function libnotcurses_sys::ffi::ncplane_new[][src]

pub unsafe extern "C" fn ncplane_new(
    n: *mut ncplane,
    rows: c_int,
    cols: c_int,
    y: c_int,
    x: c_int,
    opaque: *mut c_void,
    name: *const c_char
) -> *mut ncplane
Expand description

This function will be removed in ABI3 in favor of ncplane_create(). It persists in ABI2 only for backwards compatibility.