pub type alpm_question_select_provider_t = _alpm_question_select_provider_t;
Expand description

Provider selection

Aliased Type§

struct alpm_question_select_provider_t {
    pub type_: u32,
    pub use_index: i32,
    pub providers: *mut _alpm_list_t,
    pub depend: *mut _alpm_depend_t,
}

Fields§

§type_: u32

Type of question

§use_index: i32

Answer: which provider to use (index from providers)

§providers: *mut _alpm_list_t

List of alpm_pkg_t* as possible providers

§depend: *mut _alpm_depend_t

What providers provide for