comparison src/prpl.h @ 1499:de0b946e86a4

[gaim-migrate @ 1509] woohoo, i'm back. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 23 Feb 2001 23:58:35 +0000
parents 336fc98b7f90
children a054c28735fb
comparison
equal deleted inserted replaced
1498:0ef6603d986e 1499:de0b946e86a4
52 char *(* name)(); 52 char *(* name)();
53 53
54 /* returns the XPM associated with the given user class */ 54 /* returns the XPM associated with the given user class */
55 char **(* list_icon)(int); 55 char **(* list_icon)(int);
56 GList *(* away_states)(); 56 GList *(* away_states)();
57 GList *(* actions)();
58 void (* do_action)(struct gaim_connection *, char *);
57 59
58 /* when UI plugins come, these will have to be reconciled by returning 60 /* when UI plugins come, these will have to be reconciled by returning
59 * structs indicating what kinds of information they want displayed. */ 61 * structs indicating what kinds of information they want displayed. */
60 void (* action_menu)(GtkWidget *, struct gaim_connection *, char *); 62 void (* buddy_menu)(GtkWidget *, struct gaim_connection *, char *);
61 void (* user_opts)(GtkWidget *, struct aim_user *); 63 void (* user_opts)(GtkWidget *, struct aim_user *);
62 void (* draw_new_user)(GtkWidget *); 64 void (* draw_new_user)(GtkWidget *);
63 void (* do_new_user)(); 65 void (* do_new_user)();
64 66
65 /* all the server-related functions */ 67 /* all the server-related functions */