From f3bcfcda9420f7d5afa57da957809426173fe513 Mon Sep 17 00:00:00 2001 From: Chandler Davis Date: Thu, 13 Nov 2025 06:25:42 -0500 Subject: [PATCH] (doc) Remove duplicate `is_cardkey` from `gpgme_subkey_t` --- doc/gpgme.texi | 6 +----- 1 file changed, 1 insertion(+), 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} -- 2.50.1 (Apple Git-155)