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.
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
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