Type Alias alpm_sys::alpm_question_remove_pkgs_t
source · 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_: u32Type of question
skip: i32Answer: whether or not to skip packages
packages: *mut _alpm_list_tList of alpm_pkg_t* with unresolved dependencies