aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2023-01-31 08:53:20 +0000
committerWerner Koch <[email protected]>2023-01-31 08:53:20 +0000
commit5d07f8db7763d5cc48c7b27d5cc67d74fad77ea4 (patch)
treeb3b7d2442e320c0a8ea2a6038ae710f4dc5ff45f
parentjson: New operation "identify" and convenience option --identify. (diff)
downloadgpgme-5d07f8db7763d5cc48c7b27d5cc67d74fad77ea4.tar.gz
gpgme-5d07f8db7763d5cc48c7b27d5cc67d74fad77ea4.zip
doc: Fix description of gpgme_data_identify
-- GnuPG-bug-id: 5887
-rw-r--r--doc/gpgme.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index 8bde11bc..5128e0a5 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -2367,7 +2367,7 @@ The data is a PKCS#12 message. This is commonly used to exchange
private keys for X.509.
@end table
-@deftypefun gpgme_data_type_t gpgme_data_identify (@w{gpgme_data_t @var{dh}})
+@deftypefun gpgme_data_type_t gpgme_data_identify (@w{gpgme_data_t @var{dh}, int @var{reserved}})
@since{1.4.3}
The function @code{gpgme_data_identify} returns the type of the data
@@ -2377,6 +2377,7 @@ identification, the function returns zero
object has been created the identification may not be possible or the
data object may change its internal state (file pointer moved). For
file or memory based data object, the state should not change.
+@var{reserved} should be zero.
@end deftypefun