diff src/prpl.h @ 10200:f086269582b1

[gaim-migrate @ 11317] -Get rid of a warning when using Napster -Add a little note to prpl.h -Get rid of some gratuitous debug output committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 17 Nov 2004 05:57:29 +0000
parents 17c3fc112410
children 6a043ae92db6
line wrap: on
line diff
--- a/src/prpl.h	Wed Nov 17 05:41:10 2004 +0000
+++ b/src/prpl.h	Wed Nov 17 05:57:29 2004 +0000
@@ -197,6 +197,10 @@
 	 */
 	char *(*tooltip_text)(GaimBuddy *buddy);
 
+	/**
+	 * This must be implemented, and must add at least the offline
+	 * and online states.
+	 */
 	GList *(*status_types)(GaimAccount *account);
 
 	GList *(*blist_node_menu)(GaimBlistNode *node);