comparison src/prpl.h @ 2501:227cc42ffa6e

[gaim-migrate @ 2514] i should have hidden something ultra-secret in this. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 14 Oct 2001 11:36:36 +0000
parents 5473c8c5378d
children 8229710b343b
comparison
equal deleted inserted replaced
2500:1697ecbf1bcc 2501:227cc42ffa6e
83 /* for ICQ and Yahoo, who have off/on per-conversation options */ 83 /* for ICQ and Yahoo, who have off/on per-conversation options */
84 char *checkbox; 84 char *checkbox;
85 85
86 /* returns the XPM associated with the given user class */ 86 /* returns the XPM associated with the given user class */
87 char **(* list_icon)(int); 87 char **(* list_icon)(int);
88 GList *(* away_states)(); 88 GList *(* away_states)(struct gaim_connection *gc);
89 GList *(* actions)(); 89 GList *(* actions)();
90 void (* do_action)(struct gaim_connection *, char *); 90 void (* do_action)(struct gaim_connection *, char *);
91 /* user_opts returns a GList* of g_malloc'd struct proto_user_opts */ 91 /* user_opts returns a GList* of g_malloc'd struct proto_user_opts */
92 GList *(* user_opts)(); 92 GList *(* user_opts)();
93 GList *(* buddy_menu)(struct gaim_connection *, char *); 93 GList *(* buddy_menu)(struct gaim_connection *, char *);