| 367 * @param active The active state. |
367 * @param active The active state. |
| 368 * @param ... Pairs of attributes for the new status passed in |
368 * @param ... Pairs of attributes for the new status passed in |
| 369 * as a NULL-terminated list of id/value pairs. |
369 * as a NULL-terminated list of id/value pairs. |
| 370 */ |
370 */ |
| 371 void purple_account_set_status(PurpleAccount *account, const char *status_id, |
371 void purple_account_set_status(PurpleAccount *account, const char *status_id, |
| 372 gboolean active, ...); |
372 gboolean active, ...) G_GNUC_NULL_TERMINATED; |
| 373 |
373 |
| 374 |
374 |
| 375 /** |
375 /** |
| 376 * Activates or deactivates a status. All changes to the statuses of |
376 * Activates or deactivates a status. All changes to the statuses of |
| 377 * an account go through this function or purple_account_set_status. |
377 * an account go through this function or purple_account_set_status. |