_alpm_question_remove_pkgs_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
struct _alpm_question_remove_pkgs_t {}

Members

Variables

packages
alpm_list_t* packages;

List of alpm_pkg_t* with unresolved dependencies.

skip
int skip;

Answer: whether or not to skip packages.

type
alpm_question_type_t type;

Type of question.

Meta