pub type alpm_question_replace_t = _alpm_question_replace_t;Expand description
Should a package be replaced?
Aliased Type§
struct alpm_question_replace_t {
pub type_: u32,
pub replace: i32,
pub oldpkg: *mut u8,
pub newpkg: *mut u8,
pub newdb: *mut u8,
}Fields§
§type_: u32Type of question
replace: i32Answer: whether or not to replace oldpkg with newpkg
oldpkg: *mut u8Package to be replaced
newpkg: *mut u8Package to replace with.
newdb: *mut u8DB of newpkg