_alpm_siglist_t

Signature list. Contains the number of signatures found and a pointer to an array of results. The array is of size count.

extern (C)
struct _alpm_siglist_t {}

Members

Variables

count
size_t count;
Undocumented in source.
results
alpm_sigresult_t* results;
Undocumented in source.

Meta