_alpm_question_type_t

Type of questions. Unlike the events or progress enumerations, this enum has bitmask values so a frontend can use a bitmask map to supply preselected answers to the different types of questions.

Values

ValueMeaning
ALPM_QUESTION_INSTALL_IGNOREPKG1 << 0
ALPM_QUESTION_REPLACE_PKG1 << 1
ALPM_QUESTION_CONFLICT_PKG1 << 2
ALPM_QUESTION_CORRUPTED_PKG1 << 3
ALPM_QUESTION_REMOVE_PKGS1 << 4
ALPM_QUESTION_SELECT_PROVIDER1 << 5
ALPM_QUESTION_IMPORT_KEY1 << 6

Meta