class GPGME::Ctx

def protocol=(proto)

possible values.
Set the +protocol+ used within this context. See {GPGME::Ctx.new} for
def protocol=(proto)
  err = GPGME::gpgme_set_protocol(self, proto)
  exc = GPGME::error_to_exception(err)
  raise exc if exc
  proto
end