diff options
| -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} |
