pub type alpm_event_pacsave_created_t = _alpm_event_pacsave_created_t;
Expand description

A pacsave file was created.

Aliased Type§

struct alpm_event_pacsave_created_t {
    pub type_: _alpm_event_type_t,
    pub oldpkg: *mut u8,
    pub file: *const i8,
}

Fields§

§type_: _alpm_event_type_t

Type of event

§oldpkg: *mut u8

Old package

§file: *const i8

Filename of the file without the .pacsave suffix