pub type alpm_event_hook_run_t = _alpm_event_hook_run_t;
Expand description

A pre/post transaction hook was ran.

Aliased Type§

struct alpm_event_hook_run_t {
    pub type_: _alpm_event_type_t,
    pub name: *const i8,
    pub desc: *const i8,
    pub position: usize,
    pub total: usize,
}

Fields§

§type_: _alpm_event_type_t

Type of event

§name: *const i8

Name of hook

§desc: *const i8

Description of hook to be outputted

§position: usize

position of hook being run

§total: usize

total hooks being run