comparison 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
comparison
equal deleted inserted replaced
10199:76e296e16def 10200:f086269582b1
195 /** 195 /**
196 * Gets a string to put in the buddy list tooltip. 196 * Gets a string to put in the buddy list tooltip.
197 */ 197 */
198 char *(*tooltip_text)(GaimBuddy *buddy); 198 char *(*tooltip_text)(GaimBuddy *buddy);
199 199
200 /**
201 * This must be implemented, and must add at least the offline
202 * and online states.
203 */
200 GList *(*status_types)(GaimAccount *account); 204 GList *(*status_types)(GaimAccount *account);
201 205
202 GList *(*blist_node_menu)(GaimBlistNode *node); 206 GList *(*blist_node_menu)(GaimBlistNode *node);
203 GList *(*chat_info)(GaimConnection *); 207 GList *(*chat_info)(GaimConnection *);
204 GHashTable *(*chat_info_defaults)(GaimConnection *, const char *chat_name); 208 GHashTable *(*chat_info_defaults)(GaimConnection *, const char *chat_name);