libpurple/account.h

changeset 18243
c68ce32c3449
parent 18190
bcf28ef7e8ff
child 18264
b09a8596988d
child 18718
17a6c2c4820e
child 19114
5b707fe77bcb
equal deleted inserted replaced
18242:899ccffe6c26 18243:c68ce32c3449
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.

mercurial