The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

FFI::Raw::Callback - FFI::Raw function pointer type

VERSION

version 0.20

DESCRIPTION

A FFI::Raw::Callback represents a function pointer to a Perl routine. It can be passed to functions taking a FFI::Raw::ptr type.

METHODS

new( $coderef, $ret_type [, $arg_type ...] )

Create a FFI::Raw::Callback using the code reference $coderef as body. The signature (return and arguments types) must also be passed.

AUTHOR

Alessandro Ghedini <alexbio@cpan.org>

LICENSE AND COPYRIGHT

Copyright 2013 Alessandro Ghedini.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.