diff options
author | Marcus Brinkmann <[email protected]> | 2005-09-30 13:24:40 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2005-09-30 13:24:40 +0000 |
commit | 74db831fc8e70215447903420c321805b8bbe0ab (patch) | |
tree | 62511fb12a8ed752da92ed4f5582b1e68476923a /doc | |
parent | 2005-09-30 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-74db831fc8e70215447903420c321805b8bbe0ab.tar.gz gpgme-74db831fc8e70215447903420c321805b8bbe0ab.zip |
doc/
2005-09-30 Marcus Brinkmann <[email protected]>
* gpgme.texi: Replace plaintext_filename with file_name.
gpgme/
2005-09-30 Marcus Brinkmann <[email protected]>
* decrpyt.c, verify.c, gpgme.h: Replace plaintext_filename with
file_name.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 2 | ||||
-rw-r--r-- | doc/gpgme.texi | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index f7741e8f..46ee86e1 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,7 @@ 2005-09-30 Marcus Brinkmann <[email protected]> + * gpgme.texi: Replace plaintext_filename with file_name. + * gpgme.texi (Key Management): Document is_qualified. 2005-07-27 Marcus Brinkmann <[email protected]> diff --git a/doc/gpgme.texi b/doc/gpgme.texi index afe375b2..e0f7b770 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -3677,7 +3677,7 @@ This is true if the key was not used according to its policy. @item gpgme_recipient_t recipient This is a linked list of recipients to which this message was encrypted. -@item char *plaintext_filename +@item char *file_name This is the filename of the original plaintext message file if it is known, otherwise this is a null pointer. @end table @@ -3893,7 +3893,7 @@ a @code{NULL} pointer. The structure contains the following member: A linked list with information about all signatures for which a verification was attempted. -@item char *plaintext_filename +@item char *file_name This is the filename of the original plaintext message file if it is known, otherwise this is a null pointer. @end table |