class GPGME::Ctx

def keylist_end

Used by {GPGME::Ctx#each_key}

End a pending key list operation.
def keylist_end
  err = GPGME::gpgme_op_keylist_end(self)
  exc = GPGME::error_to_exception(err)
  raise exc if exc
end