_alpm_question_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.

union _alpm_question_t
alpm_question_type_t type;

Meta