diff options
| author | Ingo Klöcker <[email protected]> | 2025-10-29 08:22:34 +0000 |
|---|---|---|
| committer | Ingo Klöcker <[email protected]> | 2025-10-29 08:22:34 +0000 |
| commit | 2360b937cf8f9bc52655e45dccd1885dd4c7ac32 (patch) | |
| tree | 3357d6b0cd1705b74802c6d2066af813a69f6b78 /doc/gpgme.texi | |
| parent | Improve tracing for engine-gpgsm (diff) | |
| download | gpgme-2360b937cf8f9bc52655e45dccd1885dd4c7ac32.tar.gz gpgme-2360b937cf8f9bc52655e45dccd1885dd4c7ac32.zip | |
* doc/gpgme.texi (section Data type gpgme_subkey_t): Amend documentation
of keygrip member.
* src/gpgme.h.in (_gpgme_subkey): Ditto.
--
GnuPG-bug-id: 7883
Diffstat (limited to 'doc/gpgme.texi')
| -rw-r--r-- | doc/gpgme.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index cdacd9e1..a4628378 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -3711,8 +3711,9 @@ hexadecimal digits, if available. @item char *keygrip @since{1.7.0} -The keygrip of the subkey in hex digit form or @code{NULL} if not -available. +The keygrip(s) of the subkey in hex digit form or @code{NULL} if not +available. For combined algorithms the keygrips are delimited +by comma. @item unsigned long int timestamp This is the creation timestamp of the subkey. This is @code{(unsigned |
