2002-07-25 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Manipulating Data Buffers): Mention that backend tries to detect encoding automatically.
This commit is contained in:
parent
fd6d91581b
commit
46f61064e6
@ -3,6 +3,9 @@
|
|||||||
* gpgme.texi (Information About Keys): Document (badly) the new
|
* gpgme.texi (Information About Keys): Document (badly) the new
|
||||||
key attributes.
|
key attributes.
|
||||||
|
|
||||||
|
* gpgme.texi (Manipulating Data Buffers): Mention that backend
|
||||||
|
tries to detect encoding automatically.
|
||||||
|
|
||||||
2002-07-03 Marcus Brinkmann <marcus@g10code.de>
|
2002-07-03 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
* gpgme.texi (Run Control): Update this section.
|
* gpgme.texi (Run Control): Update this section.
|
||||||
|
@ -1068,7 +1068,8 @@ 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. This is the default
|
This specifies that the encoding is not known. This is the default
|
||||||
for a new data object.
|
for a new data object. The backend will try its best to detect the
|
||||||
|
encoding automatically.
|
||||||
|
|
||||||
@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
|
||||||
|
Loading…
Reference in New Issue
Block a user