From dac2c5441d418536632f014c8b0e1359580279d1 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sat, 21 May 2016 10:22:57 +0200 Subject: 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 --- doc/gpgme.texi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/gpgme.texi') 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. -- cgit v1.2.3