diff options
Diffstat (limited to 'doc/gpgme.texi')
-rw-r--r-- | doc/gpgme.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 952ee6fa..d599f8ce 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -1068,7 +1068,8 @@ a hint on the type of data. The following data types are available: @table @code @item GPGME_DATA_ENCODING_NONE 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 This specifies that the data is encoding in binary form; i.e. there is |