pub type alpm_question_install_ignorepkg_t = _alpm_question_install_ignorepkg_t;
Expand description

Should target in ignorepkg be installed anyway?

Aliased Type§

struct alpm_question_install_ignorepkg_t {
    pub type_: u32,
    pub install: i32,
    pub pkg: *mut u8,
}

Fields§

§type_: u32

Type of question

§install: i32

Answer: whether or not to install pkg anyway

§pkg: *mut u8

The ignored package that we are deciding whether to install