_alpm_question_select_provider_t - Man Page
Synopsis
Data Fields
alpm_question_type_t type
Type of question.
int use_index
Answer: which provider to use (index from providers).
alpm_list_t * providers
List of alpm_pkg_t* as possible providers.
alpm_depend_t * depend
What providers provide for.
Field Documentation
alpm_depend_t* _alpm_question_select_provider_t::depend
What providers provide for.
alpm_list_t* _alpm_question_select_provider_t::providers
List of alpm_pkg_t* as possible providers.
alpm_question_type_t _alpm_question_select_provider_t::type
Type of question.
int _alpm_question_select_provider_t::use_index
Answer: which provider to use (index from providers).
Author
Generated automatically by Doxygen for libalpm from the source code.
Info
Sun Mar 28 2021 libalpm