[Vala] Implicit array size for function allocating an array

2014-12-16 Thread Nicolas CARRIER
Hello, I'm trying to bind a C function which has the following prototype: int sos_addresses_to_string(const struct sos_address *addresses, char ***string_addresses, int nb); It's job is to convert an array of addresses, into an array of their string representation. So both the

Re: [Vala] Implicit array size for function allocating an array

2014-12-16 Thread Luca Bruno
On 16/12/2014 10:52, Nicolas CARRIER wrote: Hello, I'm trying to bind a C function which has the following prototype: int sos_addresses_to_string(const struct sos_address *addresses, char ***string_addresses, int nb); It's job is to convert an array of addresses, into an array of