diff 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
line wrap: on
line diff
--- a/src/prpl.h	Fri Sep 10 02:51:22 2004 +0000
+++ b/src/prpl.h	Fri Sep 10 04:09:36 2004 +0000
@@ -409,6 +409,16 @@
  */
 void gaim_prpl_set_account_status(GaimAccount *account, GaimStatus *status);
 
+/**
+ * Retrieves the list of stock status types from a prpl.
+ *
+ * @param account The account the user is on.
+ * @param presence The presence for which we're going to get statuses
+ *
+ * @return List of statuses
+ */
+GList *gaim_prpl_get_statuses(GaimAccount *account, GaimPresence *presence);
+
 /*@}*/
 
 /**************************************************************************/