diff options
| author | Chandler Davis <[email protected]> | 2025-11-13 12:25:42 +0100 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2025-11-13 16:20:17 +0100 |
| commit | c8845523bfcb0ba91b781c121263330d6c009b86 (patch) | |
| tree | 4201d2f97b70fc857f37e6cdc3272d207fd2b432 /doc | |
| parent | gpgme_get_key: respect caller's ctx configuration (diff) | |
| download | gpgme-c8845523bfcb0ba91b781c121263330d6c009b86.tar.gz gpgme-c8845523bfcb0ba91b781c121263330d6c009b86.zip | |
doc: Remove duplicate `is_cardkey` from `gpgme_subkey_t`.
--
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/gpgme.texi | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index a4628378..90100979 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -3646,6 +3646,7 @@ This is true if the subkey can be used for qualified signatures according to local government regulations. @item unsigned int is_cardkey : 1 +@since{1.2.0} This is true if the secret key or subkey is stored on a smart card. @@ -3724,11 +3725,6 @@ Note that an invalid timestamp indicates a bug in the engine. This is the expiration timestamp of the subkey, or 0 if the subkey does not expire. -@item unsigned int is_cardkey : 1 -@since{1.2.0} - -True if the secret key is stored on a smart card. - @item char *card_number @since{1.2.0} |
