_alpm_event_optdep_removal_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
struct _alpm_event_optdep_removal_t {}

Members

Variables

optdep
alpm_depend_t* optdep;

Optdep being removed.

pkg
alpm_pkg_t* pkg;

Package with the optdep.

type
alpm_event_type_t type;

Type of event.

Meta