[fpc-pascal] Header translation, argument list, array of const?

2012-06-29 Thread Bernd
Hello, I need to call the following function: /** * Notifies Purple that a buddy's status has been activated. * * This is meant to be called from protocol plugins. * * @param account The account the user is on. * @param name The name of the buddy. * @param status_id The status ID.

[fpc-pascal] Re: Header translation, argument list, array of const?

2012-06-29 Thread Bernd
2012/6/29 Bernd : > and I call it with [] as the last parameter should I leave it as it is and simply pass [nil] to it to make a null-terminated list? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listin

Re: [fpc-pascal] Header translation, argument list, array of const?

2012-06-29 Thread kyan
On Sat, Jun 30, 2012 at 12:21 AM, Bernd wrote: > Hello, I need to call the following function: > > > /** >  * Notifies Purple that a buddy's status has been activated. >  * >  * This is meant to be called from protocol plugins. >  * >  * @param account   The account the user is on. >  * @param nam