pub type alpm_event_optdep_removal_t = _alpm_event_optdep_removal_t;
Expand description

An optional dependency was removed.

Aliased Type§

struct alpm_event_optdep_removal_t {
    pub type_: _alpm_event_type_t,
    pub pkg: *mut u8,
    pub optdep: *mut _alpm_depend_t,
}

Fields§

§type_: _alpm_event_type_t

Type of event

§pkg: *mut u8

Package with the optdep

§optdep: *mut _alpm_depend_t

Optdep being removed