Function errorText

Source
pub unsafe extern "C" fn errorText(
    err: *mut errorConf,
    text: *const c_char,
)
Expand description

Sets error text to display.

ยงArguments

  • err - Pointer to errorConf.
  • text - Error-text to display.