зеркало из https://github.com/github/ruby-gpgme.git
fix comment example for GPGME::Engine.set_info (#139)
This commit is contained in:
Родитель
6e7e831860
Коммит
dde4afed28
|
@ -52,7 +52,7 @@ module GPGME
|
|||
# The directory name of the configuration directory.
|
||||
#
|
||||
# @example
|
||||
# GPGME::Engine.set
|
||||
# GPGME::Engine.set_info(GPGME::PROTOCOL_OpenPGP, '/usr/local/bin/gpg', home_dir)
|
||||
#
|
||||
def set_info(proto, file_name, home_dir)
|
||||
err = GPGME::gpgme_set_engine_info(proto, file_name, home_dir)
|
||||
|
|
Загрузка…
Ссылка в новой задаче