Hi,


I am trying to use FFI on linux with pharo 3 using version 31 of FFI.

I have written the following method :

 <apicall: int 'gst_init_check' (int* char** int*) module: 'libgstreamer1.0-0.so'>

^self externalCallFailed


====

but when accepting it I get a syntax error � matching number of arguments �
Annick Fron