class GPGME::Ctx

def clear_signers

Remove the list of signers from this object.
def clear_signers
  GPGME::gpgme_signers_clear(self)
end