GMimeGpgContext — GnuPG crypto contexts
GObject ╰── GMimeCryptoContext ╰── GMimeGpgContext
A GMimeGpgContext is a GMimeCryptoContext that uses GnuPG to do all of the encryption and digital signatures.
GMimeCryptoContext * g_mime_gpg_context_new (void);
void
Creates a new gpg crypto context object.
a new gpg crypto context object.
[transfer full]
typedef struct _GMimeGpgContext GMimeGpgContext;
A GnuPG crypto context.
GMimeCryptoContext