comparison src/account.h @ 10758:c80a609bd747

[gaim-migrate @ 12361] A few other minor changes. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 27 Mar 2005 22:48:04 +0000
parents 94cc67130789
children d087e928ffd1
comparison
equal deleted inserted replaced
10757:bb6fea81e770 10758:c80a609bd747
295 * an exclusive status, activate a different (and exclusive?) status. 295 * an exclusive status, activate a different (and exclusive?) status.
296 * 296 *
297 * @param account The account. 297 * @param account The account.
298 * @param status_id The ID of the status. 298 * @param status_id The ID of the status.
299 * @param active The active state. 299 * @param active The active state.
300 * @param vargs The va_list of attributes. 300 * @param args The va_list of attributes.
301 */ 301 */
302 void gaim_account_set_status_vargs(GaimAccount *account, 302 void gaim_account_set_status_vargs(GaimAccount *account,
303 const char *status_id, 303 const char *status_id,
304 gboolean active, va_list args); 304 gboolean active, va_list args);
305 305