pub type alpm_question_remove_pkgs_t = _alpm_question_remove_pkgs_t;
Expand description

Should unresolvable targets be removed from the transaction?

Aliased Type§

struct alpm_question_remove_pkgs_t {
    pub type_: u32,
    pub skip: i32,
    pub packages: *mut _alpm_list_t,
}

Fields§

§type_: u32

Type of question

§skip: i32

Answer: whether or not to skip packages

§packages: *mut _alpm_list_t

List of alpm_pkg_t* with unresolved dependencies