



@deftypefun {int} {gnutls_openpgp_privkey_get_subkey_revoked_status} (gnutls_openpgp_privkey_t                                                   @var{key}, unsigned int @var{idx})
@var{key}: the structure that contains the OpenPGP private key.

@var{idx}: is the subkey index

Get revocation status of key.

@strong{Returns:} true (1) if the key has been revoked, or false (0) if it
has not, or a negative error code indicates an error.

@strong{Since:} 2.4.0
@end deftypefun
