diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gpgme.h.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gpgme.h.in b/src/gpgme.h.in index 35968017..e4ea466c 100644 --- a/src/gpgme.h.in +++ b/src/gpgme.h.in @@ -1591,11 +1591,12 @@ struct _gpgme_op_verify_result { gpgme_signature_t signatures; - /* The original file name of the plaintext message, if - available. */ + /* The original file name of the plaintext message, if available. + * Warning: This information is not covered by the signature. */ char *file_name; /* The message claims that the content is a MIME object. */ + /* Warning: This flag is not covered by the signature. */ unsigned int is_mime : 1; /* Internal to GPGME; do not use. */ |