_alpm_question_import_key_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_import_key_t {}

Members

Variables

import_
int import_;

Answer: whether or not to import key.

key
alpm_pgpkey_t* key;

The key to import.

type
alpm_question_type_t type;

Type of question.

Meta