aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2022-01-20 19:36:03 +0000
committerWerner Koch <[email protected]>2022-01-20 19:36:03 +0000
commit5bb4174efa63038004a263cb6aa7bf30a1410dde (patch)
tree1c0467d14646bef0a004d33a9b410264d372102c /doc
parentqt: Remove superfluous include (diff)
downloadgpgme-5bb4174efa63038004a263cb6aa7bf30a1410dde.tar.gz
gpgme-5bb4174efa63038004a263cb6aa7bf30a1410dde.zip
doc: Fixed type of an object member
-- GnuPG-bug-id: 5719
Diffstat (limited to 'doc')
-rw-r--r--doc/gpgme.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index 216d3cde..012afac1 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -3662,7 +3662,7 @@ database pertaining to the user ID.
The tofu info structure has the following members:
@table @code
-@item gpgme_key_sig_t next
+@item gpgme_tofu_info_t next
This is a pointer to the next tofu info structure in the linked
list, or @code{NULL} if this is the last element.