bind_function(name, ctype, argtype, call_type = nil, &block)
Instance Public methods
Returns a new closure wrapper for the name function.
-
ctypeis the return type of the function -
argtypeis an Array of arguments, passed to the callback function -
call_typeis the abi of the closure -
blockis passed to the callback
See Fiddle::Closure
Please login to continue.