_alpm_event_t

Events. * This is an union passed to the callback, that allows the frontend to know * which type of event was triggered (via type). It is then possible to * typecast the pointer to the right structure, or use the union field, in order * to access event-specific data.

Members

Variables

any
alpm_event_any_t any;
Undocumented in source.
database_missing
alpm_event_database_missing_t database_missing;
Undocumented in source.
hook
alpm_event_hook_t hook;
Undocumented in source.
hook_run
alpm_event_hook_run_t hook_run;
Undocumented in source.
optdep_removal
alpm_event_optdep_removal_t optdep_removal;
Undocumented in source.
package_operation
alpm_event_package_operation_t package_operation;
Undocumented in source.
pacnew_created
alpm_event_pacnew_created_t pacnew_created;
Undocumented in source.
pacsave_created
alpm_event_pacsave_created_t pacsave_created;
Undocumented in source.
pkgdownload
alpm_event_pkgdownload_t pkgdownload;
Undocumented in source.
scriptlet_info
alpm_event_scriptlet_info_t scriptlet_info;
Undocumented in source.
type
alpm_event_type_t type;

Events. * This is an union passed to the callback, that allows the frontend to know * which type of event was triggered (via type). It is then possible to * typecast the pointer to the right structure, or use the union field, in order * to access event-specific data.

Meta