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