_alpm_question_t

* Questions. * This is an union passed to the callback, that allows the frontend to know * which type of question 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 question-specific data.

Members

Variables

any
alpm_question_any_t any;
Undocumented in source.
conflict
alpm_question_conflict_t conflict;
Undocumented in source.
corrupted
alpm_question_corrupted_t corrupted;
Undocumented in source.
import_key
alpm_question_import_key_t import_key;
Undocumented in source.
install_ignorepkg
alpm_question_install_ignorepkg_t install_ignorepkg;
Undocumented in source.
remove_pkgs
alpm_question_remove_pkgs_t remove_pkgs;
Undocumented in source.
replace
alpm_question_replace_t replace;
Undocumented in source.
select_provider
alpm_question_select_provider_t select_provider;
Undocumented in source.
type
alpm_question_type_t type;

* Questions. * This is an union passed to the callback, that allows the frontend to know * which type of question 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 question-specific data.

Meta