Type Alias alpm_sys::alpm_question_replace_t
source · 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_: u32
Type of question
replace: i32
Answer: whether or not to replace oldpkg with newpkg
oldpkg: *mut u8
Package to be replaced
newpkg: *mut u8
Package to replace with.
newdb: *mut u8
DB of newpkg