pub type alpm_event_pacnew_created_t = _alpm_event_pacnew_created_t;
Expand description

A pacnew file was created.

Aliased Type§

struct alpm_event_pacnew_created_t {
    pub type_: _alpm_event_type_t,
    pub from_noupgrade: i32,
    pub oldpkg: *mut u8,
    pub newpkg: *mut u8,
    pub file: *const i8,
}

Fields§

§type_: _alpm_event_type_t

Type of event

§from_noupgrade: i32

Whether the creation was result of a NoUpgrade or not

§oldpkg: *mut u8

Old package

§newpkg: *mut u8

New Package

§file: *const i8

Filename of the file without the .pacnew suffix