in reply to Help with gtk+ binding for perl6
# Gets the NCI type code to use based on a given Perl 6 type. my %type_map = ... 'Callable' => 'callback';
so something something perl6 syntax of type Callable :)
perl6 nativecall callable -> http://perlcabal.org/syn/S21.html#Callable_objects
|
|---|