pub type alpm_event_pkgdownload_t = _alpm_event_pkgdownload_t;
Expand description

A package was downloaded.

Aliased Type§

struct alpm_event_pkgdownload_t {
    pub type_: _alpm_event_type_t,
    pub file: *const i8,
}

Fields§

§type_: _alpm_event_type_t

Type of event

§file: *const i8

Name of the file