# File lib/gpgme.rb, line 182 def set_progress_cb(progfunc, hook_value = nil) GPGME::gpgme_set_progress_cb(self, progfunc, hook_value) end