GMime Library Reference Manual | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
struct GMimeGpgContext; GMimeCipherContext* g_mime_gpg_context_new (GMimeSession *session, const char *path); |
struct GMimeGpgContext { GMimeCipherContext parent_object; char *path; gboolean always_trust; }; |
GMimeCipherContext* g_mime_gpg_context_new (GMimeSession *session, const char *path); |
Creates a new gpg cipher context object.
|
Gets the always_trust flag on the gpg context.
void g_mime_gpg_context_set_always_trust (GMimeGpgContext *ctx, |
Sets the always_trust flag on the gpg context which is used for encryption.