Sha256: 73ba474e95bfc62c6f29e7decdba29acb55722a069ec784e9343e6f5e4323371
Contents?: true
Size: 329 Bytes
Versions: 3
Compression:
Stored size: 329 Bytes
Contents
# Builder that generates code to convert closure arguments ('user data') from # Ruby to C. Used by argument builders. class GirFFI::Builders::ClosureToPointerConvertor def initialize argument_name @argument_name = argument_name end def conversion "GirFFI::InPointer.from_closure_data(#{@argument_name})" end end
Version data entries
3 entries across 3 versions & 1 rubygems