From 5d07f8db7763d5cc48c7b27d5cc67d74fad77ea4 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 31 Jan 2023 09:53:20 +0100 Subject: [PATCH] doc: Fix description of gpgme_data_identify -- GnuPG-bug-id: 5887 --- doc/gpgme.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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