pub type alpm_question_corrupted_t = _alpm_question_corrupted_t;
Expand description

Should a corrupted package be deleted?

Aliased Type§

struct alpm_question_corrupted_t {
    pub type_: u32,
    pub remove: i32,
    pub filepath: *const i8,
    pub reason: _alpm_errno_t,
}

Fields§

§type_: u32

Type of question

§remove: i32

Answer: whether or not to remove filepath

§filepath: *const i8

File to remove

§reason: _alpm_errno_t

Error code indicating the reason for package invalidity