diff options
Diffstat (limited to '')
-rw-r--r-- | doc/gpgme.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 4d7a8746..8d666c3d 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -2752,6 +2752,12 @@ gpgme_set_status_cb returns all status lines with the exception of PROGRESS lines. With the default of "0" the status callback is only called in certain situations. +@item "raw-description" +Setting the @var{value} to "1" returns human readable strings in a raw +format. For example the non breaking space characters ("~") will not +be removed from the @code{description} field of the +@code{gpgme_tofu_info_t} object. + @end table This function returns @code{0} on success. |