Type Alias alpm_sys::alpm_depmissing_t

source ·
pub type alpm_depmissing_t = _alpm_depmissing_t;
Expand description

Missing dependency.

Aliased Type§

struct alpm_depmissing_t {
    pub target: *mut i8,
    pub depend: *mut _alpm_depend_t,
    pub causingpkg: *mut i8,
}

Fields§

§target: *mut i8

Name of the package that has the dependency

§depend: *mut _alpm_depend_t

The dependency that was wanted

§causingpkg: *mut i8

If the depmissing was caused by a conflict, the name of the package that would be installed, causing the satisfying package to be removed