comparison src/prpl.h @ 10006:9baedaca25c7

[gaim-migrate @ 10923] This is a patch from Dave West. He says it makes people show up as online/offline for him. It crashes for me. I've changed some things from his patch, so I'm gonna commit it and let people work from there. I feel it's a step in the right direction. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 10 Sep 2004 04:09:36 +0000
parents 5d9c991549cd
children af06746954de
comparison
equal deleted inserted replaced
10005:c892b6dbc341 10006:9baedaca25c7
407 * @param status The status that was activated, or deactivated 407 * @param status The status that was activated, or deactivated
408 * (in the case of independent statuses). 408 * (in the case of independent statuses).
409 */ 409 */
410 void gaim_prpl_set_account_status(GaimAccount *account, GaimStatus *status); 410 void gaim_prpl_set_account_status(GaimAccount *account, GaimStatus *status);
411 411
412 /**
413 * Retrieves the list of stock status types from a prpl.
414 *
415 * @param account The account the user is on.
416 * @param presence The presence for which we're going to get statuses
417 *
418 * @return List of statuses
419 */
420 GList *gaim_prpl_get_statuses(GaimAccount *account, GaimPresence *presence);
421
412 /*@}*/ 422 /*@}*/
413 423
414 /**************************************************************************/ 424 /**************************************************************************/
415 /** @name Protocol Plugin Subsystem API */ 425 /** @name Protocol Plugin Subsystem API */
416 /**************************************************************************/ 426 /**************************************************************************/