Data to pass to the Autocrypt Functions. More...
#include "autocrypt_data.h"
Data Fields | |
bool | done |
Should we close the Dialog? | |
struct Menu * | menu |
Autocrypt Menu. | |
struct AccountEntryArray | entries |
Account Entries. | |
Data to pass to the Autocrypt Functions.
Definition at line 35 of file autocrypt_data.h.
bool AutocryptData::done |
Should we close the Dialog?
Definition at line 37 of file autocrypt_data.h.
struct Menu* AutocryptData::menu |
Autocrypt Menu.
Definition at line 38 of file autocrypt_data.h.
struct AccountEntryArray AutocryptData::entries |
Account Entries.
Definition at line 39 of file autocrypt_data.h.