pub type alpm_event_scriptlet_info_t = _alpm_event_scriptlet_info_t;
Expand description

A scriptlet was ran.

Aliased Type§

struct alpm_event_scriptlet_info_t {
    pub type_: _alpm_event_type_t,
    pub line: *const i8,
}

Fields§

§type_: _alpm_event_type_t

Type of event

§line: *const i8

Line of scriptlet output