NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
GpgmeData Struct Reference

Data to pass to the Gpgme Functions. More...

#include "gpgme_functions.h"

+ Collaboration diagram for GpgmeData:

Data Fields

bool done
 Should we close the Dialog?
 
struct Menumenu
 Gpgme Menu.
 
struct CryptKeyInfo ** key_table
 Array of Keys.
 
struct CryptKeyInfokey
 Selected Key.
 
bool * forced_valid
 User insists on out-of-date key.
 

Detailed Description

Data to pass to the Gpgme Functions.

Definition at line 34 of file gpgme_functions.h.

Field Documentation

◆ done

bool GpgmeData::done

Should we close the Dialog?

Definition at line 36 of file gpgme_functions.h.

◆ menu

struct Menu* GpgmeData::menu

Gpgme Menu.

Definition at line 37 of file gpgme_functions.h.

◆ key_table

struct CryptKeyInfo** GpgmeData::key_table

Array of Keys.

Definition at line 38 of file gpgme_functions.h.

◆ key

struct CryptKeyInfo* GpgmeData::key

Selected Key.

Definition at line 39 of file gpgme_functions.h.

◆ forced_valid

bool* GpgmeData::forced_valid

User insists on out-of-date key.

Definition at line 40 of file gpgme_functions.h.


The documentation for this struct was generated from the following file: