class GPGME::Ctx

def set_status_callback(statusfunc, hook_value = nil)

end
return 0
$stderr.puts("#{keyword} #{args}")
def status_function(obj, keyword, args)

* +args+ any arguments for the status message
* +keyword+ the name of the status message
the {GPGME::Ctx} object.
* +obj+ the parameter +:status_callback_value+ passed when creating

+statusfunc+ should respond to +call+ with 3 arguments.
Set the status callback with given hook value.
def set_status_callback(statusfunc, hook_value = nil)
  GPGME::gpgme_set_status_cb(self, statusfunc, hook_value)
end