diff options
author | Werner Koch <[email protected]> | 2016-05-21 08:22:57 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-05-21 08:31:20 +0000 |
commit | dac2c5441d418536632f014c8b0e1359580279d1 (patch) | |
tree | 69cc2a97cb78fa8b44df5a79e36b4a6a0c64b9f3 /doc/gpgme.texi | |
parent | core: New functions to help parsing of status lines. (diff) | |
download | gpgme-dac2c5441d418536632f014c8b0e1359580279d1.tar.gz gpgme-dac2c5441d418536632f014c8b0e1359580279d1.zip |
api: Add new context flag "raw-description".
* src/context.h (struct gpgme_context): Add field raw_description.
* src/gpgme.c (gpgme_set_ctx_flag): New flag.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc/gpgme.texi')
-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. |