Data to pass to the Pgp Functions. More...
#include "pgp_functions.h"
Data Fields | |
bool | done |
Should we close the Dialog? | |
struct Menu * | menu |
Pgp Menu. | |
struct PgpUid ** | key_table |
Array of Keys. | |
struct PgpKeyInfo * | key |
Selected Key. | |
Data to pass to the Pgp Functions.
Definition at line 33 of file pgp_functions.h.
bool PgpData::done |
Should we close the Dialog?
Definition at line 35 of file pgp_functions.h.
struct Menu* PgpData::menu |
Pgp Menu.
Definition at line 36 of file pgp_functions.h.
struct PgpUid** PgpData::key_table |
Array of Keys.
Definition at line 37 of file pgp_functions.h.
struct PgpKeyInfo* PgpData::key |
Selected Key.
Definition at line 38 of file pgp_functions.h.