_alpm_event_pacnew_created_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

file
const(char)* file;

Filename of the file without the .pacnew suffix

from_noupgrade
int from_noupgrade;

Whether the creation was result of a NoUpgrade or not

newpkg
alpm_pkg_t* newpkg;

New Package.

oldpkg
alpm_pkg_t* oldpkg;

Old package.

type
alpm_event_type_t type;

Type of event.

Meta