2002-05-26 Marcus Brinkmann <marcus@g10code.de>

* gpgme.texi: Some typographical correctons throughout.
This commit is contained in:
Marcus Brinkmann 2002-05-26 20:12:51 +00:00
parent ac8f6d2c8a
commit 3d05bb406b
2 changed files with 19 additions and 15 deletions

View File

@ -1,3 +1,7 @@
2002-05-26 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi: Some typographical correctons throughout.
2002-05-09 Marcus Brinkmann <marcus@g10code.de> 2002-05-09 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Using Automake): New section. * gpgme.texi (Using Automake): New section.

View File

@ -1038,13 +1038,13 @@ object with the handle @var{dh}. If @var{dh} is not a valid pointer,
@deftp {Data type} {enum GpgmeDataEncoding} @deftp {Data type} {enum GpgmeDataEncoding}
@tindex GpgmeDataEncoding @tindex GpgmeDataEncoding
The @code{GpgmeDataEncoding} type specifies the encoding of a The @code{GpgmeDataEncoding} type specifies the encoding of a
@code{GpgmeData} object. This encoding is useful to give the backend a @code{GpgmeData} object. This encoding is useful to give the backend
hint on the type of data. The following data types are available: a hint on the type of data. The following data types are available:
@table @code @table @code
@item GPGME_DATA_ENCODING_NONE @item GPGME_DATA_ENCODING_NONE
This specifies that the encoding is not known. Thsi si the default for This specifies that the encoding is not known. This is the default
a new data object. for a new data object.
@item GPGME_DATA_ENCODING_BINARY @item GPGME_DATA_ENCODING_BINARY
This specifies that the data is encoding in binary form; i.e. there is This specifies that the data is encoding in binary form; i.e. there is
@ -1057,19 +1057,19 @@ scheme as used by @acronym{MIME} and other protocols.
@item GPGME_DATA_ENCODING_ARMOR @item GPGME_DATA_ENCODING_ARMOR
This specifies that the data is encoded in an armored form as used by This specifies that the data is encoded in an armored form as used by
OpenPGP and PEM. OpenPGP and PEM.
@end table @end table
@end deftp @end deftp
@deftypefun GpgmeDataEncoding gpgme_data_get_encoding (@w{GpgmeData @var{dh}}) @deftypefun GpgmeDataEncoding gpgme_data_get_encoding (@w{GpgmeData @var{dh}})
The function @code{gpgme_data_get_encoding} returns the encoding of the data The function @code{gpgme_data_get_encoding} returns the encoding of
object with the handle @var{dh}. If @var{dh} is not a valid pointer the data object with the handle @var{dh}. If @var{dh} is not a valid
(e.g. @code{NULL})@code{GPGME_DATA_ENCODING_NONE} is returned. pointer (e.g. @code{NULL}) @code{GPGME_DATA_ENCODING_NONE} is
returned.
@end deftypefun @end deftypefun
@deftypefun GpgmeError gpgme_data_set_encoding (@w{GpgmeData @var{dh}, GpgmeDataEncoding @var{enc}}) @deftypefun GpgmeError gpgme_data_set_encoding (@w{GpgmeData @var{dh}, GpgmeDataEncoding @var{enc}})
The function @code{gpgme_data_set_encoding} changes the encoding of the data The function @code{gpgme_data_set_encoding} changes the encoding of
object with the handle @var{dh} to @var{enc}. the data object with the handle @var{dh} to @var{enc}.
@end deftypefun @end deftypefun
@ -2109,14 +2109,14 @@ This status indicates that the signature is valid. For the combined
result this status means that all signatures are valid. result this status means that all signatures are valid.
@item GPGME_SIG_STAT_GOOD_EXP @item GPGME_SIG_STAT_GOOD_EXP
This status indicates that the signature is valid but expired. For the This status indicates that the signature is valid but expired. For
combined result this status means that all signatures are valid and expired.. the combined result this status means that all signatures are valid
and expired.
@item GPGME_SIG_STAT_GOOD_EXPKEY @item GPGME_SIG_STAT_GOOD_EXPKEY
This status indicates that the signature is valid but the key used to This status indicates that the signature is valid but the key used to
verify the signature has expired. For the verify the signature has expired. For the combined result this status
combined result this status means that all signatures are valid and all means that all signatures are valid and all keys are expired.
keys are expired.
@item GPGME_SIG_STAT_BAD @item GPGME_SIG_STAT_BAD
This status indicates that the signature is invalid. For the combined This status indicates that the signature is invalid. For the combined