Data to pass to the Gpgme Functions. More...
#include "gpgme_functions.h"
Data Fields | |
bool | done |
Should we close the Dialog? | |
struct Menu * | menu |
Gpgme Menu. | |
struct CryptKeyInfo ** | key_table |
Array of Keys. | |
struct CryptKeyInfo * | key |
Selected Key. | |
bool * | forced_valid |
User insists on out-of-date key. | |
Data to pass to the Gpgme Functions.
Definition at line 34 of file gpgme_functions.h.
bool GpgmeData::done |
Should we close the Dialog?
Definition at line 36 of file gpgme_functions.h.
struct Menu* GpgmeData::menu |
Gpgme Menu.
Definition at line 37 of file gpgme_functions.h.
struct CryptKeyInfo** GpgmeData::key_table |
Array of Keys.
Definition at line 38 of file gpgme_functions.h.
struct CryptKeyInfo* GpgmeData::key |
Selected Key.
Definition at line 39 of file gpgme_functions.h.
bool* GpgmeData::forced_valid |
User insists on out-of-date key.
Definition at line 40 of file gpgme_functions.h.