pub type alpm_event_package_operation_t = _alpm_event_package_operation_t;
Expand description

A package operation event occurred.

Aliased Type§

struct alpm_event_package_operation_t {
    pub type_: _alpm_event_type_t,
    pub operation: _alpm_package_operation_t,
    pub oldpkg: *mut u8,
    pub newpkg: *mut u8,
}

Fields§

§type_: _alpm_event_type_t

Type of event

§operation: _alpm_package_operation_t

Type of operation

§oldpkg: *mut u8

Old package

§newpkg: *mut u8

New package