comparison src/prpl.h @ 1075:2fe18b2d6105

[gaim-migrate @ 1085] rock on committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 07 Nov 2000 12:13:02 +0000
parents b0b40b5faede
children 12478dd1e9d7
comparison
equal deleted inserted replaced
1074:2cff18c2f9c6 1075:2fe18b2d6105
41 41
42 /* returns the XPM associated with the given user class */ 42 /* returns the XPM associated with the given user class */
43 char **(* list_icon)(int); 43 char **(* list_icon)(int);
44 /* returns a GtkMenu * for use in the buddy list */ 44 /* returns a GtkMenu * for use in the buddy list */
45 void (* action_menu)(GtkWidget *, struct gaim_connection *, char *); 45 void (* action_menu)(GtkWidget *, struct gaim_connection *, char *);
46 /* fuck UI plugins */
47 void (* user_opts)(GtkWidget *, struct aim_user *);
46 48
47 void (* login) (struct aim_user *); 49 void (* login) (struct aim_user *);
48 void (* close) (struct gaim_connection *); 50 void (* close) (struct gaim_connection *);
49 void (* send_im) (struct gaim_connection *, char *who, char *message, int away); 51 void (* send_im) (struct gaim_connection *, char *who, char *message, int away);
50 void (* set_info) (struct gaim_connection *, char *info); 52 void (* set_info) (struct gaim_connection *, char *info);